@charset "UTF-8";
/* CSS Document */

html {
	overflow-x:hidden;
}

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment:fixed;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(../images/habillage/background.jpg);
	width:930px;
	position:absolute;
	left:50%;
	margin:0em 0em 0em -465px;
	}
	
a {
	text-decoration:none;
	outline:none;
	color:#000;
	cursor:pointer;		/* FIX ie : problème de curseur sur les liens au dessus d'un background PNG*/
	position: relative;
	z-index: 100; 			/* FIX ie : pour que les liens soient au dessus de toutes les images sous IE */
	}

a:hover{ color:#ff0b7a;}

.contenu a{ text-decoration:underline;}

img{
	border:none;
	}
	
/* Police du menu */
h1{color:#000; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px;}									
h2{color:#502008; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; line-height:12px;}
h3{color:#fc5e10; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; line-height:16px;}
h4{color:#57b4d8; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; line-height:16px;}
h5{color:#000; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px;  line-height:15px;}
.image{
	z-index:10;
	width:790px;
	height:245px;
	position:absolute;
	margin:52px 0 0 73px;
	background-image:url(../images/header/001.jpg);
	background-repeat:no-repeat;
	}
	
.top{
	z-index:20;
	background-image:url(../images/habillage/top.png);
	background-repeat:no-repeat;
	width:869px;
	height:305px;
	margin:0 auto 0 auto;
	position:absolute;
	}

.lien_header{
	width:290px;
	height:60px;
	position:absolute;
	margin:0 0 0 70px;
	z-index:30;
	}

.tirets{color:#ff0b7a; letter-spacing:1px;}

.menu{
	z-index:10;
	width:233px;
	height:551px;
	background-image:url(../images/habillage/menu.png);
	background-repeat:no-repeat;
	margin:312px 0 0 67px;
	position:absolute;
	}
	
.menu_content{
	z-index:20;
	width:233px;
	height:551px;
	margin:312px 0 0 55px;
	padding-top:25px;
	position:absolute;
	text-align:center;
	line-height:4px;
	}
.menu_content h1{	margin:8px;}

.menu2{
	z-index:10;
	width:194px;
	height:114px;
	background-image:url(../images/habillage/menu2.png);
	background-repeat:no-repeat;
	margin:293px 0 0 620px;
	padding:10px 0 0 20px;
	position:absolute;
	border:0px;
	border:none;
	}

.menu2_content{
	z-index:20;
	width:194px;
	height:114px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	margin:293px 0 0 620px;
	padding:25px 0 0 20px;
	position:absolute;
	border:0px;
	border:none;
	}

.contenu{
	z-index:5;
	/*
	width:555px;
	height:677px;
	padding:20px 10px 0 30px;
	background-image:url(../images/habillage/feuille.png);
	background-repeat:no-repeat;
	*/
	margin:315px 0 0 280px;
	position:absolute;
	}

.feuille_haut{
	background-image:url(../images/habillage/bg_top2.png);
	width:550px;
	min-height:570px;
	padding:20px 10px 0 30px;
	display:inline-block;
	}
	
.feuille_bas{
	background-image:url(../images/habillage/bg_bottom2.png);
	height:116px;
	width:590px;
	}