
/* CSS Document */



/* éléments HTML
-------------------------------------------------------- */

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

body{
	background: #fff;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
}

a.jaune {
	color: #333333;
	background: #ffff00;
	text-decoration: none;
	font-weight: bold;
	padding: 0 2px;
	margin: 0;
}

a.jaune:hover {
	color: #333333;
	background: #ffff00;
	text-decoration: none;
	font-weight: bold;
	padding: 0 2px;
	margin: 0;
}

img {
	border: 0 none;
}

a img {
border: 0;
}

h1 {
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 0 5px 0;
	margin : 0;
}
.gris {
	color: #999;
	font-weight: normal;
	font-size: 1em;
}
.grisfonce {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	padding: 0 2px;
	margin: 0;
	font-size: 80%;
}

.gris-petit {
	color: #a3a2a2;
	font-size: 80%;
	letter-spacing: 0.1em;
}

/* La page
-------------------------------------------------------- */

#page {
	width: 850px;
	height: 625px;
	background: #fff;
	color: inherit;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
#page-index {
	width: 850px;
	height: 625px;
	background: #fff url(images/fond-index.gif) top center no-repeat;
	color: inherit;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

/* Menu-gauche
-------------------------------------------------------- */

#menu {
	float: left;
	width: 250px;
	height: 625px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu-logo {
	width: 250px;
	height: 210px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu-rubriques {
	position: relative;
	width: 250px;
	height: 415px;
	background: transparent url(images/fond-menu.gif) top center no-repeat;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu-rubriques-main {
	position: absolute;
	top: 65px;
	left: 37px;
	width: 150px;
	height: 80px;
	line-height: 1.5em;
}
#menu-rubriques-main a{
	color: #fff;
	texte-decoration: none;
	font-size: 85%;
	font-weight: normal;
	letter-spacing: 2px;
}
#menu-rubriques-main a:hover{
	color: #ffff00;
	font-weight: normal;
	texte-decoration: none;
}

#menu-rubriques-contact {
	position: absolute;
	top: 200px;
	left: 100px;
	width: 79px;
	height: 30px;
	line-height: 1em;
	text-align: right;
}
#menu-rubriques-contact a{
	color: #fff;
	texte-decoration: none;
	font-size: 95%;
	font-weight: bold;
	letter-spacing: 0em;
}
#menu-rubriques-contact a:hover{
	color: #fff;
	font-weight: bold;
	texte-decoration: none;
}

#menu-rubriques-cv {
	position: absolute;
	top: 311px;
	left: 118px;
	width: 30px;
	height: 30px;
	line-height: 1em;
	text-align: right;
}
#menu-rubriques-cv a{
	color: #fff;
	texte-decoration: none;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0em;
}
#menu-rubriques-cv a:hover{
	color: #fff;
	font-weight: bold;
	texte-decoration: none;
}


/* Contenu
-------------------------------------------------------- */

#contenu {
	float: right;
	width: 600px;
	height: 625px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#contenu-centre {
	position: relative;
	width: 550px;
	height: 520px;
	margin: 100px 0 0 50px;
	padding: 0;
	text-align: left;
}

#contenu-centre-rubriques-index {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 520px;
	height: 510px;
}
#contenu-centre-rubriques-index p {
	padding: 0;
	margin: 0 0 15px 0;
}
#contenu-centre-rubriques-index a {
	color: #c6c6c6;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}
#contenu-centre-rubriques-index a:hover {
	color: #c6c6c6;
	font-weight: bold;
	text-decoration: none;
}

a.logo {
     position: relative;
     text-align: center;
	 margin: 0 4px 0 0;
	 padding: 0;
   }
   
a.logo:hover {
      background: none;
      z-index: 50;
   }
   
a.logo span {
     display: none;
   }
   
a.logo:hover span {
      display: block;
      position: absolute;
      top: 60px;
      left: 0px;      
      background: white;
      padding: 5px;
      border: 1px solid #cccccc;
   }
	
	
/* Footer
-------------------------------------------------------- */


#footer{
	clear: both;
	width: 850px;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #a3a2a2;
	font-size: 80%;
	letter-spacing: 0.1em;
}


