/* CSS Document */
body {
     margin: 0; /* pour éviter les marges */
	 padding:0;
     /*text-align: justify;*/
	 height:auto; /* pour corriger le bug de centrage IE */
	 /*font-weight: bold;*/
	color: #666666;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}




#container {
	position:absolute;
	float:left;
	left:0px;
	top:0px;
	width:1003px;
	height:auto;
	
	left: 50%;
	position: absolute;
	margin-left: -501px;
	background-color: #FFFFFF;
}

#dev_by_medialis {
	clear:both;
	position:absolute;
	float:left;
	font-family: arial;
	font-size: 11px;
	width:1003px;
	height:auto;
	background-color: #efebcd;
	text-align:right;
}




/* Classes relatives au header*/

#header {
	width:1003px;
	height:172px;
	background-image : url(../images/charte/banniere_header.png);
	background-repeat:no-repeat;
}

	/* Menu Univers*/
	#menu_univers {
		position:absolute;
		left:0px;
		top:80px;
		width:25px;
		height:23px;
	}


	#menu_univers1 {
		position:absolute;
		left:23px;
		top:1px;
		width:25px;
		height:23px;
	}
	
	#menu_univers2 {
		position:absolute;
		left:57px;
		top:14px;
		width:18px;
		height:27px;
	}
	
	#menu_univers3 {
		position:absolute;
		left:71px;
		top:48px;
		width:26px;
		height:21px;
	}
	#menu_univers4 {
		position:absolute;
		left:64px;
		top:75px;
		width:28px;
		height:24px;
	}
	#menu_univers5 {
		position:absolute;
		left:44px;
		top:100px;
		width:25px;
		height:24px;
	}
	
	#menu_univers6 {
		position:absolute;
		left:9px;
		top:110px;
		width:21px;
		height:20px;
	}
	



	/* Menu principal */
	#conteneur_menu_principal {
			position:absolute;
			left:232px;
			top:117px;
			width:552px;
			height:30px;
			background-image : url(../images/charte/menu_principal/menu_angle_gauche.gif);
			background-repeat:no-repeat;
	}
	

		#logo_ageis{
			position:absolute;
			width:272px;
			height:87px;
			left:176px;
			top:25px;
		}
	
		#menu_angle_gauche {
			float:left;
			width:21px;
			height:30px;
			background-image : url(../images/charte/menu_principal/menu_angle_gauche.gif);
			background-repeat:no-repeat;
		}
		
		#menu_actualite {
			float:left;
			width:75px;
			height:30px;
		}
		
		#menu_space_actu_chercher {
			float:left;
			width:40px;
			height:30px;
			background-image : url(../images/charte/menu_principal/menu_bande.gif);
			background-repeat:repeat;
		}
	
		#menu_rechercher {
			float:left;
			width:82px;
			height:30px;
		}
	
		#menu_space_chercher_forum {
			float:left;
			width:38px;
			height:30px;
			background-image : url(../images/charte/menu_principal/menu_bande.gif);
			background-repeat:repeat;
		}
	
		#menu_forum {
			display:block;
			float:left;
			width:51px;
			height:30px;
		}
		
		#menu_space_forum_partenaires {
			float:left;
			width:25px;
			height:30px;
			background-image : url(../images/charte/menu_principal/menu_bande.gif);
			background-repeat:repeat;
		}
		
		#menu_partenaires {
			float:left;
			width:79px;
			height:30px;
		}
	
		#menu_space_partenaires_contacts {
			float:left;
			width:35px;
			height:30px;
			background-image : url(../images/charte/menu_principal/menu_bande.gif);
			background-repeat:repeat;
		}
	
		#menu_contacts {
			float:left;
			width:73px;
			height:30px;
		}
	
		#menu_space_contacts_angle {
			float:left;
			width:19px;
			height:30px;
			background-image : url(../images/charte/menu_principal/menu_bande.gif);
			background-repeat:repeat;
		}
	
		
		#menu_angle_droit {
			float:left;
			width:14px;
			height:30px;
			background-image : url(../images/charte/menu_principal/menu_angle_droit.gif);
			background-repeat:repeat;
		}

	
	
	/* Espace Login */
	#conteneur_login {
		position:absolute;
		left:826px;
		top:8px;
		width:155px;
		height:111px;
		background-image : url(../images/charte/espace_login.gif);
		background-repeat:repeat;
	}
	
		#mdp_oublie {
			position:absolute;
			left:6px;
			top:70px;
		}
	
		#login_identifiant {
			position:absolute;
			left:6px;
			top:2px;
			color: #000000;
			text-decoration: none;
			font-family: "Arial";
			font-weight: 500;
			font-size: 11px;
			font-weight:bold;
		}
	
		#login_identifiant_field {
			position:absolute;
			left:6px;
			top:16px;
			font-weight:bold;
		}
	
		#login_mdp {
			position:absolute;
			left:6px;
			top:35px;
			color: #000000;
			text-decoration: none;
			font-family: "Arial";
			font-weight: 500;
			font-size: 11px;
			font-weight:bold;
		}
	
		#login_mdp_field {
			position:absolute;
			left:6px;
			top:49px;
			font-weight:bold;
		}
	
		#inscription_bouton_s_inscrire {
			position:absolute;
			left:16px;
			top:92px;
			width:59px;
			height:14px;
		}
		
		#inscription_bouton_ok {
			position:absolute;
			left:110px;
			top:92px;
			width:32px;
			height:14px;
		}
		
		
		.input_log {
	     color:#000000;
	     background-color:#FFFFFF;
	     font-size:10px;
	     font-family:arial;
		}

	/* Espace Menu Fonctionnel */
	
	#conteneur_menu_fonctionnel {
		position:absolute;
		left:963px;
		top:132px;
		width:40px;
		height:39px;
		background-image : url(../images/charte/menu_fonctionnel/menu_fonctionnel_bande.gif);
		background-repeat:repeat;
	}
	
		#premier_separateur {
			position:absolute;
			left:0px;
			top:0px;
			width:2px;
			height:39px;
			background-image : url(../images/charte/menu_fonctionnel/grand_separateur.gif);
			background-repeat:repeat;
		}
		
		#lexique {
			position:absolute;
			left:8px;
			top:13px;
			width:2px;
			height:28px;
		}
	
	/* SAUVEGARDE STRUCTURE POUR LORSQUE TOUS MENU FONCTIONNEL COMPLET */
	/*#conteneur_menu_fonctionnel {
		position:absolute;
		left:790px;
		top:132px;
		width:213px;
		height:39px;
		background-image : url(../images/charte/menu_fonctionnel/menu_fonctionnel_bande.gif);
		background-repeat:repeat;
	}
	
		#premier_separateur {
			position:absolute;
			left:0px;
			top:0px;
			width:2px;
			height:39px;
			background-image : url(../images/charte/menu_fonctionnel/grand_separateur.gif);
			background-repeat:repeat;
		}
		
		#lexique {
			position:absolute;
			left:180px;
			top:13px;
			width:2px;
			height:28px;
		}
		
		#last_separateur {
			position:absolute;
			left:170px;
			top:5px;
			width:2px;
			height:28px;
			background-image : url(../images/charte/menu_fonctionnel/grand_separateur.gif);
			background-repeat:repeat;
		}
	
	*/
	
	
	
	
	
	



