<!--
@font-face {
        font-family: "trajan Pro";
        src: url("http://www.laurentauxietre.com/fonts/TrajanPro-Regular.otf")
      }
	  
body{
	font-family: "trajan Pro", "times New Roman", serif;
	color: #E9E9E9;
	background: #000000;
	font-size:11px;
	margin:0;
	padding:0;
}



#wrap {
	position:relative;
	margin:0 auto;
/* 	width:990px; */
	width:100%;
	height:600px;
	/*background-color:#FFF;
	background: black url("../img_site/bkg_bfkit.png");
    background-repeat: no-repeat;
    background-position: top center; */
}

/* layout du site */
a, a:link {color: #E9E9E9; background: transparent; text-decoration: none;}
a:visited {color: #E9E9E9; background: transparent; text-decoration: none;}
a:hover {color:#7987A6; text-decoration:none}

img { border:0;}
.clearer { clear:both;}

#zone_bandeau_haut {
	position:relative;
	top:0px;
	left:0px;
	font-size:11px;
	font-weight:normal;
	color:#fff;	
	background-color:#0d0d0d;
	height:80px;
	width:100%;
	padding-top:5px;
}

#shadow_photo_accueil {
	width:300px;
	height:80px;
	float:left; 	
}
#zone_menu_haut {
 	position:relative;
	top:0px;
	left:0px;
	color:#fff;	
	height:32px;
	width:100%; 
	border-style:solid;
	border-top-width:2px;
	border-bottom-width:2px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:#fff;  	
	text-align:right;
}  
.menu_style {
	line-height:15px;	
}
.menu_style_on {
	line-height:16px;	
	color:#7987A6;
}

#zone_centrale {
	position:relative;
	left:302px;

	top:2px;
	width:675px;
	height:400px;
	background-color:transparent; 
	text-align : left;
}


#zone_menu_haut ul {
	padding:0;
	margin:0;
	list-style-type:square;
}
#zone_menu_haut li {
	margin-right:20px;
	margin-left:22px;
	float:right;
	margin-top:3px;
}
#zone_menu_haut ul li a {
	display:block;
/*	float:right;    */
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:0px;
}
#zone_menu_haut ul li a:hover {
	text-decoration:underline;
}

p.copy { font-size:10px; color:#E9E9E9; margin: 0 0 10px 26px;  }

/* pour les formulaires */

.field {
	color:#fff;
	background-color:#083355;
	border-style:solid;
	border-width:0px;
	border-color:#09A;
	width:130px;
	height:16px;
	margin-bottom:5px;
	font-size:11px;
}
.login_field {
	color:#fff;
	background-color:#083355;
	border-style:solid;
	border-width:0px;
	border-color:#09A;
	width:130px;
	height:15px;
	margin-bottom:5px;
	font-size:10px;
}

/* pour les tool tips  */
.Tips2 {
	/* cursor: help; */
}

.tool-tip {
	color: #fff;
	width: 300px; 
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #eee;
	padding: 8px 8px 4px;
	background-color:#555;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background-color: #666;
}



-->
