/* CSS Document AAA version avril 2005 */
/* basic elements */
body {
	font: 10px/normal Geneva, Arial, Helvetica, sans-serif;
/*	background:  url(/_themes/aaa-/suntile.jpg) repeat;	*/
}


p {margin-top: 0px;}
a {text-decoration:none;font-weight:bold;}
a:hover{border-bottom:thin solid #FFCC00;}
a:visited {
	color: #66CCFF;
}
td {font-family: Verdana, Geneva, Arial, helvetica, sans-serif;}
th {font-family: Verdana, Geneva, Arial, helvetica, sans-serif;}
/*  ---------------- */

/* ensuite viennent les classes -------------------------------------------------------------------------*/
.FormChamp,
.FormChampMaj {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #CCCCCC;
	line-height: normal;
	background-color: #F5F5F5;
}
.FormChampMaj {
	text-transform: uppercase;
}
.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #666666;
}

/* -------------------------------- ensuite les balises ID ---------------------------------------------------*/

#page {
	position: relative;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#tete {
	height: 80px;
}

#container {	/* exemple repris du site IS mais ?? pas utile ici ??? */
	background: url(/images/Entete.jpg) no-repeat 0px 0px;
	padding-top: 212px;
	border: 1px solid #0000FF;
 }
#logo_tete {
	text-align: center;
	float: left;
	margin: 3px;
}
#pub_tete {
	float: right;
	text-align: center;
	margin: 3px;
}
#menu {
	height: 25px;
	width: 775px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 65px;
/*	background-color: #666666;	*/
}
#bandeau {
	background:  #FFCC33;
	font-size: 12px;
	color: #666666;
	border: 1px solid #660000;
	top: 10px;
	width: 765px;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#login {
	height: 65px;
	width: 145px;
	position: absolute;
	top: 120px;
	color: #FFFFFF;
	left: 5px;
}
#ColGauche {
	position: relative;
	top: 10px;
	width: 120px;
	float: left;
}
#CentrePage {
	position: relative;
	top: 10px;
	float: left;
	margin-left: 5px;
	width: 525px;
}

#ColDroite {
	position: relative;
	top: 10px;
	width: 120px;
	float: right;
}
#ColGoogle {
	width: 120px;
	position: static;
}

/* link container - C'EST pour placer et illustrer la Colonne GAUCHE  */
#linkList {
	background:  #F4E2C9 url(ColGauche.jpg) repeat-y;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 1px;
	width: 150px;
}
/* link container du texte dans la colonne gauche */
#linkList2{width:130px;}
#linkList ul{list-style-type:none;padding:0;margin:0;}
#linkList li {
	color:#A59573;
	font-size:9px;
	padding-left:10px;
	border-bottom:1px solid #C2B6A1;
	border-left:6px solid #CEBA92;
}
#linkList li:hover{border-left:6px solid #9AA2A3;background:#CDC3AF;}
#linkList li a{letter-spacing:0px;font:normal 11px/12px verdana, arial,sans-serif;color:#867758;display:inline;border-bottom:none;}
#linkList a.c{display:inline;letter-spacing:-1px;margin-left:0px;font:normal 9px/10px verdana, arial,sans-serif;color:#A59573;}
#linkList a.c:hover{color:#786F5D;border-bottom:1px solid #786F5D;}
/* on peut crée des balises qui définissent le comportement à l'intérieur d'elle même */
/* Ainsi pour la balise lselect */
	#lselect{margin-top:20px;}
	#linkList div#lselect {text-align: right;}
	#linkList div#lselect li {line-height:1.70em;}
	#linkList div#lselect li {line-height:2.05em;}

	#lselect ul li a{display:block;font-weight:bold;margin-right:10px;margin-left:0px;}
	#lselect ul li a:hover{color:#304549;}



/* balise du corps de texte standard dans une page standard */
#footer {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 20px;
	clear: both;
	height: 250px;
	width: 775px;
}
.footer a{color:#666666;}
.footer a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #9E2715;
}

#footer_pave_gauche {
	float: left;
	width: 120px;
}
#footer_pave_droite {
	float: right;
	width: 120px;
}
#footer_centre {
	float: left;
	width: 525px;
	margin-left: 5px;
}
.footer img {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*  ---------------- */


/* autres balises div disponibles pour agrémenter les pages: bannière - intro - preambule -  quicksummary - */
/* TOUTES CES BALISES SONT A REDEFINIR pour le SITE EN QUESTION */
	/* une balise pour mettre une intro */
#banniere {
	background-color: #525E6F;
	height: 60px;
	width: 468px;
	position: absolute;
	left: 164px;
	top: 130px;
	color: #FFFFFF;
}

#intro{
	left: 150px;
	top: 215px;
	width: 600;
}
	/* une balise pour faire un préambule au pavé de texte */
#preambule {
	visibility: inherit;
	margin-left: 50px;
}
#preambule h3  {background: url(titleRoad.gif) no-repeat top left;margin-left:-50px;width:389px;height:28px;}
#preambule h3 span{}

	/* une balise pour un sommaire propre à la page */
#quickSummary{
	background-image: url(SNOOPY.GIF);
	font-size: 12px;
	line-height: 16px;
	background-color: #F7E6D2;
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 150px;
	margin-bottom: 10px;
	margin-right: 10px;
	height: 100px;
	width: 300px;
}

#extraDiv1{
	position:absolute;
	width:170px;
	height:170px;
	background:  url(PaveExtraDiv1.gif);
	color: #FFFFFF;
	left: 650px;
	top: 140px;
	vertical-align: 50%;
	text-align: center;
	border: thin double #FFFF00;
	z-index: 99;
	visibility: visible;
}



/*  ---------------- */




/* ICI pour faire les ZONGLETS !!!! --------------------------------------------------------------------*/
#tabnav {
	list-style-type: none;
	padding-bottom: 24px;
	background-image: url(Onglet.gif);
	background-repeat: repeat-x;
	width: 500px;
	border: 1px solid #FFCC00;
	margin-top: 50;
	background-color: #FFFAF3;
}
ul#tabnav {
	font: bold 10px verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #FFCC00;
	margin: 0;
}
ul#tabnav li {
    float: left;
    height: 21px;
    margin: 2px 2px 0 2px;
    border: #FFCC33;
}
ul#tabnav li.active {
	border-bottom: 1px solid #FFCC33;
	font-weight: bold;
	text-decoration: underline;
}
ul#tabnav li.active a {
	color: #663300;
}
#tabnav a {
    float: left;
    display: block;
    color: #FF0000;
    text-decoration: none;
    padding: 4px;
}
#tabnav a:hover {
}
/* pour les popup */
#bodyPopUp {
	font: 10px Arial, Helvetica, sans-serif;
	background:  url(_themes/aaa-/suntile.jpg) repeat;
	width: 500px;
	clip: rect(5px,auto,auto,auto);
}
#CentrePopUp {
	margin-top: 25px;
	font-size: 12px;
}
