body
{
font-size:12px;
padding:0;
background:url(images/fondpage.png) repeat-x fixed #6699FF; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.lien:link, a.lien:active, a.lien:visited
{
text-decoration: none;
border: none;
padding: 3px;
color: darkblue;
}
a.lien:hover
{
text-decoration: none;
border: 1px dotted blue;
padding: 2px;
color: blue;
}



#page{
position:absolute;
left:50%;
font-size:11px;
width:850px;
margin:0 0 0 -425px;
padding:0;
display: block;
}
#titre
{
display: block;
padding: 5px;
font-size:30px;
color: white;
font-weight: bold;
background: url(images/fondtitre.png);
text-align: center;
padding-top: 20px;
height: 210px;
}
#pdp
{
display: block;
padding: 5px;
font-size:25px;
color: white;
font-weight: bold;
background: url(images/fondpdp.png);
text-align: center;
padding-top: 0px;
height: 80px;
}
.element_page 
{
border: 1px solid;
background: #FFFFCC;
padding: 10px;
margin: 5px;
font-size:12px;
}

#piedpage
{
padding-bottom: 5px;
margin: 5px;
}



/* MENU */
ul#suite
{	background:url(images/fondlien.png) repeat-x;
	height:30px;
	font-size:11px;
	list-style-type: none;
	padding:0;
	margin:0 0 10px 0;
	text-align: center;
}
ul#suite li
{	display:block;
	float:left;
	font-size:11px;
	height:30px;
	line-height:30px;
	padding:0;
}
ul#suite li a:link, ul#suite li a:visited
{	display:block;
	font-size:11px;
	color:white;
	text-decoration:none;
	border-bottom: none;
}
ul#suite li a:hover, ul#suite li a:active, ul#suite li a#active
{	display: block;
	font-size:11px;
	color:white;
	background: url(images/fondlienO.png) repeat-x;
	border-bottom: none;
}
.suit1
{	width:170px;
	text-indent:8px;
	margin-right:0;
}
.suitdate
{	width:400px;
	text-indent:8px;
	margin-right:0;
}
.suitaccessite
{	width:100%;
	text-align: center;
	text-indent:8px;
	margin-right:0;
}


.ToolOver {
	/* Boutons sélectionnés */
	background-color: '#ffffff';
	border: 1px solid buttonshadow;
	margin-bottom : -3px;
	cursor: pointer;
	height: 20px;
}
.ToolOut {
	/* Boutons non sélectionnés */
	background-color: buttonface;
	border: 1px solid buttonface;
	margin-bottom : -3px;
	cursor: pointer;
	height: 20px;
}


.code {
	border: 1px solid #657985;
	padding-left: 10px;
	background-color:#d3dbdf;
}
.quote {
	border: 1px dotted #657985;
	padding-left: 10px;
	background-color:#eeeeee;
}


.imagenormale{ }
.imagetranslucide{opacity:0.5;filter:alpha(opacity=50);-moz-opacity:0.5;}
