body {
	background: #8d8d8d url('images/fond-site.gif') repeat-x scroll top left;
	text-align:center;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}

#site{
	background-color: #aeaeae;
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	text-align:left;
}
#site-warp{
	background-color: #fff;
	margin: 0 10px;
	padding: 0;
	border-bottom: 1px solid  #05929c;
}

table, tr, th, td{
	border: none;	
}
/*************************/
.header{
	background: url('images/header.gif') no-repeat 0 0;
	position: relative;
}
#header-accueil{
	height: 91px;
}
#header-sous-rub{
	height: 111px;
}
.header ul{
	margin: 0;
	padding: 0;
}
.header h1{
	margin : 0;
	padding: 0;
	position: absolute;
	top : 0;
	left: 0;
	width: 200px;
	height: 88px;
}
.header h1 a{
	width: 200px;
	height: 88px;
	display: block;
	text-indent: -4000px;
}
#menu-navigation{
	position: absolute;
	width: 680px;
	top : 45px;
	right: 0;
	font-size: 18px;
}
#menu-navigation li{
	float: left;
}
#menu-navigation li a{
	background: url('images/bg_menu.gif') no-repeat center 0;
	color: #5c5a5e;
	padding : 0 15px;
	line-height: 43px;
	display: block;
}
#menu-navigation li a.activ{
	background-position: center -105px;
}
#sous-menu-navigation{
	position: absolute;
	top : 88px;
	left: 0;
	height: 23px;
}
#sous-menu-navigation li{
	float: left;	
}
#sous-menu-navigation li a{
	color: #fff;
	padding : 0 15px;
	line-height: 21px;
	display: block;
}
#sous-menu-navigation li a:hover, #sous-menu-navigation li a.activ{
	background-color: #25a0a9;
}
/*************************/
#content{
	margin: 5px;
	text-align:justify;
}
#content h2, #content h3{
	color: #383838;
	font-weight: normal;
}
#content h4{
	color: #05929c;	
	font-weight: normal;
}
#content a{
	color: #05929c;
	text-decoration: underline;
}
/*************************/
#content-left{
	float: left;
	width: 630px;
}
#content-left h2{
	margin: 0;
	padding: 0.2em 0 0.5em 0;
}
#content-left h3{
	color: #05929c;	
}
#content-left .bloc{
	background-color: #e3eff0;
	border: 1px solid  #05929c;
	padding: 5px;
}
/*************************/
#content-right{
	float: right;
	width: 300px;
}
#content-right h3{
	background: url('images/bg_right_title.gif') no-repeat scroll bottom left;
	height: 35px;
	line-height: 35px;
	margin : 0;
	padding: 0 10px 0 30px;
}
.block-content-right{
	padding: 5px;
}
.block-content-right p{
	padding: 5px 0;
	margin : 0;
}
.block-content-right h4{
	font-weight: bold;
	margin : 0;
	text-transform: uppercase;
}
.block-content-right h4 a{
	color: #05929c;
	text-decoration:none;
}
/*************************/
#bottom{
	margin: 0 10px;
	text-align:right;
}
#bottom, #bottom a{
	color: #5c5c5c;
}
/*************************/
.clear-both{ clear: both; }
.sans-puce{	list-style-type: none;}
