body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #959091;
	background-image:url(Pictures/Template/images/fond_01.jpg);
	background-repeat:repeat-x;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #333;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #660000;
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
}
.oneColFixCtrHdr #Entete {
	width:950px;
	height:160px;
	background: #660000;  /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent en dessous. Si, au lieu de texte, c'est une image qui est insérée dans l'élément #header, il est conseillé de supprimer le remplissage. */
}

.oneColFixCtrHdr #mainContent {
	
	 padding: 20px 20px;/* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
	 margin: 10px 10px 10px 10px;
	background: #FFFFFF;
}

.oneColFixCtrHdr #mainContent h1 {
	color:#333;
	
	 
}

.oneColFixCtrHdr #footer {
	text-align:center;
	font-size:9px;
	color:#FFF;
	padding: 0px; /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent au-dessus. */
	background:#660000;
}
.oneColFixCtrHdr #footer p {
	background-color:#660000;
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}



a {
	color: #FFFF66;
}



form {
	background-color: #ffffff;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
  background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}



.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:#FF0000;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height:20px;
	color: #FFFF66;
}

.navLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height:20px;
  	color: #FFFF66;
}
a:hover {
	color: #FFFF66;
}

.navLink2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height:18px;
    color: #333333;
}
a.navLink2:hover {
	color: #333333;
	background-color: #FFFFFF;
}

.navLinkAdmin {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	line-height:12px;
	background-color: #FFFF66;
  	color: #333333;
}
a.navLinkAdmin:hover {
    background-color:#FFFF66;
	color: #333333;
}

.navLinkPetitNoir {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 10px;
	line-height:12px;
  	color: #333333;
	text-decoration:none;
	display:block;
	
}
.navLinkPetitNoir:hover {
	color: #333333;
	text-decoration:underline;
	display:block;

}

.navLinkModif {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 9px;
	line-height:18px;
	background-color:#00FF00;
  	color: #000000;
	text-decoration:none;
	display:block;
	
}
.navLinkModif:hover {
	color: #000000;
	font-size:9px
	line-height:18px;
	text-decoration:none;
	background-color:#00CC00;
	display:block;

}

.navLinkDelete {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 9px;
	line-height:18px;
	background-color:#FF0000;
  	color: #000000;
	text-decoration:none;
	display:block;
	
}
.navLinkDelete:hover {
	color: #000000;
	font-size:9px
	line-height:18px;
	text-decoration:none;
	background-color:#CC0000;
	display:block;

}
.navFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height:12px;
  	color: #FFFF66;
}
.navFooter:hover {
	color: #FFFF66;
}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF66;
	background-color: #660000;
 font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#ffff99;
	font-size: 9px;
	line-height: 10px;
}

a.sidebarFooter:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size: 9px;
	line-height: 10px;
	background-color: #FFFF99;
}

.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFF99;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height:18px;
	color: #333333;
}

.legal2 {
     font-family:Georgia, Times New Roman, "Times", serif;
	font-size: 12pt;
	line-height:18px;
	color:#000000;
}

.legal3 {
     font-family:Georgia, Times New Roman, "Times", serif;
	font-size: 10pt;
	line-height:16px;
	color:#000000;
	font-weight:bold;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: dotted;
	}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
	font-size:9px;
	line-height:12px;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.imageright {
	float: right;
	margin: 2px 2px 2px 2px;
	padding: 5px;
}

.imageleft{
	float: left;
	margin: 2px 2px 2px 2px;
	padding: 5px;
}
