body { 
	background-color:#9CBABD;
	color: #330033;
	font-family: Times, "Times New Roman", serif;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	padding: 0 ;
} 

/* Conteneur et Contenu */

#conteneur { 
		background-color:#99cccc;
 		background: #99cccc url("/WebCalendar/gradient.php?base=99cccc&height=75") repeat-x;
}



a:link {
  color:white;
} 

a:visited {
  color:white;
} 

#tabl a:visited {
  color:black;
} 

#tabl a:link {
  color:black;
} 

#conteneur #contenu {
	position: relative;
	font-family: Times, "Times New Roman", serif;
	font-size: 1em;
	margin-left: 5%;
	margin-right: 5%;
}


#contenu h2 {
	text-align: center;
	font-size:1.6em;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}

#contenu h3 {
        font-size:1.5em;
        letter-spacing: 0.1em;
        word-spacing: 0.1em;
}


#contenu .img {
	width:20em;
	position: relative;
	float: left;
}

/* Haut et Pied de Page */

#head {
	width:100%;
	height:100%;
}

#head .img-left {
	display: block;
	float: left;
}

#head .img-right {
	display: block;
	float: right;
}

#head #titre {
	display: block;
	float: center;
	text-align: center;
	color: #3300ff;
	font-family: Times, "Times New Roman", serif;
	font-size:1.4em;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}


#foot{
	position: relative;
	text-align: center;
	float: left;
	width:100%;
	height:100%;
	font-size:0.8em;
}

#Abstract p {
	font-size:1.2em;
	width:99%;
}

/*****MENU*******/
#menu {
	height:100%;
	width:100%;
	text-align: left;	
	margin-left:2%;
}

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }
