body { 
	text-align: center;
	background-color:#FFF; 
	font-size:75%; 
	font-family: verdana; 
	color: #333;
}

p { 
	font-weight:normal;
	}
	
#fondblanc {
	background-color: #ffffff;
	font-size: 75%;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#corps00 {
	width:800px;
	text-align:left;
	}

#entete1c {
	width: 998px;
	height:100px;
	margin-left: auto;
	margin-right: auto;
	background-color:#EEE;
	/*background-image: url(../squelettes/images/entete_fond_gris_degr_p.png) repeat-y; */
	border-top-style: solid;  
	border-left-style: solid; 
	border-right-style: solid; 
	border-width: thin; 
	border-color: #DDD;
	}


	
#entete11c {
	float: left;
	width:100px;
	text-align:left;
	vertical-align:middle;
	padding: 5px;
	color: blue;
	}
	
#entete12c { 
	float: left; 
	padding-top: 0px;
	width: 550px;
	text-align: center; 
	line-height: 10px;
	font-weight:bold;
	color:blue; 
	font-size: 1.6em;" 
	}	

#entete13c { 
	float: right; 
	padding-top: 5px;
	padding-right: 5px;
	text-align: center; 
	vertical-align:middle;
	}			
	

#entete2c {
	width: 1000px;
	height: 60px;
	font-size: 1em;
	font-weight: bold;
	background-color: #6095C9; 
	border-radius:10px;
	color: #FFF;"
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}
	
#entete2c a {
	text-decoration: none;
}


#entete21c { 
	width: 250px;
	font-size:0.9em;
	float: left;
	text-align: center;	
	}
	
#entete22c {
	width: 630px;
	float: right;
	height: 60px;
	text-align: right;
	font-size: 1em;
	padding-right: 20px;
	}



#corps0 { 
	display:table;
	width: 1000px;
	background: #fff url(../squelettes/images/logo-aaul_fond1.gif) repeat; 
	margin-left: auto;
	margin-right: auto;
	}
	
#container { 
	/*display:table-cell; */ 
	float:left;
	width:425px;
	/*font-weight:normal; */
	/*background-color:#FFF; */
	text-align:left;
	padding:15px;;	
	}
	
.container_bas {
	padding:10px;
	text-align: left;
	margin:20px 10px 10px 10px;
	border-style: solid;  
	border-width: thin; 
	border-color: #BBB;
	border-radius:10px;
	}

#container1 { 
	/*display:table-cell; */ 
	float:left;
	width:650px;
	/*font-weight:normal; */
	/*background-color:#FFF; */
	text-align:left;
	padding:15px;;	
	}
	
.container_bas1 {
	padding:10px;
	text-align: left;
	margin:20px 10px 10px 10px;
	border-style: solid;  
	border-width: thin; 
	border-color: #BBB;
	border-radius:10px;
	}
	
#colonne_gauche { 
	/*display:table-cell; */
	float:left;
	width:230px;
	font-weight:normal;
	margin:10px;
	}	

.colonne {
	padding:10px;
	text-align: left;
	margin-bottom:10px;
	border-style: solid;  
	border-width: thin; 
	border-color: #BBB;
	}

#colonne_droite { 
	/*display:table-cell; */
	float:right;
	width:230px;
	font-weight:normal;	
	margin:10px;
	}	
			
.separation {
	color: #ffffff;
	clear: both;
	visibility: hidden;
	}
	
#menu {
	text-align:right;
	font-size:0.9em;
	vertical-align:middle;
	margin-top:15px;
		}
	#menu ul {  /*supprimé #menu li */
		margin: 0;
		padding: 0px;
		list-style-type: none;
		text-align:right; /*ajout JLB */
	}
	
	#menu li {
 float:left;
 margin-left:2px;
 margin-right:2px;
 padding:0px;
 text-align:left;
 background-color:#224A94;
 } /*remplace précédent JLB */
 
	#menu li a {
		display: block;
		text-decoration: none;
		text-align: left;
		padding:5px; /*ajout jlb */
		color:#FFF;
		/*border: 1px solid #fff; */
	}

/*---------- Niveau 0 ----------*/
	#menu .niveau0 li {
		float: left;
		margin: -5px 2px 0 50px;
		padding: 0 10px 0 10px;
	}
	#menu .niveau0 li a {
		padding: 5px 0;
		height: 30px;
		/*color: #333; */
		background: #224A94;
	}
	#menu .niveau0 li:hover a,
	#menu .niveau0 li a:hover {
		color: #333;
		background: #224A94;
	}	
