html, body {
height: 100%
}

body {
margin: 0;
padding: 0;
text-align : left;
font-family : Verdana;
font-size : 14px;
text-align: justify;
color : #333;
background : #411B08;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dl-dropdown.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #990000;
	line-height: 100%;
	font-size:12px;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #FFF;
	color: #990000;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #990000 url(../images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 175px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(../images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}


/* TITRES */

h2 {
font-size : 12px ;
font-weight: bold;
text-align: center;
text-transform : uppercase ;
color: #990000;
background: transparent url(../images/h2.png) repeat-x 0 50%;
}

h2 span {
    padding: 0 4px;
    background: #FFF;
}


 
h3 {
margin : 10px 0 0 0 ;
padding : 0 ; 
font-size : 12px;
}

/* PARAGRAPHES */

p {
margin : 3px 15px 0 0 ; 
padding : 0
}

.pboot {
margin : 10px 15px 0 0 ; 
padding : 0 ; 
text-indent : 25px ; 					/*Décalage de la première ligne d'un paragraphe*/
text-align: justify;   
background :  url(../images/fleche.gif) left top no-repeat;
}


/* LISTE */ 
 
ul {
list-style : none ;
}

ul.margin-ul {
margin : 10px 0;
padding : 0
}


/* WEBSITE */ 

#site {
background-color :#fff;
text-align : left;
width : 740px ; 
margin : 20px auto 0 auto ;  
min-height:100%;
border : 10px solid #990000; /*La bordure autour*/
}


#site hr {		/*La ligne sous l'image du haut*/
width : 50%;
color:#990000;
text-align:center;
}


/* HEADER */ 

#header {
width : 675px ; 
height : 251px ;
margin : 0 auto ; 
margin-top : 15px;
border-top : 1px solid #fff
}


/* MAIN */ 
 
#main {
width : 675px ;
margin : 0 auto; 
text-align : left; 
overflow : auto ; 
}
 
/* SIDE */ 
 
#side {
float : left ;  
width : 160px;
text-align : left; 
margin-left : 0px ; 
margin-top : 0px ;
padding-bottom : 100px; 
}

#side ul {
margin : 0 0 20px 0;
padding : 0; 
width : 140px; 
}

#side li.name a {
color : #990000; 
text-decoration : none ; 
text-transform : uppercase ;
text-align : center; 
font-weight : bold ;
font-size : 12px; 
background :  url(../images/hr.gif) left bottom repeat-x; 
display : block ;
padding : 0 0 10px 0; 
margin : 0 0 5px 0;  
}

#side li.name a:hover {
color : #990000;
}

#side li.url a {
color : #411B08; 
text-decoration : underline ;   
}

#side a {
color : #990000; 
text-decoration : none ;
}

#side a:hover {
color : #411B08; 
text-decoration : underline;
}

/* CONTENU */ 

#contenu {
float : left ;  
width : 494px;
margin : 0 0 0 15px; 
padding : 20px 0 40px 0; 
}

#contenu .link {
color : #990000; 
text-decoration : none ;
border-bottom : 1px solid #999;
}

#contenu .link:hover {
color : #411B08; 
text-decoration : none; 
border-bottom : 1px solid #411B08;
}

#contenu a {
color : #990000; 
text-decoration : none ;
}

#contenu a:hover {
color : #411B08; 
text-decoration : none; 
}

div.bulle {
    width: auto;
    font-size: 0.75em;
    margin-bottom: 24px;
}

div.bulle blockquote {
    margin: 0px;
    padding: 0px;
    border: 1px solid #c9c2c1;
    background-color: #fff;
}

div.bulle blockquote p {
    margin: 10px;
    padding: 0px;
}

div.bulle cite {
    position: relative;
    margin: 0px;
    padding: 7px 0px 0px 15px;
    top: 6px;
    background: transparent url(../images/FlecheBulle.gif) no-repeat 20px 0;
    font-style: normal;
	font-size:14px;
}


/* FOOTER */ 
 
#footer {
width : 705px ; 
height : 40px ;
margin : 0 auto ;
padding : 10px 0 0 0;  
text-align : center ; 
color : #fff ;
font-size : 11px;
}

#footer a {
color : #fff ;
text-decoration : none; 
}


#footer a:hover {
color : #fff ; 
text-decoration : underline; 
}









