html, body {

	height: 100%;

}

body {

	background: #B2C0C5;
	font-size: 62.6%;
	color: #666666;
	position: relative;
	text-align: center;
	margin: 0;

}

* {
	margin: 0;
	padding: 0;
	font-family: verdana, serif !important;
	font-size: 1.0em;

}

ul {
		list-style-type: none;
}

.hidden {
	display: none;
}

a {

	text-decoration: none;

}

a img {
	border: 0;
}

.date_maj {
	margin-top: 10px;
	margin-left: 220px;
}


/* BARRE DE NAVIGATION ACCESSIBILITE */
#navi_barre {
	position: absolute;
	top: 0;
	left: 0;
	z-index:1000;
	top:30px;
	left:30px;
	width:20em;

}


#global {

	width: 839px;
	background: #fff;
	position: relative;
	margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 1.0em;
    min-height: 100%;
    background: #fff url('../img/base/fond_contenu.jpg') no-repeat 0 100%;

}

#corps {

	width: 839px;
	position: relative;
	padding-bottom: 140px;
	min-height: 100%;

}

#contenu {

	position: relative;
	margin-left: 22px;
	padding-top: 25px;

}

#bandeau_haut {

	height: 127px;
	background: url('../img/base/logo.jpg') no-repeat 0 0;

}

#back_home {
	display: block;
	width: 520px;
	height: 124px;
	position: absolute;
}

#back_home span {
	display: none;
}

#titre_rubrique {

	margin-bottom: 10px;
	background: url('../img/base/fond_titre_rubrique.jpg') repeat-x 0 29px;
	padding-bottom : 15px;
	margin-right: 30px;

}


#titre_rubrique span {

	font-size: 1.5em;
	font-weight: bold;
	color: #2C78A7;
	text-transform: uppercase;
	border-left : 1px solid #109DE5;
	border-top : 1px solid #109DE5;
	border-right : 1px solid #109DE5;
	height: 20px;
	padding: 5px;
	float: left;

}


a.savoirplus {

	background-color: #6A8D23;
	padding: 1px 3px 3px 3px;
	color: #fff !important;
	text-decoration: underline;
	font-size: 0.9em;

}

.savoirplus:hover {

	background-color: #70C51D;

}

#lien_retour {

	width: 225px;
	height: 25px;
	background: #2C78A7 url('../img/base/back.gif') no-repeat 8px 9px;
	color: #fff;
	padding-left: 20px;
	float: left;
	display: block;
	position: relative;
	left: -1px;
	margin-top: 4px;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 25px;

}
/* road
************************************************** */
#road {

	font-size: 1.1em;
	position: absolute;
	top: -22px;
	margin-left: 15px;

}

#road a, #road span {

	color: #2C78A7;
}

#road a span, #road span {

	text-decoration: underline;

}

.road_0 {
	display: none;
}

.road_separator {

	position: relative;
	top: 2px;
	left: 2px;
	margin-left: 10px;
	margin-right: 10px;

}

.clearer {
	clear:both;
	display:block;
	font-size:0.1em;
}


.gotop {

	float : right;
	background: url('../img/base/gotop.gif') no-repeat 100% 0;
	padding-right: 30px;
	line-height: 24px;
	color: #0C8CDF;
	font-size: 1.1em;
	margin-top: 15px;

}

.gotop:hover {

	background: url('../img/base/gotopover.gif') no-repeat 100% 0;

}






#div_menu_menu_secondaire, #menu_menu_secondaire, #menu_menu_secondaire li {

	display: inline;

}



/****************************************/
/*              PARAGRAPHES    		    */
/****************************************/
/*
.paragraphe_simple h3 {

	color: #7FC31B;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2px;

}
*/
.paragraphe_simple p {

	margin-bottom: 10px;

}

.paragraphe_simple h3 {
	font-size: 1.1em;
}

.paragraphe_simple a {
	font-weight: bold;
	color: #2C78A7;
}

.paragraphe_simple a:hover {
	font-decoration: underline;
}

.paragraphe_simple {

	font-size: 1.2em;
	color: #2C78A7;
	margin-left: 220px;
	margin-right: 30px;

}

.separator {
	border-bottom: 1px solid #2C78A7;
	margin-bottom: 10px;
}

.paragraphe_simple img {
	flaot: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.paragraphe_simple h3 {
	margin-bottom: 5px;
}


.alert_message {
	position: absolute;
	border: 1px solid #6A8D23;
	padding: 10px;
	background: white;
	z-index: 5000;
	text-align: center;
	margin-bottom: 25px;
	width: 120px;
	left: 50%;
	margin-left: -60px;
}

hr {
	border:0;
	height:1px;
	overflow:hidden;
	background:#109DE5;

}


.encadre {
	border:1px solid #109DE5;
	background:#E3ECF0;
	padding:10px;
}

