
/*********************************** GENERAL **********************************/

body{
    width:100%;
    font-family:tahoma,Arial,Helvetica,sans-serif;
    font-size:13px;
    color: #000;
    background-color: #292826;
    border:0px solid black;
}

input[type=text]{
	font-family:arial;
	font-size:14px;
}

textarea{
	font-family:arial;
	font-size:15px;
}

div.spacer{
    clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px solid green;
}

div.spacer_right{
	clear:right;
	border:0px solid red;
}

div.spacer_left{
	clear:left;
	border:0px solid yellow;
}

/************************************ LOGO ************************************/

img#logo_vimsahpe{
    float:left;
}

/************************************ HEADER **********************************/

div#header_fond{
    width:100%;
    height:109px;
    background-image: url(../img/header.png);
    background-repeat: repeat-x;
    background-position:top center;
    border:0px solid #fff;
}

div#header_centre{
    margin:0px auto;
    width:980px;
}

/*********************************** CONTENU **********************************/

div#contenu_fond{
    width:100%;
    background-image: url(../img/contenu.png);
    background-repeat: no-repeat;
    background-position:center top;
    border:0px solid #fff;
}

div#contenu_centre_fond{
    margin:0px auto;
    padding-bottom:12px;
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-position:center 45px;
    width:980px;
    border:0px dashed black;
}

div#contenu_centre{
    margin:0px auto;
    padding-bottom:12px;
    width:980px;
    border:0px dashed black;
}


/************************************ FOOTER **********************************/

div#footer_fond{
    width:100%;
    height:178px;
    background-image: url(../img/footer.png);
    background-repeat: repeat-x;
    background-position:top center;
    border:0px solid #fff;
}

div#footer_centre{
    margin:0px auto;
    width:980px;
    border:0px dashed black;
}

div#footer_centre img#logo_footer{
    margin:20px 0px 0px 0px;
    float:right;
}

div.menu_footer{
    float:left;
    width:240px;
    margin:10px 30px 10px 0px;
    border:0px solid #fff;
}

div.menu_footer h3{
    font-size:1.3em;
    font-weight:bold;
    color:#ccc;
    margin:10px 0px 0px 0px;
}

div.menu_footer img.logo_menu_footer{
    float:left;
    margin:20px 0px 0px 0px;
}

div.menu_footer p{
    float:left;
    margin:20px 0px 0px 10px;
    font-size:13px;
    color:#fff;
    line-height:17px;
}

div.menu_footer p b{
    font-size:1.2em;
    color:#fff;
    line-height:28px;
}

div.menu_footer p mail{
    text-decoration: underline;
}

div.menu_footer p mail a{
    color:#fff;
}

div.menu_footer ul{
    margin:20px 0px 0px 0px;
    border:0px solid black;
}

div.menu_footer ul li{
    list-style: none;
    margin:0px 0px 0px 0px;
    line-height:19px;
    color:#fff;
}

div.menu_footer ul li a{
    font-size:1em;
    color:#fff;
    text-decoration: underline;
    font-weight: bold;
}



div.partenaire{
    width:930px;
    margin-top:10px;
    margin-bottom:20px;
}

div.partenaire ul li{
	float:left;
	width:210px;
	margin:0px 20px 0px 0px;
	border:0px solid black;
}
