
/* Général */
body {
	color: #000;
    background:url(bg_body.jpg);
	background-color:#fff;
	background-repeat: repeat-x;
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color:#0066FF;
}

ul#menu {  
       list-style:none;    }  
	   
 ul#menu li a {  
       font-size: 14px;
       color: #FF9900;
	   font-weight:bold;  
       text-decoration:none;    }  
	   
	   
 ul#menu li {  
        float: left;  
        padding-left: 10px;  
       padding-right: 10px;    }  
	   
/* Conteneur central */
#centre {
background:url(navig_dom.gif);
background-repeat:repeat-y;}


/* Navigation */
#navigation {
	background: #;
}
#navigation a {
	color:#0066FF;
}
#navigation a:hover, #navigation a:focus {
	background:#CCFFFF;
}
#navigation h3 {
color:#3366CC;
font-style:oblique;
border-bottom:3px double;
}

/* Contenu principal */
#principal {
	color: #000;
	background: #;
}
#principal a {
	color: #;
}
#principal a:hover, #principal a:focus {
	color: #;
}
#principal strong {
	color: #;
}
#principal h2 {
color:#0099FF;
font-style:oblique;
border-bottom: 2px solid;}

/* Contenu secondaire */
#secondaire {
	background: #;
	list-style-type:none;
}



/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 20px 5px;
}
#global {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	
}

/* En-tête */
#entete {
	padding: 0px 0;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}
#header {
background:url(ban_dom.jpg);
background-repeat: no-repeat ;
height:260px;
}

img{
border: none;
}
#logo {  
    height: 210px;  
     width: 235px;   }
	 
#newsletter {
height:200px;
width:100px;
padding-left:660px;
padding-right:10px;
padding-top:10px;
}	

#adsense {
float:left;
width:200px;
margin-bottom:30px;
}
#adsense1 {
float:left;
width:100px;
padding-top:10px;
}
 	 
#info {
float:right;
width:240px;
background-image:url(note_metier.jpg);
list-style-type:square;
background-repeat:no-repeat;
background-position:center;
padding-top:20px;
padding-left:15px;
padding-right:30px;
margin-bottom:30px;}

#info li {
color:#FF9900;
list-style-type:square;
}
/* Bloc central */
#centre {
	width: 100%;
	overflow:hidden;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 220px;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: 11px;
	text-decoration: none;
}

/* Contenu principal */
#principal {
	float: left;
	width: 420px;
	padding: 5px 15px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}


#news {  
       padding-top: 10px;
	   padding-left:10px;
	   margin-left:200px;}
      
  #news h3 {  
      padding-bottom: 10px;    }  
     
  #news p {  
     padding-top: 10px;  
     padding-bottom: 10px;    }
	 
#news li {
list-style-type:square;
color:#FF9900;
}	  

/* Contenu secondaire */
#secondaire {
	margin-left:685px;
	margin-right:5px;
	padding: 5px 0;}
	
#secondaire ul {
	list-style-type:square;
	color:#0099FF;
}


/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 20px 10px 0;
	font-size: .85em;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}