/* Classes relatives au conteneur central*/
#conteneur_central {
	position:relative;
	width:1003px;
	height:auto;
}


	#arrondi_header {
		float : left;
		width:81px;
		height:72px;
		background-image : url(../images/charte/arrondi_header.gif);
		background-repeat:no-repeat;
	}
	
	#arrondi_header_2{
		float : left;
		width:136px;
		height:21px;
		background-image : url(../images/charte/arrondi_header_2.gif);
		background-repeat:no-repeat;
	}
	
	
	#spacer_arrondi_header{
		float : left;
		width:568px;
		height:21px;
	}
	
	
	#contenu {
		float: left;
		position:relative;
		width:700px;
		height:450px;	/*hauteur mini pour IE*/
	}
	

	
	html>body div#contenu
	{
	height: auto;
	min-height: 450px; /*hauteur mini pour les autres naigateurs*/
	} 
	
		#forum {
			float: left;
			position:relative;
			width:700px;
			top:10px;
			left:-70px;
		}
	
	
	
	#bandeau_droit {
		position:absolute;
		right:0px;
		top:0px;
		width:218px;
		height:420px;
	}
	
		#conteneur_modul_recherche {
			position:relative;
			left:35px;
			top:17px;
			width:165px;
			height:61px;
			background-image : url(../images/charte/espace_recherche.gif);
			background-repeat:no-repeat;
		}
		
			#rechercher {
				position:absolute;
				left:18px;
				top:8px;
				color: #FFFFFF;
				text-decoration: none;
				font-family: "Arial";
				font-weight: 500;
				font-size: 12px;
				font-weight:bold;
			}
		
			#input_recherche {
				position:absolute;
				left:11px;
				top:28px;
			}
			
			#recherche_bouton_ok {
				position:absolute;
				left:125px;
				top:30px;
			}
		

		#encart_pub_right {
			position:absolute;
			right:60px;
			top:100px; /*150px*/
			width:120px;
			height: 240px;
		}

