/*
ENSEMBLE DE LA PAGE
*/
body {
	background-color:#255899;	
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	margin : 0;
}

#page {
	width:990px;
	height:1000px;
	margin:0 auto;
}

a, a:visited {
	text-decoration:none;
}

a img {
border:none;
}

a:hover {
	text-decoration:underline;
}

/*----------------------*/

#header_haut {
	width:100%;
	height:74px;
	background-image: url("../img/header_haut.jpg");
}

#titre {
	position:relative;
	top:14px;
	font-size: 25px;
}

#soustitre {
	font-size:25px;
	left:-147px;
	position:relative;
	top:31px;
}

#logo {
	left:-16px;
	position:relative;
	top:-5px;
}

.bleu {
	color:#255899;
	font-weight: normal;
}

.orange {
	color:#f38713;
	font-weight: normal;
}

/*
ENSEMBLE DU HEADER BAS
*/

#header_bas {
	width:100%;
	height:217px;
}

	#header_bas_g {
		float:left;
		width:399px;
		height:217px;
		background-image: url("../img/header_bas_g.jpg");
	}
	
		#flag {
			left:5px;
			position:relative;
			top:-8px;
		}

	#header_bas_d {
		float:left;
		width:591px;
		height:217px;
		background-image: url("../img/header_bas_d.jpg");
	}
	
		#label {
			position:relative;
			top : 25px;
			width:95%;
			margin : 0 auto;
			height:115px;
		}
		
		#video_home {
			left:59px;
			position:relative;
			top:8px;
		}
		
		#ul_header_bas_d {
			margin-top:5px;
			margin-bottom: 10px;
		}
		
		.fondgris {
			background-color : #e6e6e6;
		}
		
		.li_header_bas_d {
			margin-bottom: 1px;
		}

/*----------------------*/
/*
ENSEMBLE DU CONTENT
*/
#content {
	width:100%;
	height:662px;
}

	#content_g {
		float:left;
		width:416px;
		height:662px;
		background-image: url("../img/content_g.jpg");
	}
	
		#noter {
			background-image:url(../img/content_bloc.jpg);
			height:217px;
			left:15px;
			position:relative;
			top:23px;
			width:402px;
		}
		
			#noter_titre {
				position:relative;
				top:14px;
				left:28px;
			}
			
			#noter_content {
				height:127px;
				left:31px;
				position:relative;
				top:56px;
				width:328px;
				font-size:15px;
				padding : 1px;
			}
			
			.gras {
				font-weight: bold ;
			}
			
			.ul {
				margin : 0em;
				padding-left: 0em;
				list-style-type: disc;
				list-style-position: inside;
			}
			
			.text_noir {
				color:black;
			}
		
		#bref {
			height:217px;
			left:24px;
			position:relative;
			top:23px;
			width:402px;
		}
		
			#bref_content {
				height:217px;
				left:13px;
				position:relative;
				top:0px;
				width:350px;
			}
		
			.text_blanc {
				color:white;
			}
			
			.img_float_right {
				float : right;
				padding-left : 50px;
			}
			
			.bref_in_content {
				padding-left : 10px;
				margin-bottom : 30px;
			}
	
	#content_c {
		float:left;
		width:349px;
		height:662px;
		background-image: url("../img/content_c.jpg");
	}
	
		#formation {
			height:485px;
			left:1px;
			position:relative;
			top:32px;
			width:348px;
			background-image: url("../img/content_c.gif");
		}
		
			#formation_titre {
				left:5px;
				position:relative;
				top:6px;
			}
			
			#formation_content {
				height:400px;
				left:43px;
				position:relative;
				top:32px;
				width:285px;
			}
			
			.li_form {
				padding-top:10px;
				padding-bottom:10px;
			}
			
			.ul_ss_form {
				padding-top:10px;
				margin-left: 0em;
				padding-left: 0em;
				list-style-type: none; 
			}
			
			.li_ss_form {
				padding-bottom:10px;
				padding-left:20px;
			}
		
		#contact {
			height:31px;
			left:58px;
			position:relative;
			top:141px;
			width:291px;
		}
		
	#content_d {
		float:left;
		width:225px;
		height:662px;
		background-image: url("../img/content_d.jpg");
	}
	
		#vie_lycee_titre {
			height:31px;
			left:9px;
			position:relative;
			top:39px;
			width:186px;
		}
			
		#vie_lycee_content {
			height:31px;
			left:21px;
			position:relative;
			top:46px;
			width:186px;
		}
			
		.center {
			text-align: center;
		}

.float_left {
	float: left;
}	

.float_right {
	float: right;
}	
	
/*----------------------*/

#footer {
	width:100%;
	height:47px;
	background-image: url("../img/footer.jpg");
}