/* CSS Document */

body{
	background:#4d4d4d url(../images/bg.gif) repeat-y;
	color:#ff16fd;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans serif;
	font-size:12px;
}

/******************************************** Propriétés des images ****************************************/

a img {
	border:2px solid #ff16fd;
	margin-bottom:2px;
}

a img:hover {
	border:2px solid #fff;
	margin-bottom:2px;
}

/******************************************** Background de page ****************************************/
#fond_top {
	text-align:center;
	background:url(../images/fond-top.gif) repeat-x;
}


/********************************************* Page principale *********************************************/
#global {
	width:1004px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	/*background:url(../images/fond_gris.jpg) repeat-y;*/
}

#header {
	background:url(../images/header.gif) no-repeat;
	width:1004px;
	height:189px;
}

#header_home {
	background:url(../images/header_home.gif) no-repeat;
	width:1004px;
	height:189px;
}

/* lien de retour à la page principale */
a#accueil {
	position:absolute;
	width:1004px;
	height:189px;
	z-index:100;
	margin:0;
	border:0;
}

/************ MENU ****************/
#menu {
	height:105px;
	width:841px;
	background:url(../images/bg_menu.png) no-repeat 539px 0;
	overflow:hidden;
}

#menu ul {
	list-style:none;
	margin:0 0 0 15px;
	padding:2px 0 0 0;
}

#menu ul li {
	text-align:center;
}

#menu ul li a {
	text-decoration:none;
	color:#ccff5f;
}

#menu ul li a.current {
	text-decoration:none;
	color:#fff;
}

#menu ul li a:hover {
	text-decoration:none;
	color:#fff;
}
/* BOOK */

#menu ul li.book_btn {
	display:block;
	width:130px;
	height:23px;
	background:url(../images/book.png) no-repeat center 0;
	float:left;
}

#menu ul li.book_btn span.bouton_book{
	display:none;
}
/* CV */
#menu ul li.cv {
	display:block;
	float:left;
	margin:0 40px 0 0;
}

#menu ul li.cv a{
	background:url(../images/cv.png) no-repeat center top;
	display:block;
	width:22px;
	height:23px;
}

#menu ul li.cv a:hover{
	background:url(../images/cv.png) no-repeat center bottom;
}

#menu ul li.cv a span{
	display:none;
}
/* CONTACT */
#menu ul li.contact {
	display:block;
	float:left;
	margin:0 40px 0 0;
}

#menu ul li.contact a{
	display:block;
	width:68px;
	height:23px;
	background:url(../images/contact.png) no-repeat center top;
}

#menu ul li.contact a:hover{
	background:url(../images/contact.png) no-repeat center bottom;
}

#menu ul li.contact a span{
	display:none;
}
/* LIVRE D'OR */
#menu ul li.livre{
	display:block;
	float:left;
}

#menu ul li.livre a{
	display:block;
	width:80px;
	height:23px;
	background:url(../images/livre.png) no-repeat center top;
}

#menu ul li.livre a:hover{
	background:url(../images/livre.png) no-repeat center bottom;
}

#menu ul li.livre a span{
	display:none;
}

#menu ul li a{
	font-weight:bold;
}

#menu ul li a span {
	
}

/* Styles du menu déroulant */
#menu .deroulant {
	position:relative;
	display:none;
	padding: 0;
	margin:16px 0 0 0;
	list-style: none;
	text-align:left;
	z-index:10;
}

#menu .deroulant a {
	color:#ff16fd;
	font-weight:normal;
}

#menu .deroulant a:hover {
	color:#fff;
	font-weight:normal;
}

#menu .deroulant a span {
	padding:4px 0;
	display:block;
}

/*#menu .deroulant2 {
	position:relative;
	display:none;
	padding: 0;
	margin:0 0 0 5px;
	list-style: none;
	text-align:left;
	z-index:10;
	background:#323f18;
	border:solid 1px #dbff8f;
}*/
/*********** AFFICHAGE PRINCIPAL *************/
#affichage {
	/*background:url(../images/bg_affichage.gif) repeat-y;*/
	margin:0;
	padding:0;
	clear:both;
	width:1004px;
	overflow:hidden;
}
/*********** cadre de gauche *************/
#gauche {
	width:163px;
	float:left;
	overflow:hidden;
	margin:0 0 20px 0;
}

