*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#696969;
	background-color:#FFF;
	margin: 0 auto;
	font-size:12px;
}
.relative{
	position:relative;
}
#min_height{
	height:200px;
	width:0px;
	float:left;
}
.clr{
	clear:both;
}
a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:underline;
}
ul li{
	list-style-type:none;
}
#wrapper{
	position:relative;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg_fond.jpg);
	background-repeat:no-repeat;
	background-position:0px top;
}
#bg_fond{
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}
#logo{
	position:relative;
	float:left;
	margin-top:50px;
	margin-left:0px;
	width:100px;
}
#box_top{
	float:right;
	width:652px;
}
#box_top_big{
	position:relative;
	margin-top:20px;
	width:439px;
	height:97px;
	float:left;
	background-image:url(../images/bg_box_top_big.png);
	background-repeat:no-repeat;
	padding:20px;
}
#box_top_small{
	position:relative;
	margin-top:20px;
	width:126px;
	height:97px;
	float:right;
	margin-left:7px;
	background-color:#FFFFFF;
	background-image:url(../images/bg_box_top_small.png);
	background-repeat:no-repeat;
	padding:20px;
}
#top_nav{
	position:relative;
	margin-top:7px;
	margin-bottom:10px;
	width:980px;
	height:32px;
	opacity:0.85;
	background-image:url(../images/bg_top_nav_fond.gif);
	background-repeat:no-repeat;
}
#top_nav_left{
	width:308px;
	padding-top:6px;
	float:left;
	padding-left:20px;
}
#top_nav_right{
	float:left;
	opacity:0.85;
}

#top_nav_right ul li,
#top_nav_right ul li#current{
	margin:0px;
	float:left;
	height:30px;
	font-size:13px;
	position:relative;
	margin-left:1px;
	opacity:0.80;
}
#top_nav_right ul li a,
#top_nav_right ul li#current a{
	padding-top:8px;
	height:22px;
	display:block;
	float:left;
	padding-left:15px;
	padding-right:15px;
	background-image:url(../images/bt_top_nav.jpg);
	background-repeat:repeat-x;
	background-position:0px 1px;
}


#top_nav_right ul li a:hover,
#top_nav_right ul li#current a{
	margin:0px;
	background-image:url(../images/bt_top_nav_on.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-decoration:none;
}

#left{
	position:relative;
	width:313px;
	float:left;
	padding-right:5px;
}
#menu_left{
	width:200px;
	opacity:0.80;
	float:right;
}
#menu_left_top{
	background-image:url(../images/bg_menu_left_top.png);
	background-repeat:no-repeat;
	width:196px;
	height:13px;
}
#menu_left_center{
	width:180px;
	padding-left:20px;
	background-image:url(../images/bg_menu_left_center.png);
	background-repeat:no-repeat;
	background-position:bottom left;	
}
#menu_left ul li a{
	color:#4f8dc0;
	font-size:12px;
	line-height:15px;
	display:block;
	padding-bottom:4px;
}
#menu_left ul li a span{
	display:block;
}
#menu_left ul li#current a{
	text-decoration:underline;
}
#menu_left_bottom{
	background-image:url(../images/bg_menu_left_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:200px;
	height:13px;
}
#projet{
	float:left;
	width:111px;
	height:125px;
}
#projet img{
	border-style:none;
}
#left_bottom{
	margin-bottom:2px;
}
#left_bottom_top{
	background-image:url(../images/bg_left_bottom_top.png);
	background-repeat:no-repeat;
	width:312px;
	height:11px;
}
#left_bottom_center{
	width:272px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	background-image:url(../images/bg_left_bottom_center.png);
	background-repeat:no-repeat;
	background-position:bottom left;	
}
#left_bottom_bottom{
	background-image:url(../images/bg_left_bottom_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:312px;
	height:16px;
}
#copy{
	margin-left:5px;
	margin-top:10px;
	font-size:11px;
	color:#67757b;
}
#content,
#content_court{
	position:relative;
	margin-top:3px;
	float:right;
	background-image:url(../images/bg_content.png);
	background-repeat:no-repeat;
	width:630px;
	padding-top:12px;
	padding-left:15px;
	margin-right:4px;
	z-index:2;
	margin-bottom:30px;
}
#content_court{
	width:520px;
	float:left;
	margin-left:13px;
}
#content ul,
#content_court ul{
	margin-left:30px;
}
#content ul li,
#content_court ul li{
	list-style-position:outside;
	list-style:disc;
}
#content ol li,
#content_court ol li{
	margin-bottom:10px;
	
}
#content ul li li,
#content_court ul li li{
	list-style:square;
}
#breadcrumbs{
	padding-bottom:10px;
	text-transform:uppercase;
	font-size:11px;
}
#breadcrumbs img{
	margin-left:10px;
	margin-right:10px;
}
#breadcrumbs span{
	color:#000;
}
