/*----------------------General------------------------*/
/*-------------------<--  Pixell -->---------------------*/

/*---- Reset css -------*/
* {margin: 0; padding: 0;}
a img {border: 0;}
p {font-size: .8em;}

html, body {
    height: 100%;
}

/*---- Mise en page -------*/
body {
background: #2e559b url(body_bck.gif) 0 0 repeat-x;
text-align: center;
font-family:  Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 100%;
color: black;
position: relative;
}
	#conteneur {
	position: relative;
	width:800px;
	margin: 0 auto;
	text-align:left;
	background: #fbfbfb;
	border-top: 15px solid #dad100;
	}

/*---- Bandeau -------*/
#header {
height: 248px;
background: #f1f1f1;
border-bottom: 15px solid #cc0000;
}
	#slogan {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 1.4em;
	color: white;
	z-index: 15;
	}
	h1 {
	font-size: 1pt;
	padding-left: 10px;
	padding-top: 10px;
	color: white;
	background: transparent url(slogan_bck.gif) 0 0 no-repeat;
	height: 26px;
	}
	#diapo {
	position:  absolute;
	top: 0px;
	right: 0px;
	z-index: 5;
	}
	#SI {
	position: absolute;
	top: 145px;
	right: 5px;
	z-index: 30;
	font-size: .6em;
	}

/*---- Menu -------*/
#menu {
position: absolute;
top: 20px;
right: 320px;
width: 170px;
margin-top: 10px;
padding-bottom: 20px;
}
	#menu ul {
	list-style-type: none;
	}
		#menu li {
		padding: 5px 0;
		font-size: 1.1em;
		font-weight:normal;
		border-bottom:  6px solid #D2D5F2;
		}
			#menu a {
			color: #1F2367;
			text-decoration: none;
			}
				#menu a:hover {
				text-decoration: none;
				color: #0F1133;
				}
		#menu li.lien_actif{
		border-bottom:  6px solid #F4B9BC;
		}
			#menu li.lien_actif a{
			color: #D81F26;
			}
			#menu li.lien_actif li{
			background: transparent url(puce.png) 0 4px no-repeat;
			margin-left: 1em;
			padding-left:  15px;
			font-size:  .7em;
			border: 0 none;
			line-height: .9em;
			}
				#menu li.lien_actif li a{
				color: black;
				}

/*---- Texte -------*/
#texte {
position: relative;
float: left;
width: 480px;
background: transparent;
margin: 20px 0px 10px 0px;
color: black;
}
	#texte h2 {
	color: #222670;
	height: 27px;
	background: transparent url(h2_bck.jpg) 0 0 no-repeat;
	padding-left: 35px;
	padding-top: 4px;
	font-size: 1.1em;
	font-weight:  bold;
	margin-bottom: .4em;
	margin-right: 0px;
	margin-left: 20px;
	}
	#texte h3 {
	margin-right: 0px;
	margin-left: 30px;
	margin-top:.8em;
	margin-bottom: .5em;
	padding-left: .5em;
	padding-right: .2em;
	font-size: .9em;
	background:  #dad100;
	color: white;
	}
		#texte h3 a{
		text-decoration: none;
		color: white;
		}
	#texte h4 {
	margin-right: 0px;
	margin-left: 30px;
	margin-bottom: .5em;
	font-size: .9em;
	color: #993200;
	}
	#texte h5{
	margin-right: 0px;
	margin-left: 30px;
	margin-bottom: .5em;
	font-size:14px;
	color:#069;
	float:left;
	clear:left;
	}
	#texte p {
	padding: .7em 0px .7em 30px;
	}
	#texte a, #texte strong, #texte b {
	color: #213d72;
	}
		#texte a:visited {
		color: #c35200;
		}
		#texte a:hover {
		text-decoration: none;
		}
	#texte ul, #texte ol {
	margin: 5px 0px 15px 65px;
	font-size: .8em;
	list-style-type:  square;
	}
		#texte ul ul {
		margin: 5px 0px 15px 20px;
		font-size: 1em;
		list-style-type:  circle;
		}


