/* CSS Document */


html body{
	width: 100%;
	margin: 20px 0px;
	border: 0;
	background-color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	}

.table{
	width: 900px;
	border: 0;
	margin: auto;
	background-repeat: repeat;
	background-repeat: repeat-y;
	}
	
#contenu{
	background-image: url(../images/layaut_02.gif);
	width: 900px;
	display: table;
	margin: 0;
	padding: 0;
	}
	
.ligne_indent{
	text-indent: 30px;
	}
	
	
/*---------------------------------------------------------------------------*/
/*-------------------Gestion du texte / mise en page-------------------------*/
/*---------------------------------------------------------------------------*/


p{
	margin: 5px 80px 0;
	text-align: justify;
	}
	
ul li{
	list-style-type: circle;
	margin: 0 80px 5px 100px;
	}
	
h1{
	color: #006600;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	}
	
	
.marge_gauche{
	margin: 0 0 5px 110px;
	color: #006600;
	font-size: 1em;
	padding: 0;
	}

	
/*----------------------------Pages agenda_liens seulement----------------------------*/

#h1_agenda_2009, #h1_agenda_2010, #h1_agenda_2011{
	margin: 0 0 0 130px;
	}
	
#h1_liens_utiles{
	margin: 0 0 0 130px;
	}
/*----------------------------Fin page agenda_liens seulement------------------------*/


/*----------------------------Page acueil seulement----------------------------*/
li a{
	margin: 0;
	}
	
li a:hover{
	text-decoration: underline;
	color: #999999;
	}
	
	
h2 a{
	text-decoration: none;
	}


h2 a:hover{
	text-decoration: none;
	}
	
	
/*--------------------------Page Biographie seulement----------------------------*/

	
.paragraphe_intro{
	text-align: center;
	}

/*---------------------------------------------------------------------------*/
/*----------------Fin de Gestion du texte / mise en page---------------------*/
/*---------------------------------------------------------------------------*/








/*-------------------Gestion des liens-------------------------*/

a{
	text-decoration: none;
	color: #006600;
	}
	
a:hover{
	text-decoration: underline;
	}
	
p a:hover{
	color: #999999;
	}
	
.btn_retour{
	position: inherit;
	float: right;
	margin: 0 50px 0 0;
	right: 100px;
	}
	
	
#lien_augusto{
	font-weight: lighter;
	}

p.plan_acces a{
	margin: auto;
	display: block;
	text-decoration: none;
	width: 130px;
	height: 30px;
	}
	
p.plan_acces a:hover{
	background-image: url(../images/last_plan_acces.jpg);
	background-repeat:no-repeat;
	margin: -155px -52px 0 0;
	position: relative;
	width: 790px;
	height: 500px;
	text-indent: 2em;
	}

#image_bas{
	background-image: url(../images/layout_03.gif);
	}
	
#logo_camaleon{
	background-repeat: no-repeat;
	width: 108px;
	height: 40px;
	margin: auto;
	padding: 7px 0 5px 0;
	}
	

#logo_camaleon img{
	padding: 0;
	margin: 0;
	width: 108px;
	height: 40px;
	border: none;
	}
	
	
	
/*-------------Navigation HTML en bas de page-------------------*/




#nav_html_bas{
	width: 900px;
	margin: auto;
	padding: 10px 0;
	text-align: center;
	color: #999999;
	}
	
	
#nav_html_bas ul li{
	font-size: 10pt;
	font-style: italic;
	list-style-type: none;
	display: inline;
	margin: 0 0 0 20px;
	padding: 0 0;
	}	

#nav_html_bas ul{
	margin:  10px 0 0 0;
	padding: 0 0;
	}
	
#nav_html_bas a{
	text-decoration: none;
	color: #999999;
	}
	
#nav_html_bas a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}

