
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	color: #274D85;
	background: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;

}
/* Liens */
a:link {
	color:#4040FF;
	text-decoration:none;
}
a:visited {
	color:#4040FF;
	text-decoration:none;
}
a:hover {
	color:#4040FF;
	text-decoration:underline;
}

p {
	margin:5px 0px 5px 0px;
}
p.align-center {
    text-align:center;
}
p.align-left {
    text-align:left;
}
p.align-right {
    text-align:right;
}

img{
border:0;
}

/* STRUCTURE */


#conteneur_global {
	width:854px;
	margin:0 auto;
	background:#fff;
}

#haut {
	background:url(../images/bandeau.jpg) no-repeat;
	width:854px;
	height:170px;
}
#menu_haut {
	background:#0095D7;
	height:20px;
	padding:0px 0px 0px 0px;
}

#ariane {
	font-size: 10px;
	text-transform: lowercase;
	background:#fff;
	color: #620000;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	padding-right: 4px;
	padding-left: 4px;
}
#rootline {
   	margin:0;
   	padding:0;
}
#ariane a{
	font-size: 10px;
	color: #2B4D84;
	text-decoration:none;
}
#ariane a:hover{
	text-decoration:underline;
}
#ariane a:visited{}

#conteneur_centre {
	width:100%;
        background:;
	margin:0px 0px 0px 0px;
	padding:0;
}
#col_gauche {
	width:190px;
	background:#0083BD;
	float:left;
}
#col_gauche_haut {
	height:0px;
	background:#BFE4F5;
}

/* MENU GAUCHE */
#col_gauche_centre {

}
#col_gauche_centre ul {
	list-style:none;
	margin:0;
	padding:0;
	color: #fff;
	font-size:11px;
	background:#0083BD;
}
#col_gauche_centre ul li {
	line-height:30px;
}
#col_gauche_centre ul li.on {
	/* orange */
	background:#FF9900;
}
/* niveau 2 actif */
#col_gauche_centre ul li.niv2_on {
	/* bleu clair */
	background:#52C1E3;
}
#col_gauche_centre ul ul{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	background:#1A90C5;
}
/* Liens niveau 1 */
#col_gauche ul li a:link, #col_gauche ul li a:visited{
	color:#fff;
	font-weight:bold;
	margin-left:5px;
	text-decoration:none;
}
#col_gauche ul li a:hover{
	color: #333333;
}
#col_gauche ul li.selected {
	background:#FF9900;
}
/* Liens niveau 2 */
#col_gauche ul ul li a:link, #col_gauche ul ul li a:visited{
	color:#fff;
	font-weight:normal;
	margin-left:5px;
	text-decoration:none;
}

/* FIN MENU GAUCHE */

#col_gauche_bas {
	background:url(../images/bottom-menu.gif) no-repeat;
	background-position:;
	width:190px;
	height:300px;
}

/* zone centrale */
#centre {
	margin-left:190px;
	background:transparent;
	padding:0px 0px 0px 10px;
	width:640px;
}

/* pied de page */
#pied {
	clear:both;
	background:#0095D7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height:20px;
	line-height:20px;
	text-align:center;
	margin:20px 0px 0px 0px;
}

/* headers */
h1 {
	margin:0px 0px 10px 0px;
	font-size:18px;
	/* border-bottom:1px solid #000; */
	width:100%;
	background:url(../images/bg_h1.gif) no-repeat;
	color:#fff;
	height:30px;
	line-height:30px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:12px;
}

/* Listes a puces de la zone de contenu principale */
#conteneur_centre ul li {
	line-height:20px;
}

div.fond_clair {
    background-color:#FFE3B8;
    border:1px solid #FFC062;
}
div.fond_clair h1 {
    background-image:url();
    margin:0px;
    color:#336699;
    border-bottom:2px solid white;
}

p.clear,div.clear{clear:both;}
p.rouge {color:#ff0000;}
span.rouge {color:#ff0000;}
p.gras {font-weight: bold;}
span.gras {font-weight: bold;}
