body{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background-color: rgb(221,238,170);
}
a:active{
  color : #000000;
}
a:hover{
  color : #000000;
}
a:visited {
  color : #000000;
}
a:link {
  color : #000000;
}
img
{
border: none;
}
div#conteneur
{
	width: 960px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #E2279B ;
	border-radius: 0px 0px 20px 0px;
	-moz-border-radius: 0px 0px 20px 0px;
	background-color: #ffffff;
	-webkit-box-shadow: 5px 5px 20px #A0A0A0;
	-moz-box-shadow: 5px 5px 20px #A0A0A0;
	box-shadow: 5px 5px 20px #A0A0A0;
}

h1#header
{
	height: 176px ;
	background: url(../images/img_header_haut.gif) no-repeat left top;
	background-color : #C7DD95;
	margin : 0px;
}

h1#header a
{
	width: 463px ;
	height: 176px ;
	display: block ;
	background: url(../images/logo21.gif) no-repeat ;
	position: relative ;
	left: 497px ;
	top: 0px ;
	text-indent: -5000px ;

}

div#headerbas
{
	height: 43px ;
	background: url(../images/img_header_bas.jpg) no-repeat left top;
}

ul#menu
{
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url(../images/bg_menu.gif) repeat-x 0 -25px ;
	list-style-type: none ;
}

ul#menu li
{
	float: left ;
	text-align: center ;
}

a.li150
{
	width: 150px ;
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #dea ;
		-webkit-transition-property: color;
				-webkit-transition-duration: 3s;
				-moz-transition-property: color;
				-moz-transition-duration: 3s;
				transition-property: color;
				transition-duration: 3s;
}

a.li150:hover
{
	background: url(../images/bg_menu.gif) repeat-x 0 0 ;
	color:#7A7A7A;
}
a.li25
{
	width: 25px ;
	line-height: 25px ;
	font-size: 1.6em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #dea ;
		-webkit-transition-property: color;
				-webkit-transition-duration: 3s;
				-moz-transition-property: color;
				-moz-transition-duration: 3s;
				transition-property: color;
				transition-duration: 3s;
}

a.li25:hover
{
	background: url(../images/bg_menu.gif) repeat-x 0 0 ;
	color:#7A7A7A;
}
div#contenu
{
	position : relative;
	min-height : 500px;
	padding: 0 30px 0 100px ;
	background: url(../images/logo_gauche.gif) no-repeat 15px 15px ;
	width: 630px ;
}


div#contenu h2
{
	padding-left: 50px ;
	line-height: 33px ;
	font-size: 1.4em ;
	background: url(../images/puce.png) no-repeat left bottom ;
	color: #E2279B ;
	border-bottom: 1px solid #86A870;
}

div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #E2279B ;
	border-left: 3px solid #E2279B ;
	color: #E2279B ;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 1.5em ;
	line-height: 1.7em ;
}
.lettrine {
  font-weight: bold;
  color: #E2279B;
  font: 1.7em "Trebuchet MS", helvetica, sans-serif ;
}
.mev {
  font-weight: bold;
  color: #E2279B;
}

div#contenu ul
{
  list-style-type: square;
  list-style-position: outside;
  color: #E2279B;
  line-height: 1.7em ;
  margin-left: 15px;
}

span
{
color : black;
}
div#contenu img
{
  float: left;
  padding-right:5px;
}

div#p2
{
	padding : 5px;
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
	border: 1px dashed #E2279B;
}

div#contenu a
{
	color: #8a0 ;
}

div#contenu a:hover
{
	color: #9b2;
}


.news_haut{
position: absolute;
background: url(../images/news.gif);
top: 0px;
left:745px;
width: 190px;
height: 37px;
padding: 0px 5px 0px 5px;
}

.news_milieu{
position: absolute;
background: url(../images/cadre_news_milieu.gif);
top: 37px;
left:745px;
width: 190px;
height: 356px;
padding: 5px 5px 0px 5px;
font: 0.99em "Trebuchet MS", helvetica, sans-serif ;
color: #555555;
}

.news_bas{
position: absolute;
background: url(../images/cadre_news_bas.gif);
top: 388px;
left:745px;
width: 190px;
height: 10px;
padding: 0px 5px 0px 5px;
}



p#footer
{
	margin: 0 ;
	padding-right: 10px ;
	line-height: 33px ;
	text-align: center;
	color: #8a0 ;
}

pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #9b2 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}

pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
}