/*---------- Niveau 1 ----------*/
	#menu .niveau1 li {
		float: left;
		margin: 0 2px 0 2px;
		padding: 0 5px 0 5px;
	}
	#menu .niveau1 li a {
		padding: 5px 0;
		height: 16px;
		/*color: #333; */
		background: #224A94;
	}
	#menu .niveau1 li:hover a,
	#menu .niveau1 li a:hover {
		color: #333;
		background: #224A94;
	}
	/*---------- Niveau 2 ----------*/
	#menu .niveau2 {
		position: absolute;
		top: -9999em;
	}
	#menu .niveau2 li {
		width:300px; /*ajout jlb */
		clear: left;
		margin: -1px 0 0;
	}
	#menu .niveau2 li a {
		/* color: #333; */
		background: #224A94;
	}
	#menu .niveau2 li a:hover {
		
		color: #746756;
		background: #224A94;
	}
	#menu li:hover .niveau2,
	#menu .sfhover .niveau2 {
		top: auto;
		min-height: 0; /* corrige un bug IE7 */
	}
	/*---------- Niveau 3 ----------*/
	#menu .niveau1 .niveau2 .niveau3 {
		position: absolute;	
		top: -9999em;
		border-top: 1px solid #fff; /* corrige un bug IE6 */
	}
	#menu .niveau3 li a {
		width:300px; /*ajout jlb */
		/* color: #333; */
		background: #224A94;
	}
	#menu .niveau3 li:hover a,
	#menu .niveau3 li a:hover {
		color: #746756;
		background: #224A94;
	}
	#menu .niveau2 li:hover .niveau3,
	#menu .niveau2 .sfhover .niveau3 {	
		top: auto;
		margin:-28px 0 0 199px;
	}
	#menu .inverse .niveau2 li:hover .niveau3,
	#menu .inverse .niveau2 .sfhover .niveau3 {	
		top: auto;
		margin:-28px 0 0 -199px;
	}

/* http://www.tutofr.com/tutoriaux/tutorial-menu-deroulant-css-suite.php#menu-horizontal */


#footer2 {
	width: 996px;
	text-align: center;	
	background-color: #6095C9;
	color:#FFF;
	font-size:0.9em;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	clear: both;
	}
	
#footer2 a {
	color:#FFF;
	text-decoration: none;
}

h1 {
	font-size: 2.0em;
	font-weight: bold;
	color:#266;
	text-align:center;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #7D6555;
	margin-left:0px;
}

h3 {
	font-size: 1.6em;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #7D6555;
	margin-left:10px;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #7D6555;
	margin-left:20px;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #7D6555;
	margin-left:30px;
	margin-top:10px;
	margin-bottom: 10px;
}

h6{
	font-size: 1.0em;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #7D6555;
	margin-left: 40px;
}


hr {
	color: #7d6555;
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0px;
	white-space: normal;
}
	
			
#logo_article {
	float: right;
	margin-top: -50px;
	}

.logo_article {
	float: right;
	margin: 10px;
	}
	

.a { color: #999;}

.b { color: #555; margin-top: -16pt; margin-left: -4pt }

.rubmenu  { 
	
	color: #ffffff;
	font-size: 1em;
	font-weight:bold;
	background-color:#800;"
	height:25px;
	text-align: center;
	margin: 3px;
	padding-top:5px;
	}
	
.artmenu  {
	background: #e2e2e2;
	text-align: left;
	font-size: 0.8em;
	margin: 3px;
	padding: 5px;
	}

.artmenu span {	
	color: #9f0000;
	}
	
.artmenu1  {
	background: #e2e2e2;
	text-align: left;
	font-size: 0.8em;
	margin: 10px;
	padding: 5px;
	}

.artmenu1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
.post {
	margin: 5px;
	background-color: #eee;
	}
	
.post1 {
	color: #0033cc;
	background-color: #eee;
	margin-left: 10px;
	}

.post2 {
	background-color: #eee;
	margin-left: 10px;
	}
	
.post3 {
	width: 100%;
	height: 35px;
	background-color: #eee;
	text-align: right;
	font-size: 0.8em;
	margin-left: 10px;
	}

.decalage {
	margin-left: 15px;
	}
		
	
ul {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
	}

dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

dt {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
	}
	
dd {
	margin-top: 10px;
	margin-left: 25px;
	padding: 0px;
	list-style-type: none;
	}
	
	
a {
	color: #36F;
	font-weight: bold;
	text-decoration: none;
}

	
a:hover {
	color: #111;
	text-decoration: none;
	background-color: #758ea7;
}

a img {
	border: none;
	}
	


