/* CSS Document */

body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.7em "Arial", helvetica, sans-serif ;
	background: #bfe95c;
	}

div#conteneur
{
	width: 848px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #fff ;
	background: #fff ;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1#header
{
	height: 635px ;
	background: url(images/accueil.jpg) no-repeat left top ;
	margin: 0 ;
}

h1#header a
{
	width: 848px ;
	height: 635px ;
	display: block ;
		text-indent: -5000px ;
}

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

ul#menu li
{
	float: left ;
	list-style-type:none;
	text-align: center ;
}

ul#menu li a
{
	width: 111px ;
	line-height: 25px ;
	font-size: 1.1em ;
	font-weight: bold ;
	letter-spacing: 1px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 0px solid #000 ;
}

ul#menu li a:hover
{
	background: url(images/bg_menu.gif) repeat-x 0 0 ;
}

div#contenu
{
	padding: 0 25px 0 0px ;
	
}

div#contenu h2
{
	line-height: 35px ;
	font-size: 1.3em ;
	color: #000 ;
	text-align: left ;
}

div#contenu h3
{
	margin-left: 0px ;
	padding-left: 0px ;
	color: #ff4820 ;
	font-size: 1.4em ;
}
div#contenu h4
{
	margin-left: 0px ;
	padding-left: 0px ;
	color: #000 ;
	font-size: 1em ;
	text-align: left ;
}

div#contenu p
{
   
	text-align: left ;
	text-indent: 0em ;
	line-height: 1.2em ;
}


div#contenu a
{
	color: #ff4820 ;
}

div#contenu a:hover
{
	color: #999 ;
}



p#footer
{
	background: #fff ;
	margin: 0 ;
	line-height: 30px ;
	text-align: center ;
	color: #000 ;
	
}

p#footer a
{
color : #000;
}

p#footer a:hover
{
color : #000;
}

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 ;
}



.blocaccueilgauche {
height: 800px;
width: 1000px;
float: left;
padding-top: 5px;
}
.blocaccueilbas {
height: 100px;
width: 1000px;
float: left;
padding-top: 5px;
}

.imageaccueil{
padding : 0;
margin : 0;
}