/*---- Formatage -------*/
.center {
text-align: center;
}
img.bordure {
border: 1px solid #CCC;
}
.floatleft{
float: left;
margin: 5px 10px 3px 30px;
}
.floatright{
float: right;
margin: 5px 0px 3px 10px;
}
.clear {
clear: both;
}


/*---- Pied de page -------*/
#footer {
clear: both;
color: white;
border-top: 15px solid #cc0000;
padding: 2px 0px 5px 0;
background: #2d549b;
text-align: right;
font-style: italic;
}
	#footer p img {
	vertical-align:middle;
	}
	#footer a{
	color: white;
	text-decoration: underline;
	}
		#footer a:hover{
		text-decoration: none;
		}

/*---- multi page -------*/
.multipage {
clear: both;
text-align: center;
padding-top: 15px;
}
	#texte .multipage a, #texte .multipage strong{
	border: 1px solid #e1e4ec;
	background: white;
	padding: 1px 4px;
	text-decoration: none;
	color: #d88107;
	}
	#texte .multipage a:hover{
	border: 1px solid #e1e4ec;
	background: #f9dcc0;
	color: white;
	}
	.multipage strong{
	background: #e5f1ff ;
	}

/*---- bloc -------*/
#encart {
float:  left;
width: 305px;
margin-left: 10px;
padding-bottom: 26px;
color: #222670;
background: #f1f1f1 url(encart_bas.gif) left bottom no-repeat; 
}
	#encart2 {
	background: transparent url(encart_milieu.gif) 0 0 repeat-y;
	}
	#encart #cours{
	padding-top: 20px;
	padding-bottom: 20px;	
	border-top: 16px solid #224886;
	margin:  0 17px;
	padding-right: 15px;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.1em;
	}
		#encart #cours img{
		position: relative;
		display:  block;
		float: left;
		margin: 0 15px 0 25px;
		}
		#encart #cours a{	
		color: #222670 ;
		font-size: .68em;
		font-weight: normal;
		display: block;
		margin-top: -5px;
		}
	#encart #info{	
	background: #eeedd4;
	margin:  10px 17px;
	padding: 5px 0 10px 0;
	}
		#encart #info h2{	
		font-size: 1.1em;
		margin: 10px 10px;
		}
			#encart #info h2 span{	
			font-size: .8em;
			color: #C2B901;
			}
		#encart #info p{	
		margin: 10px 10px;
		}
		#encart #info img{	
		display: block;
		}
	#encart #logos{	
	margin-left:  53px;
	}

.encart3 {
background: #f1f1f1;
margin: 10px 0 10px 10px;
border-left: 4px solid #dad100;
border-right: 4px solid #dad100;
}

#logusr {
margin: 0 20px 20px 20px;
}
	#logusr fieldset {
	padding: 10px 5px 10px 5px;
	background: #dad100;
	border: 0 none;
	}
		#logusr legend {
		color: #222670;
		font-size: 1.1em;
		font-weight: bold;
		padding: 0 0;
		margin: 0 0 0 0;
		}
		#logusr label {
		display: block;
		float: left;
		width: 80px;
		text-align: right;
	/*	font-style: italic;*/
		font-weight: bold;
		color: white;
		}
		#logusr input {
		margin-left: 10px; 
		margin-top: 2px;
		}
		#logusr input[type=text], #logusr input[type=password], #logusr input[type=submit] {
		display: block;
		float: left;
		}
		
/* ------------ Enquete --------------*/
/*------------------------------------*/
.note_enquete{
	padding-left:20px;
	color:#039;
	font-size:12px;
}
.encart_enquete{
	background-color:#C1E0FF;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:15px;
	padding:5px 10px 5px 10px;
	border:#359AFF;
	margin-bottom:10px;
}
hr{ color:#F00; float:left; width:350px; margin-left:55px; margin-bottom:10px; clear:left;}