/*  
Feuille de style du site CitéCréation
Auteur : Bloody Banana 
Site web de l'auteur : http://www.bloodybanana.com/

*/
* {
    margin: 0;
    padding: 0;
}

:focus {-moz-outline-style: none;}


a:visited{ 
color:#fd7200;
}

body {
	background: #f2f0f0 url(images/bckg.jpg) repeat-x;
	margin-top: 10px;
	text-align:center;
	margin:0 auto;
	width:850px;
	padding:0;
}


#main{
margin:0 auto; padding:0;
width:850px; height:520px; overflow:hidden;
}

#credits{
margin:5px auto; padding:0;
width:850px; text-align:center;
font-size:11px; font-family:geneva;
color:#666; background-color:#ccc;

}
#credits a{
text-decoration:none; font-size:9px; color:#666;
font-family:verdana;
}
#credits a:hover{
color:#666; text-decoration:underline;
}



/*
HEADER > TOP MENU
*/
#header{
margin:0 auto; padding:0;
margin-top:10px;
width:850px; height:70px;
background:#f4f3f3;
}

#header h1{
text-indent:-9999px ;margin:0  auto; padding:0;
display:inline; 
}


#header h1 a{
display:block; height:69px; width:508px; margin:0 auto; padding:0;
background: transparent url(images/header-logo.gif);
}


#versions {
margin: 1px 5px 0 0; padding:0;
height: 24px; float:right;  display:inline;
}

#versions ul li{
display:inline;
}
#versions ul li a{
text-indent:-9999px;
float:left;  display:inline;
}
#versions h2 {
width:451px; height:24px; display:block;
background:transparent url(images/header-accroche.jpg) top right no-repeat;
text-indent:-9999px; float:left; margin:0; padding:0;
}
#version_fr {
width:33px; height:24px; display:block;
background:transparent url(images/header-fr.jpg) top left;
}
#version_gb {
width:36px; height:24px; display:block;
background:transparent url(images/header-gb.jpg) top left;
}
#version_de {
width:30px; height:24px; display:block;
background:transparent url(images/header-de.jpg) top left;
}
#version_cn {
width:37px; height:24px; display:block;
background:transparent url(images/header-cn.jpg) top left;
}

#top-menu {
margin: 10px 0 0 0 ;
height: 27px;
float:right;  display:inline;
}
#top-menu ul li{
display:inline;
}
#top-menu ul li a{
text-indent:-9999px;
float:left;  display:inline;
}
#top-menu ul li a:hover{
background-position:0 -27px;
}
#top-menu ul li a.current_page_item{
background-position:0 -54px;
}
#menu_accueil {
width:75px; height:27px; display:block;
background:transparent url(images/menu-accueil.jpg) top left;
}
#menu_quisommesnous {
width:124px; height:27px; display:block;
background:transparent url(images/header-menu-quisommesnous.jpg) top left;
}
#menu_exemples {
width:68px; height:27px; display:block;
background:transparent url(images/header-menu-exemples.jpg) top left;
}
#menu_activites {
width:68px; height:27px; display:block;
background:transparent url(images/header-menu-activites.jpg) top left;
}
#menu_realisations {
width:85px; height:27px; display:block;
background:transparent url(images/header-menu-realisations.jpg) top left;
}
#menu_actualites {
width:79px; height:27px; display:block;
background:transparent url(images/header-menu-actualites.jpg) top left;
}
#menu_contacts {
width:74px; height:27px; display:block;
background:transparent url(images/header-menu-contacts.jpg) top left;
}
#top-menu ul li.menu_separator {
width:15px; height:27px; float:left;  display:inline;
}

