body {
	background:#e7e6e0 url(../img/bg_body.png) repeat-x scroll;
	color:#494949;
	font-family: Helvetica, arial, Verdana,sans-serif;
	font-size: .75em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
font-family:Helvetica,Arial,sans-serif;
font-weight:normal;
margin:0;
padding:0;
}
h1 {
font-size:200%;
color:#000;
line-height: 2em;
text-shadow:0 1px 0 #FFF;
}
h2 {
color:#3C3C3C;
font-size:170%;
/*border-bottom:1px solid #9F9F9F;*/
line-height: 2em;
text-shadow:0 1px 0 #FFF;
}
h3 {
font-size:150%;
line-height:200%;
}
h4 {
font-size:110%;
font-weight:bold;
line-height:110%;
padding-top:10px;
}
a:link, a:visited {
color:#DD0060;
text-decoration:none;
}
a:hover {
color:#9E003F;
text-decoration:none;
}
a:active, a.active {
color:#6E2C90;
}
p, li{
	line-height:150%;
}
/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;

}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}


/**

*/
#head{
	height:80px;
}
#head #logo{
	
	width: 179px;
	height: 71px;
	margin:0;
	position:absolute;
}
#head #logo a{
	background:transparent url(../img/logo_fidbook.png) no-repeat scroll;
	width: 179px;
	height: 71px;
	display:block;
	position:relative;
	cursor:pointer;
}
#head #logo span{
	display:none;
}
#head #menu_container{
	float:right;
	height:78px;
	margin:0 10px 0 0;
	position:relative;
}
#menu {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

#menu li {
	float:left;
	text-align:center;
}
#menu a {
	font-size:12px;
	font-weight:100;
	font-variant:small-caps;
	color:#333;
	text-decoration:none;
	display:block;
	height:78px; /*50*/
}

#menu span {
	display: none;
}
#menu a.apropos {
	width: 172px;
	background: url(../img/bg_menu_apropos.png) no-repeat top left;
}
#menu a.apropos:hover, #menu a.apropos_actif {
	width: 172px;
	background: url(../img/bg_menu_apropos.png) no-repeat bottom left;
}
#menu a.cartes {
	width: 172px;
	background: url(../img/bg_menu_cartes.png) no-repeat top left;
}
#menu a.cartes:hover, #menu a.cartes_actif {
	width: 172px;
	background: url(../img/bg_menu_cartes.png) no-repeat bottom left;
}
#menu a.aide {
	width: 93px;
	background: url(../img/bg_menu_aide.png) no-repeat top left;
}
#menu a.aide:hover, #menu a.aide_actif {
	width: 93px;
	background: url(../img/bg_menu_aide.png) no-repeat bottom left;
}
#menu a.contact {
	width: 113px;
	background: url(../img/bg_menu_contact.png) no-repeat top left;
}
#menu a.contact:hover, #menu a.contact_actif {
	width: 113px;
	background: url(../img/bg_menu_contact.png) no-repeat bottom left;
}

.content_title{
	padding:30px 0 30px 30px;
	background: url(../img/bg_content_title.png) no-repeat bottom left;
}
.content_subtitle{
	padding:30px 0 0px 0px;
}
.content_pad{
	padding:10px 0 0px 30px;
}
#foot{
	margin:40px 0 0 0;
}
#foot p{
	text-align:center;
	font-size:80%;
	text-shadow:0 1px 0 #FFF;
	
}
.mention{
	text-align:right;
	font-size:10px;
}


/*
*/


.bg_mobile{
	background: url(../img/bg_mobile.jpg) no-repeat 100% 100%;
	height:357px;
}
.home_splash{
	background: url(../img/fidbook_shine.png) no-repeat bottom left;
	height:220px;
}
.home_txtsplash{
	display:block;
	position:relative;
	left:220px;
	top:117px;
	line-height:30px;
}
.home_cards{
	
	height:213px;
	width:252px;
	position:absolute;
	margin:-50px 0 0 10px;
}
.home_cards a{
	background: url(../img/cards.png) no-repeat top left;
	position:relative;
	display:block;
	height:213px;
	width:252px;
	cursor:pointer;
}
.home_cards a span{
	display:none;
}
.content_block_text{
		padding:30px 0 30px 0;
}
.home_emphase{
	color:#000;
	font-weight:bold;
	font-size:110%;
	line-height:130%;
	text-shadow:0 1px 0 #FFF;
	/*padding:20px 0 20px 0;*/
	
}
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:67px;
    left:38px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.content_block{
	background-color:#FFF;
	border:3px solid #e2dfd8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}
.fid_card{
	padding-top:50px;
}
.imgleft{
	float:left;
}
.imgright{
	float:right;
}
.red{
color: red;
}

.orange{
color: #ff8400
}

.green{
color: green;
}
.error{
	padding:0px 10px;
	border:1px solid #CD0A0A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #CD0A0A;
	background-color:#f4e9e9; 
	
}
.message{
	padding:0 10px;
	border:1px solid #fcefa1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #363636;
	background-color:#fbfeEE; 
	
}




/*
forms
*/
dl dt {
	float:left;
	margin:0 10px 0 0 ;
	padding-bottom:5px;
	width:30%;
	color:#666;
	border-bottom: 2px solid #ededed;
}
dl dd {
	margin-left:35%;
	padding-bottom:5px;
}

.inputText  {
width:50%;
}

.input, .inputText {
font-size:1.1em;
margin-top:3px;
padding:4px;
width:97%;
}

input {
color:#494949;
font:12px/100% Verdana,sans-serif;
}

.buttonSubmit  {
-moz-border-radius:3px 3px 3px 3px;
-moz-box-shadow:0 0 2px rgba(40, 40, 40, 0.3);
background:url("../img/bg_button.png") repeat-x scroll 50% 50% transparent;
border:1px solid #BDBDBD;
cursor:pointer;
font-size:1.1em;
font-weight:bold;
margin:10px 0 2px;
padding:5px 12px;
}
.submitForm{
	padding:5px;
	text-align: center;
}
.submitForm .buttonSubmit{
padding:5px 18px 5px 18px;
}

.button{
background:url(../img/bg_button.png) repeat-x 50% 50%; 
padding:5px 10px 5px 10px;
margin: 0px 2px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #bdbdbd;
cursor: pointer;
}
.button:hover, .buttonSubmit:hover{
	border: 1px solid #e3a0bf;
	color:#dd0060;
}




