*
{  
    margin: 0;  
    padding: 0;  
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	font-family: Arial, helvetica;
	font-size: 12px;
	
	/* background-image: url('../images/fond.gif');
	background-repeat: repeat; */
	
	background-image: url('../images/fond_page.png');
	background-repeat: repeat-x;
}

.spacer
{
	clear: both;
}

img
{
    border: 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

.gras
{
	font-weight: bold;
}

.gras_souligne
{
	font-weight: bold;
	text-decoration: underline;
}

.souligne
{
	text-decoration: underline;
}

.small_italic
{
	font-size: 10px;
	font-style: italic;
}

/* INFOSBULLE */
a.info 
{
   position: relative;
   color: black;
   text-decoration: none;
   /* border-bottom: 1px #0066FF dotted; */ /* on souligne le texte */
}

a.info span 
{
   display: none; /* on masque l'infobulle */
}

a.info:hover 
{
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: pointer; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span 
{
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 10px; /* on positionne notre infobulle */
   left: -220px;

   background: white;

   font-size: 9px;
   color: #0066FF;
   padding: 3px;

   border: 1px solid #0066FF;
   border-left: 4px solid #0066FF;
}


a.info_down 
{
   position: relative;
   color: black;
   text-decoration: none;
   /* border-bottom: 1px #0066FF dotted; */ /* on souligne le texte */
}

a.info_down span 
{
   display: none; /* on masque l'infobulle */
}

a.info_down:hover 
{
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: pointer; /* on change le curseur par défaut en curseur d'aide */
}
a.info_down:hover span 
{
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 10px; /* on positionne notre infobulle */
   left: -100px;

   background: white;

   font-size: 11px;
   color: #0066FF;
   padding: 3px;

   border: 1px solid #0066FF;
   border-left: 4px solid #0066FF;
}

.red
{
	color: red;
}

#superglobal
{
	position: relative;
	min-height: 100%;
	height: 100%;
}


/* BARRE DE NAVIGATION ACCESSIBILITE */
#g_navaccess
{
	position: relative;
	width: 930px;
	margin: 0 auto;
	height: 19px;
	
	/* background-image: url('../images/fond.gif');
	background-repeat: repeat;	*/
	/* background-color: #96b4f8; */
	background-color: transparent;
}

#navaccess
{
	float: right;
	margin-right: 10px;
	height: 19px;
	font-size: 10px;
	/* color: #999999; */
	color: black;
	background-color: transparent;
}

#navaccess a
{
	/* color: #999999; */
	color: black;
}

#navaccess a:hover
{
	color: #666666;
}


/* AFFICHAGE GLOBAL */
#global
{
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 930px;
	margin: 0 auto;
	voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	
	/* background-color: #FFFFFF; */
	background-color: transparent;
	
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
}


#entete
{
	background-color: #96b4f8;
	background-image: url('../images/banniere7.jpg');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 93px;

	/* -moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0; */
	
}

.site_version
{
	float: right;
	margin-right: 5px;
	padding-top: 68px;
	color: white;
	font-style: italic;
	font-size: 10px;
	line-height: 20px;
}

.site_version a
{
	color: white;
	text-decoration: none;
}

.site_version a:hover
{
	text-decoration: none;
	color: red;
	border: 1px dotted white;
}

#corps
{
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
	color: #3B4E79;
}

#corps_left
{
	float: left;
	width: 820px; /* Largeur de page = 930px - 10+10px de marge */
	text-align: justify;
}

#corps_right
{
	margin-left: 830px;
}

	.plaquette, .contactez_nous
	{
		text-align: center;
		
		border: 1px solid gray;

		/* padding-left: 1px;
		padding-right: 1px; */
		padding-top: 2px;
		padding-bottom: 2px;
		
		margin-bottom: 5px;

		/* background-color: #eeeeee; */
	}
	
	.contactez_nous a
	{
		/* color: #3b4e79; */
		color: black;
		text-decoration: none;
		font-size: 14px;
	}
	
	.plaquette a 
	{
		/* color: #3b4e79; */
		color: black;
		/* font-weight: bold; */
		text-decoration: none;
		font-size: 11px;
	}
	
	.plaquette a:hover, .contactez_nous a:hover
	{
		color: #000066;
		text-decoration: none;
		border-bottom: 1px dotted #000066;
	}
	
	/* .contactez_nous
	{
		background-image: url('../images/arobas.png');
		background-repeat: no-repeat;
		background-position: center center;
	} */

	/* .plaquette
	{
		background-image: url('../images/plaquette.png');
		background-repeat: no-repeat;
		background-position: center center;
	} */
	
	.institutions
	{
		/* text-align: center; */
		text-align: center;
		
		border: 1px solid gray;
		
		/* padding-left: 1px;
		padding-right: 1px; */
		padding-top: 2px;
		padding-bottom: 2px;
		
		/* background-color: #eeeeee; */
	}

	
	#img_left
	{
		float: left;
		width: 235px;
	}

	#img_left_services
	{
		float: left;
		width: 300px;
		
		text-align: center;
	}
	
	#img_left_services img
	{
		/* border: 1px solid gray; */
		border: 0;
	}
	
		.services_gene
		{
			border: 0;
			width: 300px;
			height: 250px;
		}
	
	#redactionnel
	{	
		margin-left: 245px;
		margin-right: 5px;
	}

	#redactionnel_services
	{	
		margin-left: 310px;
		margin-right: 5px;
	}	
	
	.img_left
	{
		float: left;
		width: 235px;
	}

	.redactionnel
	{	
		margin-left: 245px;
		margin-right: 5px;
	}
	
	.img_right
	{
		float: right;
		padding-left: 12px;
		padding-bottom: 12px;	
	}

	.img_left_s
	{
		float: left;
		width: 125px;
	}
	
	.img_right_s
	{
		float: right;
		width: 125px;
	}
	
	/* .redactionnel_global
	{
		margin-left: 128px;
		margin-right: 128px;
		text-align: left;
	} */
	.redactionnel_global
	{
		margin-left: 245px;
	} 
		.redactionnel_left
		{
			float: left;
			width: 300px;
		}
		
		.redactionnel_right
		{
			margin-left: 310px;
		}

	
	h1
	{
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}

	h2
	{
		font-size: 14px;
		text-decoration: underline;
		text-align: left;
		margin-left: 20px;
	}
	
	h3
	{
		font-size: 12px;
		font-weight: bold;
	}


#pied
{
	clear: both; 
	width: 100%;	
	border-top: 2px solid #95c35f;	
	background-color: #b1de7c;
	background-image: url('../images/fond_pied.png');
	background-repeat: no-repeat;
	background-position: center bottom;

	/* margin-top: 15px;	*/
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 17px;
}

#pied div.plante 
{	 
	width: 930px; 
	margin:0 auto;
}

#pied div.hdp
{
	font-size: 9px;
	/* margin-left: 850px; */
	float: right;
	width: 80px;
}

	#pied div.hdp a
	{
		color: #5E4701;
		text-decoration: none;
	}

	#pied div.hdp a:hover
	{
		color: #5E4701;
		text-decoration: none;
		border-bottom: 1px dotted #5E4701;
	}

#pied div.pied-info 
{	
	margin-left: 7px; 
	padding:10px;	
	float: left;	
	width: 245px;	
	text-align:left;	
	font-weight: normal;
}

#pied div.pied-info ul ul
{	
	margin-left: 10px;
}

#pied  ul {	}

#pied  li a,#pied li .selected
{	
	color: #5E4701;
	line-height: 18px;
	list-style-type: none;
}

#pied li a:hover
{
	text-decoration: none;
	border-bottom: 1px dotted #5E4701;
}

#pied div.pied-info li
{
	list-style-type: none;
	font-size: 10px;
	color: #5E4701;
}

* html a.pied-info li:visited { /*Hack IE */	color: #5E4701;	line-height: 18px;	text-decoration: none;}
* html a.pied-info li:hover {/*Hack IE */	color: #5E4701;	line-height: 18px;	text-decoration: none;}

#pied h3 
{
	text-align:left;
	padding: 0 0 10px 0;
	margin: 0px 0 7px 0;	
	font-size: 14px;	
	font-weight: normal;	
	color: #5E4701;		
	border-bottom: 1px dotted #ffffcc;	
	width: 180px;	
}

/* #pied span {font-size: 11px; color: #666666; float: left;	margin-left: 7px;	margin-top: 0px;} */

/* Footer */
#semelle
{	
	width: 100%;	
	border-top: 2px solid #c8ed9d;	
	background: #95c35f;	
	padding: 20px 0;
}

#semelle p {	text-align: center;	font-size: 0.9em;	color: #c8ed9d;	}
#semelle a {	color: #ecf5e3;	}
#semelle div.bot-grass {	float: right;	margin: -20px 15px 0 0;}

.nettoyeur { clear: both; height: 0; margin: 0; padding: 0; border: 0; line-height: 1px; font-size: 1px; }
