body, html{
	margin:0;
	padding:0;
}

body {
	min-width:60em; 
}

.majuscule {
text-transform : uppercase;
} 

div#header {
	height:110px;
	width:60em;
	margin:0 auto;
}

div#middle {
	width:60em;
	margin:0 auto;
}

div#sidebar {
	width:20em;
	float:left;
	padding-top: 50px;
}

div#content {
	margin:0 auto;
	margin-left:180px;
	padding-top: 50px;
	padding-bottom: 50px;
}

div#footer {
	height:50px;
	width:60em;
	margin:0 auto;
	border-top: thin solid #00ffff; 
}

body, html{
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	color:#fff;
	background:#448b98;
}

div#header, div#footer {
	background:#448b98;
}

div#middle, div#sidebar {
	background:#448b98;
}

div#content {
	background:#448b98;
}

a:link {
	color: #c4ddf7;
	text-decoration: none;
	font-size:9px;
	font-family:Verdana, Arial, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #9DC8F2;
}
a:hover {
	text-decoration: underline;
	color: #00FF00;
	
}
a:active {
	text-decoration: none;
}


h1, h2 {
	padding:0;
	margin:0;
}

div#sidebar p{
	text-align:center;
	font-size:.6em;
	color:#fff;
	
}



div#content p{
	margin-left:200px;
	margin-bottom:0;
	font-size:0.8em;
	line-height:1.4em;
}


a img {
  border:1px solid #c4ddf7; 
  }
  
a:hover img {
  border:1px solid #00FF00; 
}

.Style1{color: #00ffff; 
}

.p1 {
margin-left:200px;
line-height:2em;
font-style:italic;
color:#fff;
font-size: 0.8em;
}

.accueil {
padding-left:20px;
border-top: thin solid #00ffff; 

}

div #footer p {
	padding-top: .5em;
	text-align:center;
}

h1 {
	text-align:center;
	padding-top: 30px;
	font-size: 2em;
	color: #FFF6D7;
	font-family: Georgia;
	letter-spacing:5px;
	font-style:italic;
}

h2 {
	font-size:1.4em;
	padding-top:1em;
	margin-top:0;
	margin-left:200px;
	font-family: Georgia;
	color: #FFF6D7;
}

h3{
	font-size:1em;
	padding-top:1em;
	margin-top:0;
	margin-left:200px;
	font-family: Georgia;
	color: #FFF6D7;
}

p {
	margin-bottom:0;
	font-size:0.8em;
	line-height:1.4em;
	
}


/* Menu */    

#menu, #menu ul     
{
        padding : 0; 
        margin : 0; 
        list-style : none; 
        line-height : 21px; 
        text-align : center; 
}

#menu 
{
       
        font-family :"Trebuchet MS", Georgia, Verdana, serif;
        font-size : 12px;
}

#menu a 
{
        display : block; 
        padding : 0; 
        background :#fff;         
        color : #000; 
        text-decoration : none; 
        width : 144px; 
}

#menu li     
{ 
        float : left; 
        border-right : 1px solid #fff; 
}


html>body #menu li
{
        border-right: 1px solid transparent ; 
}

#menu li ul 
{ 
        position: absolute; 
        width:144px; 
        left: -999em; 
}


#menu li ul li 
{
       
        border-top : 1px solid #fff; 
	
}


html>body #menu li ul li                
{
        border-top : 1px solid transparent; 
}

#menu li ul ul 
{
        margin : -22px 0 0 144px ; 
        border-left : 1px solid #fff ;  

}


html>body #menu li ul ul                
{
        border-left : 1px solid transparent ; 
}

#menu a:hover    
{font-weight:bold;
        color: #000; 
        background: #fff; 
}
#menu li:hover ul ul, #menu li.sfhover ul ul 
{
 
        left: -999em; 
		
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul 
{
        left: auto; 
        min-height: 0; 
}









	