/* CSS Document */

body {
	background-color:#a8b4a7;
	margin:0px;
}

/* Conteneur global */
#main{
width:750px;
padding: 0px 5px 0px 5px;
margin-left:auto;
margin-right:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(../images/fond_page_3.gif);
background-repeat:repeat-y;
}

/* Logo et Menu - Haut de page*/

#bare_deco{
	height:10px;
	background-image:url(../images/titre/bare_deco2.gif);
	background-color:#999999;
	width: 750px;
}

#banniere{
	background-image:url(../images/titre/evo_logo_haut3.gif);
	background-repeat:no-repeat;
	width:750px;
	height:140px;
}

#quick_links{
	height:40px;
	text-align:right;
	padding-right:10px;
}

#bandeau{
background-image:url(../images/titre/evo_logo_bas.gif);
background-repeat:no-repeat;
	width:750px;
	height:100px;
	background-color:#9a141b;
}

#menu_top{
position:relative;
height:20px;
top:80px;
margin-right:10px;

}

#menu{
padding:3px;
	background-color:#fd9004;
	height:16px;
	background-image:url(../images/menu/fond_10.gif);
	background-repeat:repeat-x;
}

/* Corp de la page */

#main_box{
padding:18px;
margin:0px;
}

#barre{
width:225px;
float:right;
}

#corp{
width:470px;
overflow:hidden;
}

#foot_box{
	clear:both;
	padding-right:15px;
	padding-left:15px;
	background-image:url(../images/titre/bare_deco2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:10px;
}



#map_position{
	margin-bottom:10px;
	padding: 5px;
	border: 1px dotted #dddddd;
}

#colonnes
{
width:50%;
float:left;

}

