*{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
html,body {
	height: 100%;
}
body {
	text-align: center;
}
#global{
	position: relative;
	top: 0px;
	width: 808px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/fond.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
.top{
	position: relative;
	left: 0px;
	top: 0px;
	width: 808px;
	height: 289px;
	background-image: url(../img/top.jpg);
}
.titre{
	position: absolute;
	left: 186px;
	top: 125px;
	width: 383px;
	height: 125px;
}
.menu{
	position: absolute;
	left: 569px;
	top: 90px;
	width: 228px;
	height: 191px;
	text-align: left;
	z-index: 10;
}
.contenant{
	position: relative;
	left: 0px;
	top: 0px;
	width: 808px;
	background-image: url(../img/fond-contenant.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contenu{
	position: relative;
	left: 93px;
	width: 715px;
	background-image: url(../img/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
p{
	padding-left: 85px;
	padding-top: 10px;
	padding-right: 85px;
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #38626C;
	line-height: 15px;
}
.bottom{
	position: relative;
	left: 93px;
	top: 0px;
	width: 715px;
	height: 30px;
}
.credit{
	position: relative;
	left: 93px;
	top: 0px;
	width: 715px;
	height: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #38626C;
	background-color: #fff;
	text-align:center;
}
p.index{
	padding-left: 155px;
	padding-right: 85px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #A22114;
}
p.txt-adresse{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #38626C;
	border-left: solid 1px #000000;
	padding-left: 10px;
	margin-left: 85px;
}
.encartdroite{
	margin-right: 8px;
	float: left;
}
.encartgauche{
	margin-left: 8px;
	float: right;
}
img{
	border: 0px;
}
.lien{
	text-decoration: none;
	color: #38626C;
	border-bottom: dotted 1px #38626C;
}
.lien-liste{
	text-decoration: none;
	/*color: #38626C;*/
	color: #00CCFF;
	border-bottom: dotted 1px #00CCFF;
}
.lien:hover{
	background-color: #FCECE0;
}
dl.liste{
	margin-left: 95px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #38626C;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 85px;
	text-align: justify;
}
.liste dt{
	font-weight: bold;
	padding-bottom: 7px;
}
.liste dd{
	clear: left;
	margin-left: 30px;
	padding-bottom : 5px;
	padding-left: 5px;
	border-left: solid 1px #38626C;
}
dl.stage{
	margin-left: 85px;
	margin-top: 10px;
}
.stage dt{
	clear: left;
	float: left;
	margin-right: 5px;
}
.stage dd{
	padding-top: 5px;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #38626C;
	text-align: justify;
	padding-right: 20px;
}
ul{
	/*padding-left: 10px;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #38626C;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: justify;
}

li{
	margin-left: 30px;
	padding-bottom : 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: solid 1px #38626C;
	font-size: 10px;
	background-color: #FCF6EE;
	list-style-type: none;

}
.chevrons{
	font-weight: bold;
	font-size: 10px;
}
hr{
	width: 400px;
	height: 1px;
	border-bottom: solid 1px #E4E9D7;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-left: 150px;
	margin-top: 10px;
}
hr.bib{
	width: 400px;
	height: 1px;
	border-bottom: solid 1px #E4E9D7;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-left: 150px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.coul-rouge{
	color: #A22114;
}
.coul-rouge-gras{
	color: #A22114;
	font-weight: bold;
}
.coul-vert{
	color: #859D84;
	font-weight: bold;
}
form{
	position: relative;
	left: 100px;
	width: 400px;
	padding-top: 20px;
}
label{
	display: inline;
	float: left;
	width: 70px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align:right;
	padding-right: 5px;
} 

INPUT, TEXTAREA { 
	background-color: #E4E9D7 ; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	width: 300px;
	border-bottom: solid 1px #A22114;
	border-top: none;
	border-left:none;
	border-right:none;
	margin-bottom:5px;
	padding: 2px;
}
.nonsize{
	width: auto;
}
.flag{
	position: relative;
	top: 14px;
	left: 713px;
	width: 68px;
	height: 22px;
}
.align-droite{
	float: left;
	padding-right: 8px;
}
.legende{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	
}