/* CSS Document By Fan2 and Lapoz */
*{
	margin: 0;
	padding: 0;
}
html { height: 100%; }
IMG { border:none; }
body {
	background: #E0E4E9;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #0F3D5E;
	height: 100%;
}
#centre {
	position:absolute;
	left: 50%;
	width: 820px;
	margin-left: -410px;
	background:  url(../pics/bg-article.gif) top left repeat-y;
}


/* -----  ENTETE ET MENU ----- */
#head {
	background: #FFF url(../pics/head.jpg) top left no-repeat;
	height: 152px;
}
#headLiens {
	float: right;
	text-align: right;
	margin: 0 20px 0 0;
	_margin: 0 10px 0 0;
}
#headLiens UL {
	list-style: none;
	font-size: 10px;
}
#headLiens LI A {
	color: #FFF;
	font-weight: normal;
}
#menu {
	padding: 115px 10px 0 0;
}
#menu UL {
	text-align: right;
}
#menu LI {
	display: inline;
	color: #FFF;
	font-weight: bold;
	padding: 0 10px 1px 10px;
	border-right: 2px solid #FFF;
}
.end { border: none !important; padding-right: 10px !important;}
#menu A { color: #FFF; text-decoration: none; }
#menu A:hover { text-decoration: underline; }


/* -----  ARTICLE ----- */
#article {
	float: left;
	padding: 10px 10px 10px 45px;
	width: 560px;
}
.chemin { color: #206CAA; }
.chemin A { color: #206CAA; text-decoration: none; font-weight: normal;}
.chemin A:hover { color: #FF6600; text-decoration: underline; font-weight: normal;}

H1 {
	margin: 20px 0 10px 15px;
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #0675AC;
	background: url(../pics/bg-H1.gif) bottom left no-repeat;
}
H2 {
	margin: 10px 0 10px 15px;
	color: #FF6600; 
	font-size: 12px;
}
P {
	margin: 0 30px 10px 15px;
	line-height: 18px;
}
#article P {
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}
UL {
	line-height: 16px;
	margin: 10px 0 10px 45px;
}
#article UL {
	margin: 10px 30px 10px 45px;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}
#article LI {
	margin: 4px 0 4px 0;
	font-size: 12px;
}
A { color: #FF6600; text-decoration: none; font-weight: bold;}
A:hover { text-decoration: underline;}

/* -----  COLONNE ----- */
#colonne {
	float: left;
	width: 196px;
	margin: 0 0 0 0;
}
H3 {
	background: #CAD1D9;
	font-size: 11px;
	color: #003058;
	padding: 4px 0 4px 10px;
	margin: 15px 0 10px 0;
}
#colonne UL {
	margin: 0 0 0 25px;
	list-style-image: url(../pics/puce-colonne.gif);
}
#colonne P {
	margin: 0 5px 10px 10px !important;
}
.actus A { color: #0F3D5E; text-decoration: none; font-weight: normal; }
.actus A:hover { color: #FF6600; text-decoration: underline;}
/* -----  FOOTER ----- */
#footer {
	clear: both;
	background: #FFF url(../pics/bg-footer.gif) top left no-repeat;
	height: 40px;
	color: #FFF;
	padding: 10px 20px 0 50px;
}
.gauche { float: left; margin: 0;}
.droite { float: right; margin: 0;}
#footer A { color: #FFF; text-decoration: none; font-weight: normal;}
#footer A:hover { text-decoration: underline; }

/* -----  AUTRES STYLES ----- */
.orange { color: #FF6600 !important; }
.imgGauche { float: left; margin: 0 10px 0 0;}
.imgDroite { float: right; margin: 0 2px 0 10px;}
.lettrine { font-size: 12px; font-weight: bold; padding: 0 0 0 20px;}
.illustrationDroite { border: 1px solid #666; margin-left: 15px; float: right;  }
.illustrationCentre { border: 1px solid #666; margin : 10px 0 10px 0;}
.illustrationGauche { border: 1px solid #666; margin: 5px 10px 10px 0; float: left;  }

/* ----- FORMULAIRES ----- */
.newsBox {
	margin: 0 0 0 10px;
	font-size: 11px;
	padding: 1px 1px 2px 1px;
	vertical-align: bottom;

}
.newsBtn {
	font-size: 10px;
	width: 28px;
	height: 19px;	
}
LABEL { 
	float: left;
	display: inline;
	width: 90px;
	padding: 2px 0 0 0;
}
.contact TEXTAREA {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #0F3D5E;
	padding: 0 0 0 1px;
	overflow: auto;
}
.contact INPUT {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #0F3D5E;
	padding: 0 0 0 1px;
}
/* ----- CALENDRIER ----- */
#calendrier { height: 170px;}
#calendrier ul { margin-left: 10px;}
#calendrier li { list-style: none; }

#calendrier P {
	text-align: center;
	font-weight: bold;
}

#libelle {
	width: 175px;
	margin: 0 auto;
	padding: 0;
}
.ligne {
	width: 175px;
	margin: 0 auto;
	padding: 0;
} 
#libelle li {
	float : left;
	width : 25px; 
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
.ligne li {
	color: #000;
	float : left; 
	width : 25px; 
	text-align: center;
	margin-bottom: 3px;
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

li.currentItem A { color: #FF6600;}
li.existingItem A { color: #0F3D5E; font-weight: normal;}	
li.existingItem A:hover { color: #0F3D5E; font-weight: normal; text-decoration: underline;}	
li.oldItem {color: #678399; }

/* ----- LIENS UTILES ----- */

.liens a { text-decoration: none; } /* définition du lien qui affichera le "calque" */
.liens a:hover { background: none;  } /* correction d'un bug IE */
.liens a span { display: none; } /* définition de la balise <span> inclue dans <a> */

.liens a:hover span { /* définition de la balise <span> au survol */
	display: inline;
	position: absolute;
	top: 260px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
	left: 350px;
	width: 185px;
	height: 151px;
	background: #FFF;
	text-align: center;
	color: white;
}
