@charset "utf-8";
/* ****************************************
Generique :
- body
- img
- .clearfloat 
**************************************** */
body {
	margin: 0;
	padding: 0;
	font-family: helvetica,sans-serif;
	background-color: #666666;
	color: #FFF;
}

img {
	border: 0;
}

.clearfloat {
	clear: both;
}

/* ****************************************
#index sur index.htm
**************************************** */
#index {
	width: 94%;
	max-width: 800px;
	
	margin: 0 auto;
	padding: 8px 0;
	
	background-color: #FFF;
	color: #000;
	
	border: #878787 solid 1px;

	text-align: center;
	overflow: hidden;
	
	font-size: 32px;
}

	#index  p {
		margin-top: 4px;
	}

	#index h1 {
		padding: 0;
		margin: 0;
		
		font-size: 32px;
		font-weight: bold;
	}

	#index img {
		width: 90%;
		max-width: 500px;
		height: auto;
		max-height: 500px;
		margin: 0 auto;
	}

	#index a {
		background-color: inherit;
		color: #633D81;
		font-size: 22px;
		text-decoration: none;
	}

	#index #entrer {
		color: inherit;
		background-color: inherit;
		font-size: 32px;
		font-weight: bold;
	}



/* ****************************************
#en_tete et ses enfants (img, h1) 
**************************************** */
#en_tete {
	width: 96%;
	height: 40px;
	background-color: inherit;
	color: #FFF;
	margin: 0 2% 4px 2%;
}

#en_tete img {
	display: block;
	float: left;
	padding-top: 3px;
	padding-left: 4px;
	height: 35px;
}

#en_tete h1 {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 32px;
	font-weight: bold;
	background-color: inherit;
	color: inherit;
	text-align: center;
	/* Masque le texte en cas de debordement */
	overflow: hidden;
	/* N'affiche pas les espaces successifs et les retours a la ligne */
	white-space: nowrap;
	/* Affiche "..." si le texte n'apparait pas en entier*/
	text-overflow-mode: ellipsis;
}	

#img_retour {
    max-height: 40px;
}

/* LISTE */
#liste {
	width: 96%;
	padding: 0 2%;
}

#liste_gauche {
	float: left;
	width: 48%;
	margin: 0;
	padding: 0 0 0 2%;
}

#liste_droite {
	min-width: 48%;
	padding: 0 2% 0 0;
}

.pageitem {
	position: relative;
	display: block;
	
	width: auto;
	height: auto;
	
	padding: 0;
	margin: 0;
	
	border: #878787 solid 1px;

	
	background-color: #fff;
	color: #000;
	
	font-size: 24px;
	overflow: hidden;

	list-style: none;	
}
.pageitem_gauche {
	position: relative;
	display: block;
	
	width: auto;
	height: auto;
	
	padding: 0;
	margin: 0;
	
	border-top: #878787 solid 1px;
	border-left: #878787 solid 1px;
	border-right: 0;
	border-bottom: #878787 solid 1px;
	
	background-color: #fff;
	color: #000;
	
	font-size: 24px;
	overflow: hidden;

	list-style: none;	
}
.pageitem_droite{
	position: relative;
	display: block;
	
	width: auto;
	height: auto;
	
	padding: 0;
	margin: 0;
	
	border-top: #878787 solid 1px;
	border-left: 0;
	border-right: #878787 solid 1px;
	border-bottom: #878787 solid 1px;
	
	background-color: #fff;
	color: #000;
	
	font-size: 24px;
	overflow: hidden;

	list-style: none;	
}

li.menu {

	width: auto;
	height: auto;
	
	background-color: inherit;
	color: #000;
	
	list-style-type: none;
	display: block;

	overflow: hidden;
}

li.menu:hover {
	background: url("../images/menutouched.png") repeat-x;
	background-color: #015FE6; /* Couleur si l'image de fond est trop petite */
	color: #fff;
}

li.menu a {
	background-color: inherit;
	color: #000;
}

li.menu a:hover {
	background-color: transparent;
	color: #fff;
}
li.menu table {
	width: 100%;
	border: 0;
	font-size: 24px;
}
li.menu td {
	text-align: left;
	vertical-align: middle;
}
li.menu td.logo {
	width: 30px;
}

li.menu td.logo  img {
	width: auto;
	height: 82px;
}

li.menu td.titre {
	width: auto;
}

li.menu td.fleche {
	width: 15px;
	
	font-size: 32px;
	font-weight: bold;
}

/* IMAGE */

#image_haut {
	position: relative;
	width: 96%;
	height: auto;
	margin: 10px 2%;
	padding: 0;
	background: white;
	border: #878787 solid 0px;
	overflow: hidden;
}

#image_haut img{
display: block;
width: 100%;
margin: 0;
padding: 0;
}

#image_bas {
	width: 96%;
	height: 120px;
	
	margin: 10px 2%;
	padding: 0;

	border: #878787 solid 1px;

	background-repeat: no-repeat;
	background-position : center -20px;
	background: #FFF;
}

/* CONTENU */
#contenu {
	width: 96%;
	height: auto;
	background-color: inherit;
	color: inherit;
	margin: 10px 2%;
	overflow: hidden;
	font-size: 26px;
}

#contenu h1 {
	padding: 0 8px;
	margin-bottom: 10px;
	background-color: inherit;
	color: #DDD;
	font-size: 1.6em;
	margin: 8px 10px;
}

#contenu h2 {
	/*padding: 0 8px;*/
	/*margin: 0;*/
	background-color: inherit;
	color: #CCC;
	font-size: 34px;
	font-weight: bold;
	margin: 8px 10px;
}

#contenu h3 {
	/*padding: 0 8px;*/
	/*margin: 0;*/
	background-color: inherit;
	color: #CCC;
	font-size: 30px;
	margin: 8px 10px;
}

#contenu h4 {
	/*padding: 0 8px;*/
	/*margin: 0;*/
	background-color: inherit;
	color: #333;
	font-size: 15px;
	margin: 8px 10px;
}

#contenu h3 a {
	padding: 0 10px;
	background-color: inherit;
	color: #DDD;
	text-decoration: none;
}

#contenu .boite {
	width: auto;
	height: auto;
	padding: 5px 10px;
	margin: 8px 0 13px;
	
	border: #878787 solid 1px;

	background-color: #fff;
	color: #000;
	
	font-size: 26px;
	overflow: hidden;
}

#contenu .boite  p {
	/*margin: 8px 0 1px 0;*/
	margin: 20px 15px 20px 0px;
	padding: 0;
	background-color: inherit;
	color: inherit;
	text-align: left;
}

#contenu .boite  pl {
	margin: 20px 15px 20px 0px;
	padding: 0;
	background-color: inherit;
	color: inherit;
	text-align: left;
}

#contenu .boite  p:first-child {
	margin: 1px 0;
}

#contenu .boite a {
	background-color: inherit;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#contenu .boite ul {
	margin: 3px 0;
	padding: 0 0 0 30px;
}

.lien {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: Aucune;
	color: #CCCCCC;
	text-decoration: blink;
}
.titre_2_gr2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: Aucune;
	color: #333;
	text-decoration: blink;
}