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

body
{
	background-color:#CCC;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/fonds/fond_metal.jpg);
	font-family: "Century gothic", sans-serif;
}
img
{
border: none;
}
#fond
{
	width: 100%;
	min-height: 390px;
	height: auto;
	background-image:url(images/fonds/fondu_blanc_fond.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#conteneur
{
	width: 970px;
	min-height: 800px;
	height: auto;
	background-color:#FFF;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 970px;
	height: 250px;
}

.header_top
{
	width: 970px;
	height: 22px;
	background-color: #422a1e;
}
.header_banner
{
	width: 970px;
	height: 195px;
}
.header_menu
{
	width: 890px;
	height: 35px;
	background-color: #422a1e;
	padding-left: 80px;
}

.fond_menu
{
	width: 970px;
	height: 85px;
	margin-top: 0px;
	padding-top: 0px;
	background-image:url(images/fonds/fond_metal.jpg);
	background-repeat: repeat-x;
}
.fondu_blanc_menu
{
	width: 970px;
	height: 85px;
	background-image:url(images/fonds/fondu_blanc_menu.png);
}
#contenu
{
	width:  970px; /* 645 */
	height: auto;
	min-height: 475px;
	background-color:#FFF;
	float:left; 
}
.entete
{
	width: 410px;
	height: 80px;
	margin-top: -50px;
	margin-left: 20px;
}

.pictogramme
{
	width: 70px;
	height: 70px;
	float: left;
}

h1
{
	width: 320px;
	height: 50px;
	float: right;
	margin-top: 15px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 36px;
	color: #3baecd;
	text-transform:uppercase;
}

.contenu_texte
{
	float: left;
	width: 620px;
	min-height: 340px;
	height: auto;
	background-color:#FFFFFF;
	margin-left: 80px;
	margin-top: 20px;
	padding-bottom: 3px;
	text-align: left;
}

#menu_droite
{
	width: 242px;
	height: 400px;
	margin-right: 20px; 
	float:right;
}

.recherche
{
	width: 100px;
	height: 100px;

}

.moncompte
{
	width: 242px;
	height: 283px;
	background-image:url(images/contenu/moncompte.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top: 11px;
	margin-top: -100px;
}
.compte
{
color: white;
}
.prestations_tableau1
{
	width: 305px;
	min-height: 525px;
	 background-repeat: no-repeat;
	background-image:url(images/contenu/fond_tableau.jpg);
	
	float: left;
	margin-top: 20px;
	margin-left: -40px;
	font-size: 12px;
	margin-bottom: 20px;
}


.prestations_tableau1 ul
{
	margin-top: 10px;
	font-size: 12px;
}
.prestations_tableau1 li
{
	width: 209px;
	height: 40px;
	margin: 10px;
	text-align: center;
	list-style-type:none;
    padding-top: 5px;
	background-repeat: no-repeat;
	background-image:url(images/boutons/btn_prestation.jpg);
	
	font-size: 12px;
}
.prestations_tableau1 li:hover
{
		height: 40px;
	background-image:url(images/boutons/btn_prestation2.jpg);
}
.prestations_tableau1 a
{
	text-decoration: none;
	color: #422a1e;
	font-size: 12px;
	vertical-align: middle;
	margin-top: 10px;
	margin-right: 20px;
}

.prestations_tableau1 a:hover
{
	color: #38b4d6;
	text-decoration: underline;
}

.prestations_tableau2
{
	width: 305px;
	min-height: 525px;
	 background-repeat: no-repeat;
	background-image:url(images/contenu/fond_tableau.jpg);
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	font-size: 12px;
	margin-bottom: 25px;
}



.prestations_tableau2 ul
{
	margin-top: 10px;
	font-size: 12px;
}
.prestations_tableau2 li
{
	width: 209px;
	height: 40px;
	margin: 10px;
	text-align: center;
	list-style-type:none;
    padding-top: 5px;
    background-repeat: no-repeat;
	background-image:url(images/boutons/btn_prestation.jpg);
	font-size: 12px;
	
}
.prestations_tableau2 li:hover
{
		height: 40px;
	background-image:url(images/boutons/btn_prestation2.jpg);
	font-size: 12px;
}
.prestations_tableau2 a
{
text-decoration: none;
color: #422a1e;
font-size: 12px;
vertical-align: middle;
margin-right: 5px;
}

.prestations_tableau2 a:hover
{
color: #38b4d6;
text-decoration: underline;
}

#footer
{
	width: 970px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align:right;
	margin-top: 15px;
}

/* menu */

	.header_menu h2	
{
	clear:both;
	padding-top:20px;

}
	.header_menu ul 
{
	list-style:none;
	margin:0;
	padding:0;

}
	.header_menu li 
{
	float:left;
	width:100px;
	margin:0;
	padding:0;
	text-align:center;

}
	.header_menu li a 
{
	display:block;
	padding:5px 5px;
	height:100%;
	color:#FFF;
	text-decoration:none;
	border-right:1px solid #FFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:16px;
	font-weight: bolder;

}
	.header_menu li a 
{
	background:url(images/menu/bg2.jpg) repeat 0 0;

}
	.header_menu li a:hover, li a:focus, li a:active 
{
	background-position:-150px 0;

}
	.header_menu #a a 
{
	background:url(images/menu/bg.jpg) repeat -20px 35px;

}
	.header_menu a:hover  
{
	color:#44b6e0;

}
	.header_menu a:active 
{
	color:#44b6e0;
}
.time
{
	font-size: 12px;
}


	
	
	
/* Textes */

a
{
 font-family: "Century gothic", sans-serif;
 font-size: 15px;
}

p
{
 font-family: "Century gothic", sans-serif;
	font-size: 15px;
	margin: 10px;
}
h2
{
font-size: 17px;
margin: 20px;
font-weight: bolder;
color: #3baecd;
text-align: center;
}
#footer p a
{
	font-size: 13px;
}

h3
{
 font-family: "Century gothic", sans-serif;
 font-size: 16px;
}
h2
{
 font-family: "Century gothic", sans-serif;
 font-size: 16px;
}

.puce1
{
width: 18px;
height: 17px;
background:url(images/decoration/puce1.jpg);
margin-left: -30px;
margin-top: 1px;
position: absolute;
}

.puce2
{
width: 11px;
height: 11px;
background:url(images/decoration/puce2.jpg);
position: absolute;
margin-left: 10px;
margin-top: 3px;
}

.philosophiesoustexte
{
margin-left: 35px;
}
.italic
{
font-style: italic;
}