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

body{
	background: #231304;
	color: #000;
	font-size: 80%;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

/* Personnalisation des liens */
a {
	text-decoration: none;
	color: #231304; 
}
a:hover {
	text-decoration: none;
	color: #00beca;
}
/* Fin de personnalisation des liens */


/* Menu principal */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: #01bbc7 url(ressources/menu.jpg) no-repeat;	
	font: bold 15px/40px Arial;
	height: 40px;
	width: 800px;	
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0 0 0 20px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #dfdfdf;	
	text-decoration: none;
	background: url(ressources/sep.jpg) no-repeat 100% 100%;
}
#menu ul li a:hover {
	color: #231304;	
}
#menu ul li#current a {	
	color: #fff;
}
/* Fin du menu principal */

/* Mise en page */

h1 {
	font-family:arial;
	font-size: 18px;	
	color: #231304;
}

h2 {
	font-family:arial;
	font-size: 14px;	
	color: #00beca;
	margin-left:15px;
	text-decoration:underline;
}

ul {
list-style-image: url("ressources/puce.gif");
} 


#cadre {
	width:800px;
	height:auto;	
	background-color:#231304;
	margin: 0 auto; padding: 0;
}

#header {
	width:800px;
	height:100px;
	margin-top:10px;
	background: #231304 url(ressources/core-ingenierie.gif) no-repeat;	
	/*text-align:center;*/
}

#texte {
	width:630px;
	height: auto;	
	background-color:#fff;
	font-family:Arial;
	font-size:12px;
	color:#231304;
	padding-top:40px;
	padding-left:40px;
	padding-right:130px;
	text-align:justify;
}

#bas { 
 	width:800px;
	height:20px;
	background-image:url(ressources/bas.gif);
}

#special { 
text-align:right;
background-color:#fff;
padding:10px;
}

/* page contact*/

/*  Lien contact  */

#lien_contact { 
margin-left:40px;
font-weight:bold;
text-align:left;
width :150px;
background-color:#fff;
padding:10px;
border-width: 2px;
border-style: dashed;
border-color: #00beca;

}

#test:link{color:#00beca;}
#test:visited{color:#00beca;}
#test:hover{color:#231304; text-decoration: none;}

#gauche_contact {
	float:left;
	width:360px;
	height: 475px;	
	background-color:#fff;
}

#droite_contact {
	float:right;
	width:420px;	
	height: 465px;
	background-color:#fff;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	color:#231304;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

