@CHARSET "UTF-8";

body {
	margin:0;
	padding:0;
	font-family:arial, trebuchet ms, verdana, sans-serif;
	font-size:12px;
	
}

p {
	margin:0 0 0 0;
	font-size:12px;
}

h3 {
	font-size:18px;
	color:#2F4F4F;
}

ul {
	margin:0 0 0 0;
	font-size:12px;
}

a {
	text-decoration:none;
	color:black;
}

a:hover {
	color:red;
}

.img_droite {
	float:right;
	margin-left:20px;
}

.img_gauche {
	float:left;
	margin-right:20px;
}

.img_centre {
	text-align:center;
}

#conteneur {
	width:1000px;
	background-image:url("../image/interface3.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	/*background-color:blue;*/
	margin:0 auto;
	border-style:solid;
	border-width: 1px ;
	
}

#bandeau {
	display:block;
	height:90px;
	margin-top:50px;
	margin-left:795px;
	font-size:14px;
	color:#2F4F4F;
}


#zone_laterale {
	float:left;
	width:180px;
	margin:0 0 0 0;
	/*background-color:yellow;*/
}

#menu {
	display:block;
	width:191px;
	margin-left:-5px;
	/*background-image:url("../image/fond_menu_bas.png");
	background-position:center bottom;
	background-repeat:no-repeat;*/
}

#menu .haut {
	display:block;
	margin:0 0 0 0;
	padding-left:35px;
	width:191px;
	height:20px;
	background-image:url("../image/fond_menu_haut.png");
	background-position:center top;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;

}

#menu h1 {
	display:block;
	margin:0 0 0 0;
	padding-top:5px;
	padding-left:35px;
	width:191px;
	height:23px;
	background-image:url("../image/fond_menu_h1.png");
	background-position:center top;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#2F4F4F;
}


#menu .sous_menu {
	display:block;
	width:191px;
	/*height:28px;*/
	/*margin-left:-23px;*/
	padding-left:35px;
	background-image:url("../image/fond_menu_tr.png");
	background-position:center top;
	background-repeat:repeat-y;
	font-size:12px;
}

#menu li {
	display:block;
	width:191px;
	height:28px;
	margin-left:-23px;
	/*padding-left:35px;*/
}

#menu .sous_menu a{
	color:#808080; /*gris */
}



#menu .bas {
	display:block;
	margin:0 0 0 0;
	padding-left:35px;
	width:191px;
	height:30px;
	background-image:url("../image/fond_menu_bas.png");
	background-position:center bottom;
	background-repeat:no-repeat;

}


#adresse {
	display:block;
	width:185px;
	height:146px;
	margin-top:55px;
	margin-left:15px;
	background-image:url("../image/fond_adresse.png");
}

#adresse p {
	margin-left:28px;
}

#menu a {
	color:#2F4F4F; /* gris taupe */
}

#adresse h1 {
	margin-bottom:2px;
	margin-left:20px;
	font-size:14px;
	font-weight:bold;
	/*color:#ff6600; /* orange */
	color:#2F4F4F; /* gris taupe */
}

#page_principale {
	margin-left:220px;
	margin-top:5px;
	width:760px;
	/*background-color:green;*/
}

#pied_de_page {
	clear:both;
	display:block;
	width:1000px;
	height:20px;
	margin-top:20px;
	background-image:url("../image/fond_pied.jpg");
}

#pied_de_page p {
	font-size:10px;
	color:#808080;
}

#pied_de_page a {
	font-size:10px;
	color:#808080;
}

#pied_de_page a:hover {
	color:red;
}

#article_page h1 {
	color:#2F4F4F; /* gris taupe */
	text-align:center;
}

#article_page img {
	border:none;
}

#article_page p {
	padding-top:10px;
}

#redactionnel {
	display:block;
	float:left;
	width:280px;
	padding-left:60px;
	text-align:center;
	/*background-color:green;*/
}

#plan {
	display:block;
	clear:both;
	width:760px;
	height:98px;
	float:left;
	margin-top:15px;
	padding-top:20px;
	background-image:url("../image/bandeau_photo.png");
	background-position:center top;
	background-repeat:no-repeat;
	/*background-color:green;*/
}

#video_cine {
	display:block;
	width:350px;
	height:290px;
	float:left;
	padding-left:60px;
	/*background-color:green;*/
}

.fond_bandeau
{
	background-image:url("../image/page/bandeau.png");
	background-position:center bottom;
	background-repeat:no-repeat;
}

.fond_bandeau_haut
{
	background-image:url("../image/page/bandeau_haut.png");
	background-position:center top;
	background-repeat:no-repeat;
}

