/* CSS Document */
body{
	background-image:url(../graph/fond.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#00ADEF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
#contenu{
	width:800px;
	position:relative;
}
h1#logo{
	background-image:url(../graph/logo.gif);
	display:block;
	height:180px;
	width:600px;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-4000px;
}

a{
	color:#00ADEF;
}
a:hover{
	color:#ff0000;
}

a h2, h2{
	font-size:12px;
	padding:0px;
	margin:0px;
	padding-left:100px;
}

#pdp{
	width:800px;
	text-align:center;
}


#menu{
	position:absolute;
	left:400px;
	top:12px;
	width:300px;
	text-align:right;
	
}
#menu #ss_menu{
	display:none;
}

#menu:hover #ss_menu{
	display:block;
}

#menu #ss_menu{
	padding:0px;
	margin:0px;
	text-align:right;
	float:right;
	background-image:url(../graph/menu_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#menu #ss_menu{
	list-style-type:none;
	background-color:#00ADEF;
}

#ss_menu li{
	padding:0px;
	margin:0px;
}
a.blanc{
	
	text-decoration:none;
	display:block;
	padding-bottom:3px;
	color:#FFFFFF;
	font-weight:bold;
	width:300px;
}

a.blanc:hover{
	color:#dddddd;
}

.fin_ss_menu{
	width:300px;
	background-image:url(../graph/menu_bot.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#publicite{
	float:right;
	width:180px;
	color:#999;
}

#publicite img{
	border:1px solid #ccc;
}