* {padding:0; margin:0;}

body
{
	margin: 20px 0 0 0;
	background: #8d3939;
	text-align: center ;
	font: 0.8em Tahoma, helvetica, sans-serif ;

	/*
	font-family: Techno, "Haettenschweiler", Charcoal, Impact, "Arial Black", Verdana, Lucida, Helvetica, fantaisy;
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-family: "Hoefler Text", "Bookman Antiqua", Palatino, "Utopia", "Times New Roman", Times, "New Century Schoolbook",  Georgia, "New York", serif;
	font-family: Verdana, "Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	font-family: Georgia, "Bookman Old Style", Bookman, "New Century Schoolbook", "Bookman Antiqua", Palatino, "Utopia", "New York", "Times New Roman", Times, serif;
	*/
}

div#page
{
	width: 1004px ;
	margin: auto;
	text-align: left ;
		background: url(img/fondpage.jpg) repeat-y 0 0px ;
}

div#header
{
position: relative;
	display: block;
	height: 164px ;
	width: 1004px;
	background: url(img/logo.jpg) no-repeat left top ;
	margin: 0 ;

}

div#logosuite
{
	display: block;
	height: 25px ;
	width: 1004px;
	background: url(img/logosuite.jpg) no-repeat left top ;
	margin: 0 ;

}

div#lienlogo a
{
	position: absolute;
	top: 25px;
	display: block;
	height: 109px ;
	width: 250px;
}

div#langue {
	position: relative;
	float: right;
	height: 12px;
	line-height: 10px;
	padding: 15px 15px 2px 0px;
	text-align: right;
	font-size: 8px;
	font-weight: bold;
	color: #016B9D;
}

div#langue a {
	font-size: 8px;
	font-weight: bold;
	color: #016B9D;
	margin: 0 0 0 5px;
}

img.lang {
	border: 1px solid #A9A9A9;
	margin-right: 5px;
}

img.langon {
	border: 1px solid #fff;
	margin-right: 5px;
}

div#contmenu
{
	position: relative;
	left: 0px;
	display: block;
	height: 20px;
	width: 973px;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #8D3939;
}

/* MENU GENERAL */

/* Position du menu, la position peux être en relative */
#menu {
position: absolute;
left: 0px;
top: 0px;
}

/* On enlève les puces, le padding et le margin */
#menu ul {
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style-type:none; /* Cette ligne enlève les puces */
}

/* Dimension des boutons, couleur de background, disposition initiale sur une ligne
NOTE: affecte la class "drop" */
li.drop {
	display: block;
	position: relative;
	width: 138px; /* Largeur visible du bouton */
	height: 20px;
	overflow: hidden; /* Permet de cacher la partie débordante de l’image */
	float: left;
	border-right: solid 1px #8d3939;/* Cette ligne est pour l’esthétique, elle sépare les boutons d’une bordure */
}

/* L’effet hover affiche la hauteur automatiquement par rapport au nombre de LI
NOTE: affecte la class "drop" */
li.drop:hover {
height:auto;
}

/* Bordure qui sépare chaques boutons
NOTE: affecte le dernier niveau des boutons */
#menu ul li ul li {
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
background: #fff;

 /* Cette ligne est pour l’esthétique, elle sépare les boutons d’une bordure */
}

/* Permet de corriger les espaces entre chaque LI dans EXPLORER
NOTE: affecte le dernier niveau des boutons */
*html #menu ul li ul li { float:left; }

/* On met nos liens du menu en block et donne un style au texte des boutons */
#menu a {
	display: block;
	width: 138px; /* Largeur visible du bouton */
	height: 20px;
	font-family: Tahoma, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
}

/* effet hover des liens */
#menu a:hover {
color:#fff;
background-color: #8d3939;
}

/* Permet d’insérer un background VIA le FIX PNG */
/*#menu span {*/
/*display: block;*/
/*position: relative;*/
/*width: 250px; /* 2x la largeur visible du bouton */
/*height: 18px; /* Soustrayez le "padding-top" de la hauteur initiale de votre bouton */
/*padding-left: 2px; /* Cette ligne permet de positionner le texte de votre bouton sur l’horizontal */
/*padding-top: 2px; /* Cette ligne permet de positionner le texte de votre bouton sur le vertical */
/*background-repeat:no-repeat;*/
/*cursor:pointer;*/
/*text-indent: -125px;*/
/* background-image:url(img/menuBouton.png); CETTE LIGNE EST ÉCRITE DANS LE FICHIER "ALPHACSS.PHP" */
/* le background sera générer dynamiquement dépendant du navigateur */
/*}

/* On décale la tag SPAN de 100 px vers la gauche - pour ne pas perdre le texte dans la zone
hidden on lui met un padding-left de 105px */
/*#menu a:hover span {*/
/*left: -125px;*/
/*padding-left: 127px;*/
/*}*/



/* MENU ACCESSIBILITE */

div#access {
	width: 280px;
	float: right;
	padding: 10px 5px 0px 5px;
}

ul#access
{
	height: 15px ;
	list-style-type: none ;
}
ul#access li
{
	text-align: center ;
	float: left;
	line-height: 15px ;
}
ul#access li a
{
	display: block ;
	width: 90px ;
	font-size: 11px ;
	color: #fff ;
	text-decoration: none ;
}
ul#access li a:hover
{
	color: #F9FBCE;
	font-weight: bold;
}




