html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
    background: url(images/fond_vertical.jpg) repeat-x top;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: justify;
	color: #808080;
}

/* Structure */
#conteneur {
    background: url(images/fond_horizontal.jpg) repeat-y top;
	position: absolute;
    left: 50%; 
	width: 675px;
    margin-left: -350px;
}

#fond {
    background: url(images/fond_vertical2.jpg) no-repeat top;
	width: 675px;
	height: 100%;
}

#footer {
    background: url(images/footer.gif) repeat-y top;
	width: 675px;
    height: 65px; 
	float: left;
}

#bandeau {
    background: url(images/bandeau.jpg) repeat-x top;
	width: 675px;
	height: 250px;
}

#central {
    position: relative;
	width: 630px;
    margin-left: 45px;
	margin-top: 0px;
}

#texte {
    padding-left: 40px;
	margin-top: 10px;
	width: 540px;
}

div#texte2 {
    padding-left: 40px;
    width: 540px;
	margin-top: 15px;
}

p#texte3 {
    float: left;
    width: 540px;
    padding-left: 40px;
	margin-top: 15px;
}

/* Menu */ 

ul#menu 
{
    list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-left: 60px;
	font-size: 12px;
	height: 20px;
	text-align: center;
}

#menu li {
width: 100px;
height: 20px;
line-height: 20px;
font-weight: bold;
float: left;
}

#menu li a
{
text-decoration: none;
color: #00774b;
}

#menu li a:hover
{
text-decoration: none;
color: #74d181;
}

#menu li a.active {
text-decoration: none;
color: #74d181;
}

/* Variables changeant selon les pages */ 

#photo_presentation {
    float: left;
    width: 80px;
    height: 190px;
	margin-right: 15px;
	background: url(images/photo_presentation.jpg);
}

#photo_services {
	float: left;
    width: 80px;
    height: 155px;
	margin-right: 15px;
	margin-bottom: 15px;
	background: url(images/photo_services.jpg);
}

/* Autres */

#contact {
    margin-left: 10px;
	float: right;
    width: 140px;
    height: 70px;
	text-align: center;
	color: #00774b;
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
	background: url(images/contact.gif) no-repeat;
}

p#coordonnees
{
	color: #77002c;
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
}

.textenormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: justify;
	line-height: 1.2em;
	color: #808080;
}