/*////////////// GLOBAL ////////////////*/
* { 
margin: 0;
padding: 0;
}

html {
	color: #FFF;
	background:#000;
	}
body {	
	background: transparent url(../pictures/bg_fs_global.gif) repeat-x left top;
}
	
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	list-style: none;
	color:#000;
}

#global-fs {
	width:820px;
	min-height:1%;
	text-align:left;
	margin: 0 auto;
}

/* ////// Header ///// */

#header-fs {
	display:block;
	width:820px;
	height:102px;
	background:transparent url(../pictures/bg_header_fs.png) no-repeat left top;
}


#header-fs h1{
	margin-right:65px;
	padding: 58px 0px 5px 0px;
	font-size:18px;
	float:right;
	font-weight:bold;
	color:#3e7ad3;
}


/* ////// Content ///// */

#main-fs {
	display:block;
	width:820px;
	padding:15px;
	background:transparent url(../pictures/bg_main_fs.png) repeat-y left top;
}

#main-fs .block-main .mod_central p {
font-size:11px;
line-height:13px;
}




/* ////// Footer ///// */

#footer-fs {
	display:block;
	width:820px;
	height:54px;
	background:transparent url(../pictures/bg_footer_fs.png) no-repeat left top;
	text-align:center;
	color: black;
	padding-top:20px;
}

#footer-fs a{
	color: #adadad;
}

/*//// Block-pub ///*/


/*///// index ////*/

#main-fs h2,#main-fs h2 a {
height:50px;
font-size:24px;
line-height:50px;
text-align:center;
display:block;
color:#ff6434;
text-decoration:none;
}
#main-fs h2:hover,#main-fs h2 a:hover{
color:#942300;
text-decoration:visible;
}

#main-fs p {
	font-weight:bold;
	margin:20px;
}

#block-recip {
	display:block;
	height:auto;
	background:#FFF;/*<---zone changement de couleur du recip--- */
	width:790px;
	margin-left:30px;
}

#block-valid {
 display:block;
 height: 50px;
 text-align:center;
}

#block-valid a {
	line-height:50px;
	font-size:40px;
	font-weight:bold;
	text-decoration:none;
	margin:40px;
	color:#000;
}

#block-valid a:hover{
	color:red;
}
/*///// galerie  ////*/
.block-main  {
text-align:center;
}


table span img {
margin:20px;
border: 1px solid #000; /*<---zone changement de couleur des borders--- */
}

table span img:hover {
border: 1px solid #e91000;
}

/*/// main ///*/

.bouton  a{
line-height:26px;
display:block;
width:116px;
height:26px;
color:#FFF;
text-decoration:none;
background:transparent url(../pictures/bouton_1.png) no-repeat left top;
margin:0 auto;
}
.bouton a:hover {
background:transparent url(../pictures/bouton_2.png) no-repeat left bottom;
}



