/*
 *		/skin-01/id.css
 *
 *		rikka v0.5
 *		Auteur : Gyan <gyan000@free.fr>
 *
 *		Fonction :
 *		- Définition des ID du template principal.
 */

/* <DIV> Validation d'un formulaire. */
#messageValidation {
	display: none;
	padding-top: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	background: #64007A;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 250px;
	height: 50px;
	margin-left: -125px;
	margin-top: 25px;
	border: 2px dotted #ED1FB0;
}
/* <DIV> Chargement de la page. */
#attenteChargement {
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	background: #C8F04B;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 250px;
	height: 90px;
	margin-left: -125px;
	margin-top: 45px;
	border: 2px dotted black;
}
#conteneur {
	width: 760px;
	margin: 0 auto;
	/*position: absolute;
	width: 920px;
	margin-left: -460px;
	left: 50%;*/
}
#entete {
	vertical-align: top;
	height: 165px;
	background: url('./images/bandeau_haut.jpg') no-repeat;
}
#banniere {
	width: 260px;
	height: 165px;
	cursor: pointer;
	vertical-align: top;
	font-size: 0.7em;
}
#contenuBanniere {
	padding: 10px 0px 0px 15px;
}
#menuBanniere {
	height: 50px;
	text-align: right;
	vertical-align: bottom;
	font-size: 0.6em;
}
#menuBanniere A {
	color: #336DB9;
	text-decoration: underline;
}
#menuBanniere A:hover {
	text-decoration: none;
}
#formulaireLogin {
	font-size: 0.7em;
}
#bugIE6 {
	padding-top: 10px;
	background-color: white;
}
#menuHaut {
	font-size: 0.8em;
	width: 730px;
	height: 30px;
	background-color: white;
	text-align: center;
}
#menuHaut A {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#menuHaut A:hover {
	text-decoration: underline;
}
#menuHautTR {
	font-weight: bold;
	background-color: #D5AF83;
	color: #99601D;
}
#menuHautPartenaire {
	width: 760px;
	height: 50px;
	background-color: white;
}
#centre {
	width: 730px;
	background-color: white;
	font-size: 0.8em;
	padding-bottom: 10px;
}
#menuPied {
	width: 760px;
	text-align: center;
	font-weight: bold;
	font-size: 0.6em;
	color: #336DB9;
	line-height: 2em ;
}
#menuPied A {
	color: #336DB9;
	text-decoration: underline;
}
#menuPied A:hover {
	text-decoration: none;
}
#menuPiedBarre {
	background: url('./images/trait_menu_bas.gif') repeat-x top;
	background-color: white;
}
#menuPiedBandeau {
	height: 15px;
	background: url('./images/bandeau_bas.jpg') no-repeat;
}
#copyright {
	padding-top: 5px;
	font-family: Arial;
	font-weight: bold;
	font-size: 0.6em;
	color: #336DB9;
}

#copyright A  {
	color: #336DB9;
	text-decoration: none;
}

#copyright A:hover {
	text-decoration: underline;
}
#adminConteneur {
	width: 920px;
	margin: 0 auto;
	/*position: absolute;
	width: 760px;
   margin-left: -450px;
   left: 50%;/**/
}
#adminCentre {
	font-size: 0.8em;
	padding: 10px 0px 0px 0px;
}
#adminBanniere {
	width: 150px;
	height: 90px;
	cursor: pointer;
}
#adminEntete {
	text-align: center;
	font-weight: bolder;
	font-size: x-large;
	height: 90px;
	width: 920px;
	border: 2px solid black;
	border-width: 2px 0px 2px 0px;
	background: url('./images/administrationBanniere.png') no-repeat left;
	background-color: #81B801;
}
#adminPied {
	text-align: center;
	font-size: 0.7em;
	height: 30px;
}