/* MENU CHOIX ADMIN */
ul#admchoix
{
	height: 25px ;
	list-style-type: none ;
}
ul#admchoix li
{
	padding: 4px 10px 2px 10px;
	float: left ;
	text-align: center ;
}
ul#admchoix li a
{
	display: block;
	padding: 0 2px 0px 2px;
	line-height: 15px;
	font-size: 10px;
	letter-spacing: 1px;
	color: #50688f;
	background-color: #F8F8FF;
	text-decoration: none;
	border: 1px solid #50688f;
}
ul#admchoix li a:hover
{
	border-top: 2px solid #50688f ;
	border-left: 2px solid #50688f ;
}




/* INFOBULLES */
a.info{
    position:relative; 
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
 display:block; 
 position:absolute;
    
    
    top:2em; left:2em; width:15em;
    border:1px solid #6699cc;
    background-color:#eeeeee; color:#6699cc;
    text-align: justify;
    font-weight:none;
    padding:1px;
    
    }


ul#admoptions
{
	height: 20px ;
	margin: 0;
	padding: 5px 0 20px 0px;
	list-style-type: none ;
}
ul#admoptions li
{	
	display: block;
	line-height: 20px;
	float: left ;
}

a#appuie
{
	color: #ffffff;
	background:#6b9a04;
}

div#contenu
{
	width: auto;
	overflow: auto;
	background-image: url(img/fondtxt1.jpg);
}	

div#marqui
{
	position: relative;
	top: 140px;
	left: 592px;
	width: 400px;
	height: 10px;
	overflow: hidden;
	letter-spacing: 1px;
	color: #494F67;
	font-size: 0.8em;
}	

div#gauche
{
	float: left;
	width: 200px;
	padding: 0 0px 0 0px;
	margin-left: 24px;
}	
	
div#droite
{
	float: right;
	padding: 2px 35px 10px 5px;
	text-align: left;
	width: 200px;
}	

div#news
{
	margin-bottom: 10px;
	font-size: 0.8em;
	line-height: 15px;
	padding: 3px 5px 10px 5px;
	margin: 0 10px 20px 10px;
	color: #657390;
	text-align: justify;
	background: url(img/fondnews.gif) 0px 0px;
}

div#news h3
{
	padding: 2px 0 2px 0;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #58657e;

}	

div#titrenews
{
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 15px;
	margin-bottom: 10px;
}	

div#titrenews a
{
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 2px;
	text-decoration: none;
	color: #42475D;
}

div#titrenews a:hover
{	
	color: #FFD700;
}

div#texte
{	
	display: block;
	width: 720px;
	padding: 0 10px 10px 20px;
	margin: 0 0 0 230px;
}

div#texte h2
{
	padding: 0 0 2px 0;
	line-height: 1.5em;
	font-size: 1.3em;
	color: #b33816;
	border-bottom: 1px dashed #DBDBDB;
}

div#texte h3
{
	padding: 5px 0 2px 0;
	line-height: 1.3em;
	font-size: 0.8em;
	color: #b33816;
	text-align: center;
}

div#texte p
{
	padding: 2px 5px 25px 0;
	font-size: 1em ;
	text-align: justify ;
	line-height: 1.5em ;
	color: #355165;
}

table
{
	margin: 10px auto;
}

td
{
	padding: 3px 5px 3px 5px;
	line-height: 1.6em;
	color: #355165;
}

div#texte a
{
	color: #581d0c ;
	text-decoration: none ;
}

div#texte a:hover
{
	color: #b33816 ;
}

img#texte p
{
	float: left;
	margin-right: 1em;
	margin-top: 1em;
}

div#txtadmin
{
	font-size: 0.8em;
	line-height: 20px;
	padding: 5px, 0px, 3px, 5px;
	color: Black;
	font-weight: bold;
	text-indent: 3px;
}

div#alertadmin
{
	font-size: 1.2em;
	line-height: 20px;
	padding: 5px, 0px, 3px, 5px;
	color: Red;
	font-weight: bold;
	text-align: center;
}

div#boutadmin
{
	padding: 5px, 0px, 5px, 5px;
	background-color: Silver;
	margin-bottom: 20px;
}

.zonetxt
{
	background: url(../img/fondtxt1adm.jpg) repeat-y 0 0px;
	font-family: Tahoma, helvetica, sans-serif;
	font-size: 18px;
	color: #b33816;
}

table#titreadmin
{
	text-align: left;
	background-color: Silver;
	margin: 10px 0 20px 0;
	width: 100%;
	height: 20px;
	font-size: 18px;
}

table#txtadmin
{
	text-align: left;
	background-color: Silver;
	margin: 10px 0 20px 0;
	width: 100%;
	height: 30px;
	font-size: 12px;
}
div#mail
{
	position: absolute;
	top: 7px;
	left: 280px;
	display: block;
	height: 25px;
	width: 200px;
	background: url(img/mail.jpg) no-repeat left top;
	line-height: 14px;
	text-indent: 25px;
}
div#mail a
{
	font-weight: bold;
	font-size: 10px;
	color: #0073A6;
	text-decoration: none;
}

div#mail a:hover
{
	color: #3A5A73;
}

	
span.lire
{
	margin-left: 5px;
	font-size: 0.8em;
	border-bottom: 1px solid #50688f;
}

div#footer
{
	margin: 0 auto;
	width: 1004px;
	height: 110px;
	padding-top: 110px;
	display: block;
	background: url(img/footer.jpg) no-repeat 0px 0px;
	font-size: 9px;
	color: #fff;
	line-height: 23px;
	text-indent: 780px;
}

.spacer {
  clear: both;
}



/* SPECIFIQUES SITE  */


