* {
	margin: 0;
	padding: 0;
}
body {
	background: #F7F7F7 url ("images/image.gif") repeat-x top left;
	color: #666;
}
a {
	color: #6666E0;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
	text-decoration: underline;
}
a:visited {
	color: #814E95;
	text-decoration: none;
}
img, img a {
	border: 0;
}
#top_cont {
	width: 100%;
	height: 100px;
	background: #000 url("images/bg_top_cont.gif") repeat-x top left;
}

#top_cont h1, h1 a, h1 a:hover {
	float: left;
	color: #F7F7F7;
	font: 1.6em Georgia, "sans-serif";
	font-weight: bold;
	margin: 0 16px;
	padding: 10px 0;
}
#top_cont h2, h2 a, h2 a:hover, h2 a:visited {
	float: left;
	color: #A0A0A0;
	font: 1.0em Georgia, "sans-serif";
	margin: 0 10px;
}
#top {
	width: 1000px;
	height: 66px;
	margin: auto auto;
}
#middle_cont_amber {
	width: 100%;
	height: 60px;
	background: transparent url("images/bg_middle_cont.gif") repeat-x top left;
}
#middle_cont {
	width: 1000px;
	min-height: 400px;
	margin: auto auto;
}
#left_cont {
	float: left;
	width: 290px;
	min-height: 400px;
	background: transparent url("images/bg_left_cont.png") no-repeat top left;
}
#cont {
	width: 700px;
	margin-left: 300px;
	min-height: 400px;
	background: transparent url("images/bg_cont.png") no-repeat top right;
}
#btm_amber {
	width: 100%;
	margin: auto auto;
	height: 46px;
	background: transparent url("images/btm_amber.gif") repeat-x top left;
}
#footer {
	width: 100%;
	min-height: 80px;
	background: #000;
	/* background: #373634 url("images/bg_footer.gif") repeat-x top left; */
}
#footer a, a:hover{
	color: #CCC;
	text-decoration: none;
}
#footer_cont {
	width: 1000px;
	line-height: 80px;
	margin: auto auto;
	text-align: center;
}




/* MENUS  */
/* MENUS  */


#menu_top {
	width: 800px;
	height: 34px;
	line-height: 34px;
	margin: auto auto;
}
#menu_top ul, li {
	list-style: none;
	list-style-position: inside;  
	display: inline;
}
#menu_left_princ ul {
	list-style: none;
	list-style-position: inside;  
}
#menu_left_princ li {
	display: block;
	list-style: none;
	list-style-position: inside;  
	margin: 10px 4px 10px 20px;
}
#menu_left_princ li a {
	color: #6666E0;
	text-decoration: none;
}
#menu_left_princ li a:hover {
	color: #6666E0;
	font-weight: bold;
	text-decoration: none;
}

#menu_left ul {
	list-style: none;
	list-style-position: inside;  
}
#menu_left li {
	display: block;
	list-style: none;
	list-style-position: inside;  
	margin: 10px 4px 10px 24px;
}
#menu_left li a {
	color: #6666E0;
	text-decoration: none;
}
#menu_left li a:hover {
	text-decoration: underline;
}
#menu_left li a:visited {
	color: #814E95;
	text-decoration: none;
}


/* TITRES  */
/* TITRES  */


h1 {
	color: #6666E0;
	font: 2.4em Georgia, "sans-serif";
	margin: 0 0 20px 0;
}


/* AUTRE  */
/* AUTRE  */

.c_m20 {
	margin: 0 20px;
}

