@charset "iso-8859-1";	

			/*##### SQUELETTE #####*/

body {
	background: url(images/head_back.jpg) repeat-x;
}

#conteneur {
	width: 900px;
	margin: 0 auto;
}

#entete {
	width: 900px;
	height: 56px;
}

#subentete {
	width: 900px;
	height: 100px;
	text-align: left;
	font-size: 19px;
	color: #ffffff;
	background-image: url(images/subentete.jpg);
}

#leftside {
	width: 170px;
	height: 360px;
	float: left;
	text-align: left;
	font-size: 15px;
}

#middle {
	width: 730px;
	float: right; 
}

#page {
	width: 655px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 15px;
	text-align: justify;
}

#footer {
	width: 900px;
	height: 30px;
	clear: both;
	text-align: left;
	font-size: 12px;
	color: #737373;
}

a {
	color: #737373;
	text-decoration: none;
}

a:hover {
	color: #ffff00;
	text-decoration: none;
}

#right {
	padding: 0;
	width: 145px; /* determine la largeur de la boite contenue */
	float: right;
	margin: 0 auto;
	font-size: 15px;
	color: #0176a2;
	text-align: left;
}


			/*####### MENU #######*/
			 
#menu {
	position: relative;
	width: 170px;
	height: 360px;
	margin: 0;
	padding: 0;

}

#menu a {
	display: block;
	width: 170px;
	color: #737373;
}

#menu a:hover {
	display: block;
	width: 170px;
	color: #0176a2;
	background-color: #ffff00;
	border:1px;
	border-color: grey;
}


#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(images/sous_menu.jpg);
}




			/*##### PRESENTATION FORMATION ########*/

#pres_form_left {
	width: 480px;
	float: left;
}

#im_pres_form {
	width: 145px;
	float: right;
}

