body {
	color: #000;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background-color: #FFFDF3;
	background: url(images/fond.gif)  repeat-y;
}

a:link {
	color: #49B0FB;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #49B0FB;
}

a:hover {
	text-decoration: underline;
	color: #FBA928;
}

a:active {
	text-decoration: none;
	color: #FBA928;
}

#conteneur {
	width: 100%;
}

#header{
	width:100%;
	height:140px;
	background: url(images/header_fond.gif) repeat-x;
 }
 #header_mini{
	width:850px;
	height:1px;
	position:absolute;
	top:0px;
	left:0px;
 }
#header_gauche{
	position:absolute;
	top:0px;
	left:0px;
	width:500px;
	height:140px;
	background: url(images/header_gaucheb.jpg) no-repeat;
}
#header_droite{
	position:absolute;
	top:0px;
	right:0px;
	background: url(images/header_droite.jpg) no-repeat;
	height:140px;
	width:354px;
}


#bloc_gauche{
	float:left;
	width:230px;
}

#bloc_droit{
	float:left;
	width:65%;
	margin:0 0 0 10px;
}

#page_box {
	padding:0 0 40px 0;
	background: url(images/page_box.jpg) no-repeat;
}

#page_box_titre {
	font-weight: bold;
	color: #000000;
	font-size: 20px;
	padding:28px 0 0 50px;
}


#page_box_texte {
	padding:20px 0 0 50px;
}

#menu_box{
	margin:0 0 20px 0;
}

#menu_box a{
	padding: 0 0 0 20px;
	margin:-5px 0 0 0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	display:block;
}

#menu_box a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#menu_box a:hover {
	text-decoration: none;
	color: #CECECE;
	font-weight: bold;
}

#menu_box a:active {
	text-decoration: none;
	color: #CECECE;
	font-weight: bold;
}


#menu_box_titre {
	width: 230px;
	height: 60px;
	margin:0 0 10px 0;
	background: url(images/menu_haut.jpg) no-repeat;
}
#menu_box_titre h2{
	padding:20px 0 0 50px;
	font-weight: bold;
	color: #FF2A00;
	font-size: 18px;
}

#menu_sep{
	width: 230px;
	height: 8px;
	margin:20px 0 0 0;
	background: url(images/menu_sep.gif) no-repeat;
}

#footer {
	clear: both;
	width:100%; 
	font-size: 11px;
	padding-top: 30px;
}


img {
	border:0;
}
div {
	display:block;
	border: 0;
	margin:0;
	padding:0;
}