body,html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: white/*#cccccc;*/

}
#tableau_main
{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	cellpadding: 0;
	cellspacing: 0;
	
}

#tab_logo
{
	
	width: 158px;
	padding-left: 10px;
	padding-top: 0px;/*10*/
	background-color: white;
}

#cell_b
{
	background-color: white;
	text-align: left;
	font-family: georgia, verdana, serif;
	font-size: 2.5em;
	padding-left:60px;
	padding-bottom:70px;

}

.cell_texte
{
	clear: left;
	width: 160px;
	height: 240px;
	border-collapse: collapse;
	background-color: white;
	text-align: left;
	vertical-align: bottom;
	position: relative; left: 0px; top: 210px; bottom: 0px;
	font-family: helvetica, arial, serif;
	color: black;
	/*font-size: 0.7em; >dans bloc_image*/
	overflow:hidden;
}

.cell_texte tr
{
	font-family: helvetica, arial, serif;
	color: black;
	vertical-align: bottom;
}

.cell_texte span
{
	font-family: georgia, verdana, serif;
	/*text-transform: uppercase;*/
	font-size: 1.35em;
	font-weight: normal;
	color: black;
}


/******MENU PLUS*****/

#menu_plus
{
	clear: left;
	width: 166px;
	height: 450px;
	text-align: left;
	font-family: georgia, verdana, serif;
	font-size: 1em;
	line-height: 0.7em;
	color: black;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px;
	/*background-color: white;*/
	position: absolute; left: 5px; top: 170px; bottom: 20px;
	margin-left: 18px;
		
}


#menu_plus a
{
   text-decoration: none;
   font-family: helvetica, arial, serif;
   color: black;
   font-size: 0.6em;
   padding-left: 2px;
   font-weight: normal;
}


a:hover 
{
   color: black; 
}

a:visited 
{
   color: black;
}
/*****************************/


#intro
{
	clear: left;
	width: 158px;
	background-color: white;
	text-align: left;
	padding-top: 10px;
	font-family: helvetica, arial, serif;
	color: grey;
	font-size: 0.7em;
	margin-left: 10px;
	overflow:hidden;
}


#bloc_image
{
	width: 928px; /*longueur totale de la section ou sont placées les images*/
	height: 450px; 
	background-color: white;
	font-family: helvetica, arial, serif;
	font-size: 0.7em;
	/*margin: auto;
	/*position: fixed; enlever et voir----------*/
	margin-left: 26px; 
	margin-right: 20px; 
	margin-top: 0px;
	margin-bottom: 5px;
		
}

#bloc_next
{
	width: 725px;
	font-size: 0.8em;
	margin-left: 243px;
	margin-bottom: 0px;
	text-align:center;
}

/*******LIENS**********/

.rectangle
{
	float: left;
	width: 152px;
	height: 230px;
	margin-top: 30px;
	margin-left: 30px;
	padding: 12px 0px 0px 15px;
	background-color: white;
	color: black;
	font-family: georgia,times, serif;
	font-size: 11px;
	line-height: 1.7em;
}

/**/

/* DEFILEMENT SLIDE_SHOW*/

/*.navig_glider
{
	width: 728px;
	font-size: 0.8em;
	margin-left: 243px;
	margin-bottom: 0px;
	text-align:center;"
}*/

.navig_glider
{
	width: 116px;
	height: 18px;
	position: absolute; left: 0px; top: 188px; bottom: 0px;
	float: right;
	font-size: 0.8em;
	margin-left: 235px;
	margin-bottom: 0px;
	text-align:left;
	font-family: georgia, verdana, serif;
	/*padding-left : 5px;
	font-size: 0.75em;
	font-weight: bold;
	color: white;
	background-color: black;*/
	
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
			
	width: 928px; /*100% permets d'avoir le début de l'image d'apres à droite*/
	height: 450px;
	overflow: hidden;
	}
	
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/			/* donne l_ecart entre chaque imge*/
		width:928px;
		height:450px;
		overflow:hidden;
		float:left;/* permet un défilement horizontal*/
		/*padding:1em;*/
		}
		
		/*done la longueur total de la section globalisante ?*/
	div.scroller div.content {
		width: 50000px;
		}



/*td, div
{
	border: 1px solid black;
}*/


.section a
{
   text-decoration: underline; 
   color: black;
}

a:hover
{
   color: black;
}
a:visited
{
   color: black;
}


.navig_glider a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: black; /* Les liens seront en noir au lieu de bleu */
}

a:hover /* Quand le visiteur pointe sur le lien */
{
   color: black; /* Le lien sera écrit en vert quand on pointera dessus */
}
a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   color: black;
}


a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: grey; /* Les liens seront en noir au lieu de bleu */
}

a:hover /* Quand le visiteur pointe sur le lien */
{
   color: black; /* Le lien sera écrit en vert quand on pointera dessus */
}

a: active
{
	color: black; /* Le lien sera écrit en vert quand on pointera dessus */
	text-decoration: underline;
}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   color: black;
}
