/* CSS Document */
/* parametres par defauts */
body{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	/*font-size: 1.5em;*/
	background-color: #EBEBEB;
}
/* page index.php */
#index{
	background-color: #FFFFFF;
}
#imgaccueil{
	margin-left: 10%;
	width: 80%;
}
#entrer{
	text-align: center;
	font-size: 1.5em;

}
#entrer a:link{
	color: #000000;
}
#entrer a:visited{
	color: #000000;
}
#entrer a:hover{
	text-decoration: blink;
	color: #000000;
}
/* menu */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	margin-top: 0px;
	left: 0;
	font-size: 1em;
	height: 120px;
	/*margin-bottom: 120px;*/
	width: 100%; /* pr�cision pour Opera */
}
#baniere{
	height: 75px;
	text-align: center;
	background-color: #000000;
}
#baniere img{
	height: 75px;
}
#menu dl {
	/* Permet l'alignement des bo�tes et de leur taille*/
	float: left;
	width: 16.5%;
}
#menu dt {
	/* Les en-tete de menu */
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #ccc;
	border: 1px solid gray;
	margin: 1px;
	color: #000;
}
#menu dd {
	display: none;
	border: 1px solid gray;
}
#menu li {
	/* Dans les sous-menus*/
	text-align: center;
	background-color: #ffffff;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
	/* surlignage dans les ss-menus lors du passage de la souris */
	background-color: #FF6633;
}
#edito{
	margin-top: 150px;
}
/*Mise en page des news*/

#menu_news {
	margin-top: 150px;
	width: 100%;
	margin-bottom: 50px;
	clear:both;
	
}
#liste_titres{
	width: 40%;
	margin-left: 4%;
	float: left;
	margin-bottom: 50px;
}

#liste_titres a:link{}

#liste_titres a:visited{
	color: blue;
}

#liste_titres a:hover{
	text-decoration: none;
	font-style: italic;
}


#img_tete img{
	width: 300px;
	text-align: left;
	float: right;
	margin-right: 12%;
	margin-bottom: 50px;
	border: none;
}
#img_tete{
	margin-bottom: 50px;
}
#separation{
	clear: both;
	margin-top: 30px;
	
}

.news{
	/*width: 100%;*/
	margin-top: 5%;
	margin-left: 5%;
}
.news td{
	width: 450px;
}
.titre{
	/*width: 35%;*/
	text-align: center;
	font-weight: bold;
	width: 500px;
	
}
.contenu{
	text-align: justify;
	width: 500px;
}

.c_image{
	border: none;
	text-align: center;
	/*padding-right: 10%;*/
}

.image{
	width: 350px;
	text-align: center;
	border: none;
}

/*Mise en page automatique*/
.titre1_para{
	text-align: center;
	
}
.titre_para{
	font-weight: bold;
	
	
}
.parag,.titre_para{
	width: 35%;
	margin-left: 5%;
	text-align: left;
	font-size: 1em;
	
}
.parag_news{
	width: 100%;
	text-align: left;
	font-size: 1em;
	
}
.vignette_news{
		
	margin-right: 10%;
	max-width: 352px;
}
.vignette_news img{
	max-width: 350px;
}
.vignette{
	float: right;	
	margin-right: 10%;
	width: 352px;
}
.vignette img{
	width: 350px;
}
#mini_menu{
	text-align: center;
}

#mini_menu a:link{
	text-align: center;
	color: blue;
}

#mini_menu a:visited{
	text-align: center;
	color: blue;
}

#mini_menu a:hover{
	text-align: center;
	color: blue;
}


#mini_menu li{
	list-style: circle outside ;
}
#separation{
	margin-top: 20px;
	margin-bottom: 50px;
	color: black;
	background-color: black;
	height: 2px;
	border: solid 0px black;
	clear: both;
	width: 100%;
}

.haut2{

	text-align: right;
	font-size: 0.75em;
}

.hautPage:link{}

.hautPage:visited{
	color:blue;
}

.hautPage:hover{
	text-decoration:none;
	font-style:italic;
}

/*copyright*/
#copyright{
	clear: both;
	text-align:center;
	font-size: 11px;
}