/*
		#encart_pub_right {
			position:absolute;
			left:36px;
			top:93px;
			width:160px;
			height: 320px;
		}*/

		#parainage_firefox {
			position:absolute;
			left:25px;
			top:380px;/*430px*/
			width:180px;
			height: 60px;
		}



/* Partie footer décomposé */

#conteneur_footer {
	clear: both;
	position:relative;
	width:1003px;
	height:144px;
	
}


	#conteneur_encart_pub_bottom {
		position:absolute;
		left:0px;
		bottom:24px;
		width:785px;
		height:120px;
	}
	
	/* CELUI POUR LES PUB NON MEDIALIS */
	/*#conteneur_footer {
		clear: both;
		position:relative;
		width:1003px;
		height:116px;
		
	}*/
	/* CELUI POUR LES PUB NON MEDIALIS */
	/*	#conteneur_encart_pub_bottom {
		position:absolute;
		left:0px;
		bottom:24px;
		width:785px;
		height:92px;
	}*/
	/* CELUI POUR LES PUB NON MEDIALIS */
		/*#encart_pub_bottom {		
			position:absolute;
			left:203px;
			top:8px;
			width:468px;
			height:60px;
		}*/
		
		/*
		Celui pour la pub en flash pour médialis
		#encart_pub_bottom {		
			position:absolute;
			left:293px;
			top:18px;
			width:468px;
			height:100px;
		}}*/
		
		
		#encart_pub_bottom {		
			position:absolute;
			left:243px;
			top:18px;
			width:468px;
			height:60px;
		}
	
	#arrondi_footer {
		position:absolute;
		left:785px;
		bottom:24px;
		width:218px;
		height:71px;
		background-image : url(../images/charte/arrondi_footer.png);
		background-repeat:no-repeat;
	}
	
	#bande_footer {
		position:absolute;
		left:0px;
		bottom:0px;
		width:1003px;
		height:24px;
		background-image : url(../images/charte/bande_footer.png);
		background-repeat:no-repeat;
	}
	
		#legals{
			position:absolute;
			top:3px;
			left:0px;
			width:1003px;
			height:25px;
			text-align:center;
		}	
	
	
	
	
	
	
	
	
	
	
	
	



























a.connexion {
	color: #2B6FCB;
	text-decoration: none;
	font-family: "Arial";
	font-weight: 500;
	font-size: 11px;
	font-weight:bold;
}

a.connexion:hover {
	text-decoration: underline;
}








.link-legals a:link{
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: #828282;
}
.link-legals a:visited {
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: #828282;
}
.link-legals a:hover {
	font-size:12px;
	font-weight:bold;
	color: #828282;
	text-decoration:underline;
}
.link-legals a:active {
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: #828282;
}





div.login {
	position: absolute;
	right: 2px;
	top: 0px;
	height: 80px;
}

