/*design Musicos75 d'après un kit graphique téléchargé sur Kits-Gratuits.net
(Design de Taaman et découpe de CatWeb)
*/

/*Configuration Générale*/

* {margin: 0; padding: 0;}

body {
	background:  url(images/interface/bkg_black_long.jpg);
	font-family: Arial, geneva, Helvetica, serif ;	
}

#page {
	width: 890px;
	margin: 0 auto;
}

/*Configuration de la partie Header*/

#header h1 {
	width: 442px;
	height: 171px;
	float: left;
	background:     url(images/interface/whatsupdoc_logo8.jpg) no-repeat;
	text-indent: -9000px;
	margin: 0 0 0 0px;
}

/*Configuration de la partie menu haut image*/

#header ul {
	height: 70px;
	list-style-type: none;
	float: right;
	display: inline;
	margin: -120px 200px 0 0 ;
}

#header li {float: right}
	
#header li a {
	display: block;
	width: 78px;
	height: 74px;
	text-decoration: none;
	margin: 0 15px 0 0 ;
}

#header li a span {visibility: hidden}

#home a {background:     url(images/interface/bg_home.png) no-repeat 0 0 ;}

#home a:hover {background:     url(images/interface/bg_home.png) no-repeat 0 -74px ;}

#mail a {background:     url(images/interface/bg_mail.png) no-repeat 0 0 ;}

#mail a:hover {background:     url(images/interface/bg_mail.png) 0 -74px ;}

/*Configuration du menu gauche*/

#menu_gauche {
	width: 70px;
	float: right;
	display: inline;
	margin: 20px 200px 0 15px;
	list-style-type: none;
}

#menu_gauche li {
	display: block;
	width: 192px;
	height: 52px;
	text-align: center;
}

#menu_gauche a {
	color: #add3af;
	font-size: 15px;
	text-decoration: none;
}
	
#menu_gauche a:hover {
	color: #ffff00;
	font-weight: bold;
	text-decoration: underline;
}



/*Configuration du menu droite */

#menu_droite {
	width: 175px;
	float: left;
	display: inline;
	margin: 45px 0 25px 0;
}
	
#menu_droite h2 {
	color: #D06A00;
	font-size: 22px;
	margin: 0 0 12px 0;
	width: 50%;
	border-bottom: 2px solid #24200E; 
}

#menu_droite h3 {
	color: #9D3400;
	font-size: 15px;
	margin: 0 0 5px 0;
}

#menu_droite ul {
	margin: 5px 0 10px 5px;
}
	
#menu_droite li {
	list-style-type: none;
	font-size: 14px;
}	

#menu_droite a {
	color: #add3af;
	text-decoration: none; 
}

#menu_droite a:hover {
	color: #ffff00;
	text-decoration: underline;
}

/*Configuration de la partie Editorial*/

#editorial {
	width: 613px;
	height: 248px;
	float: right;
	display: inline;
	margin: 0 70px 0 0;
	background:     url(images/interface/bg_editorial5_8.jpg) no-repeat;
}

#editorial h2 {
	width: 34%;
	font-size: 17px;
	color: #CD5200;
	margin: 18px 0 0 34px;
	letter-spacing: 2px;
	border-bottom: 1px dashed #2A0000; 
}
	
#editorial p {
	font-size: 12px;
	margin: 12px 25px 5px 43px;
	color: #ffffff;
}

#editorial a {color: #c2585a}

#editorial a:hover {text-decoration: none}

/*Configuration du Contenu*/

#contenu {
	width: 666px;
	background:     url(images/interface/bg_contenu2_3.jpg) repeat-y ;
	float: left;
	margin: 5px 0 25px 0 ;
}
	
#contenu_haut {
	width: 666px;
	height: 177px;
	background:     url(images/interface/bg_contenuhaut4_6.jpg) no-repeat;
	margin: 0 0 -100px 0;
	line-height: 130px;
}

#contenu h2 {
	color: #CD5200;
	text-indent: 40px;
	font-size: 16px;
	letter-spacing: 2px;
}
	

#contenu p {
	color: #d7c4d5;
	font-size: 12px;
	margin: 10px 30px 15px 45px;
}

#contenu q {
	color: #3a1123;
	text-indent: 140px;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
}


#contenu .s {
	color: #3a1123;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0px 0px 0px 130px;
	padding: 8px 0px 0px 0px;
}

#contenu_suite {
	width: 666px;
	height: 86px;
	background:     url(images/interface/bg_contenu_suite2_3.jpg) no-repeat;
}

#contenu a {color: #c6789b; margin: 0 1px;}

#contenu a:hover {text-decoration: none}

#fincontenu {
	width: 666px;
	height: 25px;
	background:     url(images/interface/bg_fincontenu3_5.jpg) no-repeat;
}
/*Configuration du footer*/

#footer {
	width: 756px;
	background: ;
	clear: both;
	line-height: 24px;
	text-indent: 25px;
       text-align: center;
	font-size: 11px;
	color: #add3af;
}

#footer a {color: #a69354}

