/* Annule les comportements de pagination par défaut */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #292828;
	background-image:url(imgs/fond-fondu.png);
	background-repeat: repeat-y;
	background-position: center;

}	


/* Centre la page */
#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	/*border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: double;
	border-right-color: #BCB8B5;
	border-left-color: #BCB8B5;*/
}

/* Hauteur de la bannière, zone grise haut et bas comprise */
#banniere {
	width: 920px;
	height: 158px;
}

/* La zone du menu haut */
#menuhaut {
	height: 40px;
	width: 920px;	
}

#main,#main-satellites {
	width: 920px;
	height: 100%;
}

/* Le titre de la page */
#main h1,#main-satellites h1 {
	padding-top:26px;
	padding-left: 38px;
	height: 24px;
	line-height: 24px;	
	font-family: "Maiandra GD";
	font-size: 19px;
	font-weight:normal;
	color: #BCB8B5;
}

/* Le sous-titre de la page */
#main h2,#main-satellites h2 {
	padding-top:13px;
	padding-left: 55px;	
	height: 22px;
	line-height: 22px;	
	font-family: "Maiandra GD";
	font-size: 17px;
	font-weight: normal;
	color: #BCB8B5;
}

/* On redéfini le P pour le contenu de la page */
#main p {
	width:535px;
	padding-top:10px;	
	padding-left: 38px;	
	font-family: Arial;
	font-size: 13px;
	text-align: justify;
	color: #98958F;
}

#main p table,tr,td {
	font-family: Arial;
	font-size: 13px;
	color: #98958F;
}

#main p .titre,#main-satellites p .titre{
	font-weight:bold;
}

#main p .adhoc {
	font-weight:bold;
	font-style:italic;
	color: #F2C120;	
}

#main-satellites p {
	width:865px;
	padding-top:10px;	
	padding-left: 38px;	
	font-family: Arial;
	font-size: 13px;
	text-align: justify;
	color: #98958F;
}

#main-satellites .retour {
	margin-top:10px;
	margin-bottom:10px;	
	position: relative;
	margin-left: 650px;
	font-family: Arial;
	font-size: 13px;	
	width: 270px;
}

#main-satellites .retour_bas {
	margin-top:10px;
	margin-bottom:10px;	
	position: relative;
	margin-left: 55px;
	font-family: Arial;
	font-size: 13px;	
	width: 270px;	
}

.formulaire {
	font-family: Arial;
	font-size: 13px;
	color: #292828;
	background-color: #BCB8B5;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #BCB8B5;
	border-right-color: #BCB8B5;
	border-bottom-color: #BCB8B5;
	border-left-color: #BCB8B5;
}

/* Ici la zone de droite, contenant entre autre le diaporama */
#main .droite {
	width: 290px;
	font-family: Arial;
	font-size: 14px;
	color: #98958F;
}

#main .droite .texte {
	font-weight:bold;
	color: #F2C120;	
}

/* Le pied de page */
#footer {
	margin-top: 20px;
	width: 920px;
}

#footer .keywords {
	font-family: "Maiandra GD";
	text-align:center;
	font-size: 15px;
	color: #BCB8B5;
}

#footer .address {
	padding-top: 6px;
	height:26px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #292828;
	background-color:#BCB8B5;
}

a:link {
	color: #F2C120;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F2C120;
}
a:hover {
	text-decoration: underline;
	color: #F2C120;
}
a:active {
	text-decoration: none;
	color: #F2C120;
}

a.keywords:link {
	color: 98958F;
}
a.keywords:visited {
	color: #98958F;
}
a.keywords:hover {
	text-decoration: underline;
	color: F2C120;
}
a.keywords:active {
	text-decoration: none;
	color: F2C120;
}

	
