@charset "utf-8";
/* CSS Document */
body
{
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	
}


#global
{
	margin:auto;
	width:853px;
	height:100%;
	overflow:hidden;
	


}
div{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

#header 
{
	width:800px; /* 802 */

	height:150px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#header img
{
	position:relative;
	top : 35px;
	left:300px;
}


#contenaire
{
	
	width:852px; /* 853*/
	
	height:auto;
	border-left: 1px solid #CCC;
	
}

#centre
{	
	margin-left : 202px;
	width: 650 px; /* 652 */
	height:1000px;
	border : 1px solid #CCC;
	background:#FFF;
	padding:5px;
	overflow:hidden;
	
	
}

html>body #centre {
	margin-left : 202px;
	width: 650 px; /* 652 */
	height:100%;
	border : 1px solid #CCC;
	background:#FFF;
	min-height:1000px;
	padding:5px;
	overflow:hidden;
} 

.block_list
{
padding:5px;
height:auto;
background-color: #f4f4f4;
margin-bottom:5px;

}

.t_img img
{
	float:left;
	margin:auto;
	margin-top:5px;
	background:#FFF;
	border:1px solid #666;

}

.descr
{
	margin-left:140px;
	height:100px;
	width:auto;
}

.block_titre
{
	background-image:url(images/bg_titre.gif);
	background-repeat:no-repeat;
	color:#FF9900;
	padding-top: 3px;
	text-align:right;
	font-weight:bold;
	height:20px;
}


.descr p{
	margin-top: 5px;
	margin: 0px;
	text-align:justify;
	
}

/*.block_fiche
{
	margin-bottom:5px;
	float:left;
	height:auto;
	background-color: #f4f4f4;
	overflow: hidden;
}

.block_img
{
	width:120px;
	height:90px;
}
.block_img img
{
	
	border: 1px solid #999999;
	
}

.block_desc
{
	position:relative;
	top:10px;
	left:140px;
	width:auto;
	height:130px;
	background-color:#03C;
}


*/
.stats
{
	margin-right:20px;
}

a
{
	text-decoration:none;
	color:#FF9900;
}


#block_menu
{	position:absolute;
	top:150px;	
	width:200px;
	
}

#block_menu form
{
	margin-top:10px;
	margin-left:20px;
}

#block_menu img
{
	margin-left:10px;
	border:2px solid #FF9900;
}

#block_menu a:active, #block_menu a:visited, #block_menu a:link
{
		text-decoration : none;
		color:#666666;
}
#block_menu a:hover
{
	text-decoration : none;
	font-weight:bold;
	color:#FF9900;
}

#block_menu strong
{
	color:#FF9900;
}

#footer
{

	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
        width: 798px;
		height:50px;
		text-align:center;
		padding-top:10px;
		

}

#footer p
{
	margin:0px;
}

#nav a
{
	text-decoration:none;
	color:#FF9900;
	margin:3px;
}
.align_gauche
{
float:left;
}

.gauche_titre
{
	float:left;
	margin-left:10px;
}

.align_droit
{
float:right;
}

h1
{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	margin-top:5px;
	margin-bottom:10px;
	text-align:center;
}

h2
{
	font-size:12px;
	font-weight:bold;
	color: #AE0415;
	margin:0px;
	padding:0px;
		
}

h3
{
	color:#FF9900;
	font-size:16px;
	font-weight:bold;
	text-align:center;	
}

h5
{
	font-size:12px;
	font-weight:normal;
	margin-top : 5px;
	margin:0;
}

#detail
{ 
	margin-left:140px;
}


.strong
{
	font-weight:bold;
}

#galerie
{
text-align:center;
margin-top:20px;
}

#galerie h2
{
	color:#FF9900;
	float:left;
	font-weight:bold;
	font-size:16px;
	margin:0px 10px 0px 10px;
	padding:0px;
}

#galerie img
{
	margin:3px;
	padding:9px;
	border:1px solid #999999;
	
}


ul
{
	margin:0px;
	margin-bottom:10px;
	margin-left:20px;
	padding: 0px;
	list-style-type: none;
}

#pagination
{
clear:both;
margin-top:10px;
margin-bottom:10px;
text-align:center;
}

#pagination strong
{
	height: 28px;
	padding:4px;	
	border:1px solid #FF9900;;
	margin-right:2px;
}

ul#recherche_list
{
	width:550px;
	height:100%;
	margin:auto;
}

ul#recherche_list li
{
	width:110px;
	text-align:left;
	height:20px;
	margin-bottom:10px;
	display:block;
	float:left;
}

