/* CSS Document */

html, body {
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color:#000000;
	text-align: center;
	background-color: #4F6F4A;
}

h1 {
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;
	}
	
h2 {
	font-size: 14px;
	margin: 10px 0px 10px 10px;
	text-decoration: underline;
	}
	
h3 {
	font-size: 14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: italic;
	color: #000000;
	margin: 14px 0px 10px 0px;
	}
	
dl
{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}

dt
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dd
{
	margin: 0;
	padding: 0;
	font-style: italic;
}

a:link {color: #B20D21 ; text-decoration:none;}
a:visited {color: #B20D21 ; text-decoration:none;}
a:hover {color:#C3614F; text-decoration:underline overline;}

ul {
	list-style-type: none ;
	padding: 0px ;
	margin: 0px ;
	}
	
ul li a, ul li a:visited {
	background: url('index/puce.gif') 0px 2px no-repeat;
	padding-left: 20px;
	margin-left: 8px;
}
	
ul li a:hover {
	background: url('index/puce2.gif') 0px 4px no-repeat;
	padding-left: 20px;
	margin-left: 8px;
}

.news {
margin-top:50px;
margin-right:30px;
float: right;
}

#cont {
	background-image: url('index/fond.gif');
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	text-align: left;
}

#entete {
	background-image: url('index/entete.jpg');
	height: 100px ;
	width: 750px;
}

/* menu horizontal */

#menu {
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color: #000000;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color: #000000;
	background-color: #4F6F4A;
	width: 750px;
	height: 20px;
	font-weight: bold;
}

#menu a {
	width: 124px;
	float: left;
	height: 18px;
	padding-top: 2px;
	display: block;
	text-align: center;
	color: #000000;
}

#menu a:visited {
	color: #000000;
}

#menu a:hover {
	color: #2D2D2D;
}

/* menu vertical */

#menuv {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 40px;
	width: 140px;
	float: left;
	font-weight: bold;
	height: 750px;
	}
	
.menuright {
	text-align: center;
	margin-top: 10px;
	width: 145px;
	float: right;
	}

/* centre */

.centre {
	/* border: 1px solid #B20D21; */
	margin-left: 144px;
	margin-top: 10px;
	width: 440px;
	text-align: justify;
	}
	
.lettrine {
	float: left; /* positionnement de la lettrine dans le conteneur*/
	font-size: 3em; /* 3 hauteurs de lignes pour la lettrine*/
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	border: 1px solid #990000; /* définition d'une bordure autour de la lettrine*/
	margin: 1px;
	padding: 1px;
	line-height: 1em;
}

#interview {
	border-left: 1px dashed #B20D21;
	border-top: 1px dashed #B20D21;
	float: right;
	width: 190px;
	padding-left: 8px;
	}
	
/*pied de page*/

#pied {
	clear:both;
	background-color: #8CC783;
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color: #000000;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color: #000000;
	width: 750px;
	font-size: 10px;
	text-align: center;
	margin-top: 30px;
}
	
/* index et screenshots*/
  
.image {
	border: 1px solid #000000;
	}
	
.image2 {
	border: none;
	}
	
.bloc {
}
	
/* critique */
	
.sign {
	float: right;
	}
	
.icon {
	border: 1px solid #000000;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	}
	
.italique {
  font-style: italic;
  }
	
/* concours */

.note {
  margin-top: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

