body {
	background-image:url(../images/fond-page.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FFF;
	margin:0px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #5c717c;
}
h1,h2,h3,h4,p,form{
	margin:0px;
	padding:0px;
}
ul,li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-image:none;
}
#Page {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	z-index:50;
}

/*****************************************************
		ENTETE
*****************************************************/
#Entete {
	width:1000px;
	height:141px;
	}
#Entete.png {
	background-image:url(../images/fond-entete.png);
	background-position:top left;
	background-repeat:repeat-x;
	}
#Logo{
	width:381px;
	height:79px;
	position:absolute;
	top:47px;
	left:-1px;
}
#LogoSkimium{
	width:252px;
	height:64px;
	position:absolute;
	top:70px;
	left:747px;
}

/*****************************************************
		CONTENU
*****************************************************/
#Contenu{
	background-color:#FFF;
	min-height:600px;
	_height:600px;
	text-align:left;
}
.ttt {
	font-size:10px;
}

/*****************************************************
		COLONNE GAUCHE
*****************************************************/
#BlocColonneGauche {
	float:left;
	width:730px;
	min-height:550px;
	_height:550px;
	border-right:1px solid #c4d0d6;
}
#DetailPage {
	padding: 0px 30px 10px 30px;
}
#DetailPage h2{
	font-size:15px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:12px;
}
#DetailPage h3{
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:3px;
}
#DetailPage p{
	margin-top:0px;
	margin-bottom:7px;
}
#DetailPage a:link, #DetailPage a:active, #DetailPage a:visited {
	color:#5c717c;
	text-decoration:underline;
}
#DetailPage a:hover {
	color:#e5352c;
	text-decoration:none;
}

/*****************************************************
		COLONNE DROITE
*****************************************************/
#BlocColonneDroite {
	float:left;
	width:269px;
	min-height:550px;
	_height:550px;
}
#Coordonnees{
	padding: 0px 22px 22px 22px;
	text-align:right;
	font-size:12px;
	letter-spacing: 1px;
}
#Coordonnees h2{
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
#Coordonnees a:link, #Coordonnees a:active, #Coordonnees a:visited {
	color:#5c717c;
	text-decoration:none;
}
#Coordonnees a:hover {
	color:#e5352c;
	text-decoration:underline;
}
#Menu{
	text-align:right;
}
#Menu ul {
	margin:0px;
	padding:0px;
}
#Menu ul li {
	margin:0px;
	padding:0px;
}
#Ouverture{
	padding: 20px 22px 75px 22px;
	text-align:center;
	font-size:12px;
	letter-spacing: 1px;
}
#Ouverture a:link, #Ouverture a:active, #Ouverture a:visited {
	color:#5c717c;
	text-decoration:none;
}
#Ouverture a:hover {
	color:#e5352c;
	text-decoration:underline;
}
#Signature{
	padding: 0px 22px 22px 10px;
	text-align:right;
	font-size:10px;
	letter-spacing: 1px;
}
#Signature a:link, #Signature a:active, #Signature a:visited {
	color:#5c717c;
	text-decoration:none;
}
#Signature a:hover {
	color:#e5352c;
	text-decoration:underline;
}
/*****************************************************
                        FORMULAIRES
*****************************************************/
.combo {
	height: auto; 
	border: #292929 1px solid;
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.combogo {
	height: auto;
	border: #292929 1px solid;
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #DBE3F1;
}
