/* Global */
body{
	margin:0px 0px 0px 0px;
	text-align:center;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

input, select{
	width:100%;
}

h1{
	color:#FFFFFF;
	font-weight:bold;
	font-size:17px;
}

.Souligne{
	background-image:url(../Images/Souligne.jpg);
	background-repeat:repeat-x;
	background-position:bottom right;
	padding-bottom:10px;
}

.Page{
	width:750px;
	border:8px solid #F90007;
	padding:5px;
}

.txtBlanc12{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.txtBlanc17{
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
}

/* Entete */
.Menu{
	background-image:url(../Images/BarreMenu.jpg);
	background-repeat:repeat-x;
}

.Menu a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.MenuAccueil a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

/* Corps */
.Corps{
	background-image:url(../Images/Projecteurs.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	width:724px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.Corps a{
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../Images/BarreMenu.jpg);
	background-repeat:repeat-x;
	padding-left:5px;
	padding-right:5px;
	
}

.Corps .aSimple{
	background-image:none;
	padding:0px;
}

.Corps .aSimple:hover{
	text-decoration:underline;	
}


.Conteneur{
	margin-left:95px;
	margin-right:95px;
	width:534px;
}

.FondDegrade{
	background-image:url(../Images/Fond.jpg);
	background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:10px;
}

.FondImage{
	background-image:url(../Images/ImgPresentation.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

.Texte{
	text-align:justify;
	padding: 10px 20px 10px 20px;
}

/* Footer */
.Footer{
	background-image:url(../Images/Barrieres.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;
	width:724px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:17px;
}
