body {
margin : 0 ;
padding : 0 ; 
background : #07235E ;
text-align : center;
font-size : 12px;
color : #fff ;
font-family : arial
}
  
/* WEBSITE
********************************************************************/
  
#website { 
width : 755px;
margin : 0 auto ;
text-align : left ;
}
   
/* HEADER
********************************************************************/
   
#header { 
width : 755px;
height : 185px;
background : url(images/header2.jpg)
}

/*  MENU
********************************************************************/
   
#menu {
height : 25px ; 
line-height : 25px ;
background : #fff ; 
width : 675px; 
margin : 0 0 0px 0 ;
}
	
#menu  ul {
list-style : none ;
margin : 0; 
padding : 0 ;
}

#menu  li {
float : left ; 
}
	
#menu  li a{
margin : 0 ; 
padding : 0 10px 0 10px ; 
text-decoration : none ;    
color : #143991 ;
border-right : 1px solid #143991;
font-weight : bold ;
}
	
/*  MAIN
********************************************************************/	
   
#main { 
width : 755px;
background : url(images/main2.jpg); 
}
   
#deco  { 
width : 715px;
background : url(images/deco2.jpg) top left no-repeat;
padding : 0 0 0 40px ;
}

/*  SIDEBAR
********************************************************************/   
   
#sidebar {
width : 200px ;
background : #fff ; 
float  : left ;
padding : 10px 0 20px 0 ; 
margin : 20px 0 0 0; 
}
	
#sidebar ul{
list-style : none ; 
margin : 20px 0 0 10px ; 
padding : 0; 
color : #000
}
 
#sidebar li {}
  
#sidebar li a {
color : #FF8400 ;
}

#sidebar .strong {
font-weight : bold ;
}

#sidebar h2 {
background : #000 ; 
font-size :  110%; 
text-transform : uppercase ;
margin : 0 ;
padding : 2px 0 2px 0 ;
text-indent : 10px ;
}
	
/*  CONTENU
********************************************************************/	

#contenu {
width : 450px ; 
float  : left ;
margin : 0 0 0 20px;
padding : 20px 0 0 0;
}

#contenu h2 {
font-size : 110% ; 
text-transform : uppercase ;
padding : 0 0 10px 0 ; 
margin: 0 0 10px 100px;
border-bottom : 2px dotted #fff ; 
}

#contenu h3 {
clear : left ; 
background : #fff ; 
font-size : 100% ; 
text-transform : uppercase ;
margin : 10px 0 0 0 ; 
padding : 0 ;
color : #143991 ;
text-indent : 10px
}

#contenu #intro {
margin : 0 0 10px 0 ;
padding : 0 0 0 100px
}

#contenu #logo {
float : left ;
}

/*  SPACER
********************************************************************/      

.spacer {
clear : both
}
   
/*  FOOTER
********************************************************************/

#footer { 
width : 755px;
height : 51px;
background : url(images/footer2.jpg)
}

#copy {
margin : -20px 0 0 0 ; 
padding :  0 0 40px 0;
color : #fff ;
text-align : center ; 
}
   
#copy a {
text-decoration : none ; 
color : #fff ;
}

#copy a:hover {
text-decoration : underline ; 
}



