@charset "utf-8";
/* CSS Document */
body, html {height:100%}
body {
	background-image:url(../images/bg-body.png);
	text-align:center
}


#conteneur{
	width:800px;
	background-color:#fff;
	margin:0 auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	text-align:justify
}

#colonne-gauche {
    float:left;
    width:150px;
    position:relative;
    margin:0 0 10px 0;
}

#colonne-droite {
    /*vertical-align:top;*/
	margin-left:171px;
    	font-size:11px;
    	padding:0;
	min-height:720px;

}

#logo {
	margin-top:18px;
	margin-left:15px;
	margin-bottom:20px
}
#bandeau{
    	background-image:url(../images/bandeaux/bann_accueil_140909.png);
    	background-repeat:no-repeat;
    	background-position:right top;
	height:193px;
	width:629px;
	text-indent:150px;
	text-align:left;
	color:white;
}


#bandeau a{
	color:white;
	text-decoration:none;
	font-size:10px;
	
}

#contenu-droite{
	padding:5px;
	/*background-image:url(../images/nutice_bordure-contenu.jpg);*/
	background-repeat:no-repeat;
	background-position:top;

}

#encart-gauche{
	position:relative;
	float:left;
	width:405px;
	padding:10px;
	
}

#encart-droite{
	margin-left:430px;
	padding:10px 10px 10px 10px;
	/*background-image:url(../images/icones/actualite-bleu.png);
	background-repeat:no-repeat;
	background-position:top left;*/
	border-left:1px dashed #ccc;
	vertical-align:top;
}

#footer-accueil {
	padding: 4px 0 4px 0;
	font-size: 0.85em;
	text-align:center;
	border-top:1px solid #ccc;
	color:#454545;
	clear:both
}

