html, body{ 
 margin:0px; 
 padding:0px; 
 text-align:center; 
 font-family: Arial ,Tahoma, Verdana;
 background-image:url(../images/fond.jpg);
 background-repeat: repeat-x;
 background-color:#cccccc;
} 
 

p {
margin-left:20px;
}

textarea { overflow: auto; }

a {
color:#669900;
text-decoration:none;
margin: 0;
padding: 0;
}

li {
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #968BBC;
	}

h1 {
font-size:20px;
color: 
}
h2{
font-size:18px;
}
h2{
font-size:16px;
}

input, textarea { border: 1px solid #964274; background: #D6D0EA; }

a:hover {
text-decoration:underline;
}

img {
border: none;
}
 
.cleared {
clear: both;
}

.hidden {
visibility: hidden;
}
 
#pagewidth { 
margin:0px; 
padding:0px; 
width:990px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 
 
#header {
position:relative; 
margin:0px; 
padding:0px; 
height:150px; 
} 
 
#maincol {
margin:0px; 
padding:0px; 
float: right; 
display:inline; 
position: relative; 
width:990px;
height:470px; 
background:url(../images/wrap_bg.jpg) no-repeat;
}

#photo_left  {
float:left;
display: inline;
position: relative;
padding: 0;
margin: 55px 0 0 10px;
width:263px;
height:380px;
}

#logo {
position: absolute;
bottom: 0;
left: 15px;
}

#photo_left p {
text-align: center; 
position: relative;
left: -10px;

}

#photo_left ul {
	margin: 0;
	padding: 0;
	position: relative;
	top: 5px;
	left: 5px;
	}

#photo_left li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	}
	
#photo_left li a { 
	display: block;
	background: url(../images/puce.gif) no-repeat top left;
	background-position: 0px 2px;
	padding: 0 0 0 20px;
	margin: 0;
	}
#photo_left li a:hover {
	background: url(../images/puce2.gif) no-repeat top left;
	background-position: 0px 2px;
	text-decoration: none;
	}

#lefttext {
width:238px;
height:257px;
float:left;
position:absolute;
top:50px;
left:40px;
}

#contact_left p { text-align: left; }

#contact_right { padding: 0; margin: 0; }

#lefttext h1{
font-size:18px;
} 
#lefttext h2{
font-weight:normal;
font-size:16px;
text-align:justify;
text-indent:10px;
}

#lefttext p{
font-size:16px;

} 
#content {

float:right;
margin: 1em;
padding: 0;
display:block;
width: 680px;
height:420px;
overflow:auto;
}

#content p { text-align: justify; }

#menu {
margin:0; 
padding:0;
background: url(../images/menu_bg.jpg) no-repeat  ;
display:block;
height:32px;
width:710px; 
position:absolute;
right:0px;
top:120px;
}

#menu a {
display:block;
float:left;
padding: 0;
padding-left: 10px;
padding-right: 10px;
height:32px;
margin:0px;
margin-left:10px;
line-height:32px;
color:#fff;
text-decoration:none;
font-weight:bold;
font-size:10pt;
}

#menu a:hover {
background:url(../images/menuhover.jpg) repeat-x;
}

#glossaire {
background: #FFFFFF;
margin: 0;
padding: 1em;
margin-left: auto;
margin-right: auto;
width: 445px;
height: 600px;
overflow: scroll;
text-align: left;
}
#glossaire hr {
height: 250px;
visibility: hidden;
}
#contact {
text-align: left;
}
#form_contact_msg {
	margin: 0;
	padding: 0 0 0 .5em;
	color: #8B3C6C;
	}
#form_contact dt { display: block; }
#form_contact dd { display: block; float: left; }

#top_link {
	position: absolute;
	margin: 0 0 20px 0;
	padding: 0;
	bottom: 0;
	right: 0;
	text-align: right;
	height: 85px;
}

#top_link a {
	float: left;
	margin: .4em;
	padding: 0;
	display: block;
	width: 80px;
	height: 80px;
	background: url(../images/bulle.jpg) no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#top_link a:hover {
	background: url(../images/bulle.jpg) no-repeat;
	background-position: 0px -80px;
}
#top_link p {
	padding:0;
	margin: 25px 10px 0 0;
}



#wrapper_top {
background-image:url(../images/wrapper_top.gif);
position:absolute;
top:-10px;
left:0px;
height:28px;
width:988px;
} 

#wrapper_bottom {
background-image:url(../images/wrapper_bottom.gif);
position:absolute;
left:0px;
bottom:-10px;
height:27px;
width:988px;
}

p.pdp {
margin:0;
padding:0;
line-height:15px;
text-align: center;
}

#footer {
margin-top:10px;
height:20px; 
clear:both;
}

#footer a {
font-size:12px;
text-align:center;
color:#993366;
font-weight:bold;
text-decoration:none;
}

#footer a:hover {
color:#968bbc;
}



/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
