/* CSS Document */





/* En-tete */

#header {
width:990px; /* Ne pas depasser sinon barre de scrolling horizontale */
height:479px;
background:url(../images/bg_header.jpg) no-repeat;
}


/* Logo site*/

.logo {
float:left;
padding:67px 0 0 74px;
}

* html .logo {
float:left;
margin:67px 0 0 74px;
}

/* ToolBox */

#header #toolbox_top {
float:right;
padding:10px 0 0 0;
width:350px;
}

#header #toolbox_top ul {
padding:4px 0 0 0;
}

.adresse {
color:#603813;
font-size:1.3em;
font-weight:bold;
padding:0 0 0 139px;
}

#header #toolbox_top ul li {
float:left;
color:#666666;
}

#header #toolbox_top ul li a {
color:#666666;
}

/*bloc switchables
*/




/*Menu quatre pictos
*/


#menu_quatre_items ul {
margin: 0;
padding: 0;
list-style-type: none;
margin:20px 0 0 15px;
width: 211px;
text-align:center;

}

#menu_quatre_items ul li {
margin: 0 0 5px 0;
display:block;
}

#menu_quatre_items a:hover {
text-decoration:none;
}

.particulier a, .client a, .particulier_selected a, .client_selected a {
display: block;
width: 211px;
color: #000;
text-decoration: none;
height:30px;
padding:10px 0 0 0;
}

.tourisme a, .social a, .tourisme_selected a, .social_selected a {
display: block;
width: 211px;
color: #000;
text-decoration: none;
height:35px;
padding:5px 0 0 0;
line-height:15px;
}

.particulier a {
background: url(../images/institutionnel/bouton_particuliers.png) no-repeat 0 0; 
}

.particulier_selected a {
background:url(../images/univers_particuliers/bouton_particuliers.png) no-repeat 0 0;
}

.particulier a:hover {
background: url(../images/institutionnel/bouton_particuliers.png) no-repeat 0 -40px; 
}

.client a {
background: url(../images/institutionnel/bouton_clients.png) no-repeat 0 0; 
}

.client_selected a {
background:url(../images/univers_clients/bouton_clients.png) no-repeat 0 0;
}

.client a:hover {
background: url(../images/institutionnel/bouton_clients.png) no-repeat 0 -40px; 
}

.tourisme a {
background: url(../images/institutionnel/bouton_tourisme.png) no-repeat 0 0; 
}

.tourisme_selected a {
background:url(../images/univers_tourisme/bouton_tourisme.png) no-repeat 0 0;
}

.tourisme a:hover {
background: url(../images/institutionnel/bouton_tourisme.png) no-repeat 0 -40px; 
}

.social a {
background: url(../images/institutionnel/bouton_sociale.png) no-repeat 0 0; 
}

.social_selected a {
background:url(../images/univers_social/bouton_social.png) no-repeat 0 0;
}

.social a:hover {
background: url(../images/institutionnel/bouton_sociale.png) no-repeat 0 -40px; 
}

