﻿.gris{

	color:#80828e;

}

.clear{
	clear:both;
	height:1px;
	font-size:1px;
	overflow:hidden;
}

/* aspect général */
body {
background-color:#fff8b6;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#312f32;
font-size:0.7em;
line-height:125%;


margin: 0; /* pour éviter les marges */



scrollbar-face-color: #f2e9e4;
scrollbar-highlight-color: #fff0d5;
scrollbar-shadow-color: #407297;
scrollbar-3dlight-color: #fff9ea;
scrollbar-arrow-color: #407297;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #407297;
}

blockquote {

margin-top:0px;
margin-bottom:8px;

}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

p{
color:#1a171b;
font-size:0.95em;
margin-top:4px;
margin-bottom:2px;
}
ul{
margin-top:0px;
margin-bottom:8px;

color:#000000;
font-size:0.95em;
list-style-type:square
}

a { color:#000000; text-decoration:none; }

a:visited { color:#000000; font-weight:inherit; text-decoration:none; }
a:hover{  				color:#312f32;
				background-color:#FFFFFF; }
a img {	border:0 }

h1 {

	margin:0;
	padding:0;
	margin-bottom:1.5em;
}

h2 {
font-size:1em;
font-weight:bold;
margin-top:15px;
margin-bottom:3px;
text-transform:uppercase
}

h3 {
font-size:1em;
font-weight:bold;
}



/*---------------------------------- couleurs */


/* fin ---------------- aspect général */



/*================== différents cadres =====================*/
.img_float img {
	
	float:left;border:0;
	
	
	}

.pied {
margin-top:50px;	
background-color:#ffed00;
width:150px;
padding:2px;
font-size:0.85em;
	
}
/* conteneur principal */
#global {
    position:relative;
    width: 920px;
	height:auto;
	margin-left:auto;
	margin-right:auto;

}
		#bandeau{
		height:264px; background-color:#ffed00; z-index:1;

		}
	
		#langue{
		padding:7px; padding-left:25px; padding-right:25px;
float:right;
		}
		#langue a{
		margin-right:3px;

		}
	#illus{
	float:left;
	margin-left:10px;
	width:230px;
	margin-top:2em;

	}	

		#illus p{
	font-size:0.85em;

	margin-top:25px;
	line-height:125%;
	}	
	#illus img{
	margin-bottom:20px;
	}			
		
		#menus{
			position:absolute;

			float:left;
			top:222px;
			right:25px;
			width:850px;
			text-align:right;
	 z-index:100;
	font-size:0.95em;

	}
			#en_cours {
				color:#312f32;
				background-color:#FFFFFF;
			}
			.menu {
				margin: 0;
				padding: 0;
				list-style: none;
				display:block;
				text-transform:lowercase;
			}
			.menu li {
				padding: 3px;
				margin: 0;
				margin-left: 3px;
				list-style: none;
				cursor:pointer;
			}
			.menu li:hover {
			
				cursor:pointer;
			}
			.menu li a, .menu li a:visited {
				display: block;
				text-decoration: none;
				color:#312f32;
				padding:3px;
				background-color:#ffed00;
			}
			.menu li a:hover {
				color:#312f32;
				background-color:#FFFFFF;
				text-decoration:none;
			}
			

			
			.menu li {display:inline; float:right}


	#contenu_txt{
	float:left;
	margin-left:25px;
	width:565px;
	margin-top:2em;

	}

