@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: 100%;
	max-width: 400px;
	height: 100%;
	margin: 0 auto;
	padding: 8px 0;
	background-color: #FFF;
	color: #000;
	border: #878787 solid 1px;
	text-align: center;
	overflow: hidden;
}

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

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

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

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

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



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

	#en_tete img {
		display: block;
		float: left;
		padding-top: 12px;
		padding-left: 5px;
	}

	#en_tete h1 {
		margin: 0;
		padding: 12px 0 0 0;
		font-size: 16px;
		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: 25px;
        }

/* 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: 12px;
	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: 12px;
	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: 12px;
	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: 12px;
}
li.menu td {
	text-align: left;
	vertical-align: middle;
}
li.menu td.logo {
	width: 20px;
}

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

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

li.menu td.fleche {
	width: 15px;
	font-size: 16px;
	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 0px;

	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: 13px;
}

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

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

#contenu h3 {
	padding: 0px 8px;
	margin: 0;
	background-color: inherit;
	color: #CCC;
	font-size: 15px;
}

#contenu h4 {
	padding: 0px 8px;
	margin: 0;
	background-color: inherit;
	color: #CCC;
	font-size: 12px;
}

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

#contenu .boite {
	width: auto;
	height: auto;
	padding: 5px 10px;
	margin: 20px 0 0px 0px;
	border: #878787 solid 1px;
	background-color: #fff;
	color: #000;
	font-size: 13px;
	overflow: hidden;
}

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

#contenu .boite pligne {
	margin: 30px 15px 10px 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 1px 2px;
	padding: 0 0 0 20px;
}
.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;
}