#gauche .sacs {
	width:163px;
	height:86px;
	background:url(../images/sacs.png) no-repeat;

}
/* Affichage du cadre des liens à gauche */
#gauche .links {
	margin-top:25px;
}

#gauche .links .liens {
	background:url(../images/liens_bottom.png) no-repeat bottom center;
	padding:0 0 6px 0;
}

#gauche .links .liens h3{
	display:block;
	width:155px;
	height:23px;
	background:url(../images/liens_top.png) no-repeat 4px 0;	
	margin:0;
}

#gauche .links .liens h3 span{
	display:none;
}

#gauche .links .liens ul.listing_liens{
	background:url(../images/liens_bg.png) repeat-y center;
	margin:0;
	padding:5px 0;
	list-style:none;
}

#gauche .links .liens ul.listing_liens li{
	padding:3px 20px 3px 12px;
}	

#gauche .links .liens ul.listing_liens li a{
	color:#ff16fd;
	display:block;
	padding:0 0 0 15px;
	background:url(../images/puce.png) no-repeat 5px 7px;
}

#gauche .links .liens ul.listing_liens li a:hover{
	color:#fff;
	display:block;
	padding:0 0 0 15px;
	background:url(../images/puce.png) no-repeat 5px 7px;
	text-decoration:none;
}

/*********** cadre principal *************/
#principal {
	height:auto;
	width:811px;
	float:left;
	overflow:hidden;
	padding:0 30px 30px 0;
}

h1 {	
	border-bottom:dotted 1px #ff16fd;
	color:#ff16fd;
	font-size:18px;
	text-align:center;
	margin-bottom:30px;
}

h1 span {
	display:block;
	padding:3px 0;
}

h1 span:first-letter {
	text-transform:capitalize;
}
/*********************************************** Bas de page **********************************************/

#outils {
	clear:both;
	overflow:hidden;
	padding:0 50px;
}

#bas {
	border-top:solid 1px #858585;
	text-align:right;
	margin:25px 0 0 0;
}

#bas ul { 
	list-style:none; 
	padding:0;
	margin:5px 0 10px 0;
}

#bas ul li { 
	display:inline;
	margin:0 5px;
}

#bas ul li a{
	text-decoration:none;
	color:#858585;
}

#bas ul li a:hover{
	color:#fff;
}

#bas ul li.retour { 
	background:url(../images/retour.gif) no-repeat;
	padding:0 0 0 25px;
}

#bas ul li.haut { 
	background:url(../images/haut.gif) no-repeat;
	padding:0 0 0 20px;
}

#bas ul li.print {
	background:url(../images/print.gif) no-repeat;
	padding:0 0 0 22px;
 }



/*********************************************** Bas de site **********************************************/
#affichage #bottom {
	width:1002px;
	height:30px;
	padding:0 0 5px 0;
	text-align:center;
	border:dotted 1px #ff16fd;
	background:#4d4d4d;
	clear:both;
	overflow:hidden;
	margin-bottom:5px;
}

#liens {
	width:400px;
	float:left;
	overflow:hidden;
	height:28px;
}

#liens ul { 
	list-style:none; 
	padding:0;
}

#liens ul li { 
	display:inline;
	margin:0 2px;
}

#liens ul li a{
	text-decoration:none;
	color:#7e7e7e;
}

#liens ul li a:hover{
	text-decoration:none;
	color:#fff;
}

#copyright {
	float:left;
	overflow:hidden;
	padding:10px 0 0 130px;
	color:#7e7e7e;
	font-weight:bold;
}

#copyright a{
	color:#7e7e7e;
	text-decoration:none;
}

#copyright a:hover{
	color:#7e7e7e;
	text-decoration:underline;
}