td.login {
font-family:Arial, Helvetica, sans-serif;
text-align:right;
font-size:12px;
color:#003300;}

div.login input {
background-color:#FCFFD2; 
border-color:#FCFFD2; 
border:0; 
color:#003300; 
font-family:Arial; 
font-size:12px;
}

.lien_info{
font-weight: bold;
color: #666666;
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}
div.login a:link{
color:#003300;
text-decoration:underline;
} 

div.login a:visited{
color:#003300;
text-decoration:underline;
} 








































/* CSS Document */



form { display: inline; }


.link-bottom {
		background-image: url('../images/bandeau-inferieur.jpg');
		text-align: center;
		font-family: "Arial";
		font-size: 11px;
		vertical-align: bottom;
		color: #828282;
		padding-bottom: 5px;}
		
.link-bottom a:link{
text-decoration: none;
color: #828282;
}

.link-bottom a:visited {
text-decoration: none;
color: #828282;
}
.link-bottom a:hover {
color: #828282;
text-decoration:underline;
}
.link-bottom a:active {
text-decoration: none;
color: #828282;
}

span.a_la_une {
	position: relative;
	height: 400px;
	width: 183px;
}

div.a_la_une {
	position: absolute;
	top: 183px;
	left: 620px;
	height: 400px;
	width: 183px;
}

td.title_une {
color:#ff9614;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
vertical-align:bottom;
}

td.date_une {
color:#001068;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
/* font-style:italic;*/
text-align:left;
text-decoration:underline;
}

td.text_une {
color:#666666;
font-size:12px;
font-family:Arial;
font-style:italic;
vertical-align:top;
}

.text_une a:link{
text-decoration: none;
color:#666666;
}

.text_une a:visited {
text-decoration: none;
color:#666666;
}
.text_une a:hover {
color:#666666;
text-decoration:underline;
}
.text_une a:active {
text-decoration: none;
color:#666666;
}

.aide {

position: absolute;
left: 770px;
top: 150px;

}


span.writer_une {
color:#FF6600;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
}



.lien-retour {
	position: absolute;
	left: -70px;
	top: -50px;	/*133px*/
	font-weight: bold;
}

.retour_lien {
text-decoration:none;
}

span.icone-rappel {
	position: absolute;
	left: -81px;
	top: -23px;
	width: 50px;
	height: 89px;
}

span.propriete-image {
	position: absolute;
	top: 299px;
	left: 0px;
	height: 50px;
	width: 500px;
	z-index:7;

}

span.resultat-requete { /* Modifie pour resultat recherche par handicap*/
	position: absolute;
	top: 260px;/*279px;*/ 
	left: 239px;
	height: 50px;
	width: 500px;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;

}


div.resultat-requete { /* Modifie pour resultat recherche par handicap*/
	position: absolute;
	top: 260px;/*279px;*/ 
	left: 239px;
	height: 50px;
	width: 500px;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;

}

	span.title {
		position:absolute;
		left:150px;
		top:10px;
		text-align:center;
		width: 400px;
		height:40px;
	}

div.login {
	position: absolute;
	right: 2px;
	top: 0px;
	height: 80px;
}



.lien_info{
font-weight: bold;
color: #666666;
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}


div.login a:visited{
color:#003300;
text-decoration:underline;
} 


.h1 {
	font-weight: bold;
	color: #FF9614;
	font-size:18px;
}

.h2 {
	color: #FF9614;
}

.h3 {
	font-size:12px;
}

.h4 {
	color: #FF0000;
}

a.mot_lexique {

color: #CC0033 ; 
text-decoration: none;

}

.bigtitle {
	text-align: center;
	font-size: 1.5em;
	font-family: Verdana;
	color: #FF9614;
	font-weight: bold;
}


/**************** menu d'aide *****************/
#menu_aide {
width: 100px;/*9.4em;*/
background: #FEF7cF;
}

#menu_aide ul {
display: inline;
list-style: none;
margin: 0px;
padding: 0;
}

#menu_aide li {
margin-left: -16px;
}

#menu_aide a {
font: bold 11px/16px arial, helvetica, sans-serif;
display: inline;
border-width: 1px;
border-style: solid;
border-color: #FFFFFF /*#ccc #888 #555 #bbb*/;
margin: 0;
padding: 2px 3px;
width: 100px;
color: #000;
background: #FEF7cF;
text-decoration: none;
}

#menu_aide a:hover {
color: #a00;
background: #FF9614;
}

#menu_aide ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}


.descr_txt {		
			position:relative;
			float: left;	
			font-weight: bold;
			color: #666666;
			font-size:16px;
			font-family:Arial, Helvetica, sans-serif;
			left:60px;
			top:0px;
}


a.littleblue {
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
 color: #2B6FCB;
}

a.littleblue:hover {
	text-decoration: underline;
}