body
{
/* orange : #CFCFCF
	bleu : #1561A6
*/
	margin: 0px;
   	background-color: #D9DBDA;
   	font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size : 12px;
}
body {
width: 1024px;
}
html>body {
width: auto;
min-width: 1024px;
}

img{
	border:none;
}

#header
{
   height: 250px;
   background-image: url("../img/fond-droit.png");
   background-repeat: repeat-x;
	background-color: #FFFFFF;
/*   margin-bottom: 5px;*/
   border: none;
}

#footer
{
	clear: both;
   height: 20px;
   padding: 1px;
   text-align: center;
   font-size:12px;
   color:#1481de;
   font-weight: bold;
   background-color: #CFCFCF;
   border: none;
}

#footer2
{
   padding: 1px;
   text-align: center;
   font-size:10px;
   color:#000000;
   border: none;
}


#footer2.a
{
	color: #000000;
	font-style: normal;
}

#menu_h
{
	margin-left: -190px;
	margin-top: 20px;
	float: left;
	width:170px;
/*	height:110px;*/
	margin-bottom:5px;
/*	padding-left: 10px;*/
/*	padding-right: 10px;*/
	background-color:#CFCFCF;
	border: none;
}

/* Le corps de la page */
/* Hack css pour avoir du blanc sur une hauteur mini */
#fond_contenu {
height: 397px;
width: 800px;
}
html>body #fond_contenu {
height: auto;
min-height: 397px;
width: auto;
min-width: 800px;
}

#fond_contenu
{
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	border: none;
}

#fond /* image de fond à gauche */
{
	background-color: #FFFFFF;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top: -1px;
}

.content
{
	background-image: url("../img/fond-gauche.png");
	background-repeat: repeat-y;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 215px;
	color: #000000;
	background-color: #FFFFFF;
	border: none;
}

.content p
{
	text-indent: 20px;
}

#content h1
{
	margin: 0px;
	padding: 0px;
   color: #000000;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-variant:small-caps;
}

#content h2
{
   height: 25px;
   background-image: url("../img/titre.png"); /* A DESSINER */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   padding-left: 20px;
   color: #000000;
   text-align: left;
   font-size:18px;
}

#content h3
{
   height: 16px;
   padding-left: 25px;
   color: #000000;
   text-align: left;
   font-size:16px;
}


#content h4{
	color: #FFA500;
}

.rec_detail{
	color: #FFFFFF;
	text-decoration:none;
	padding:0px;
	margin:0px;
	font-size:12px;
	padding-left:10px;
}

/* Les competences */
#titreCompetences
{
   height: 25px;
   margin-left: 20px;
   color: #000000;
   text-align: left;
   font-size: 20px;
}

img.competences
{
	border: 1px solid blue;
	height: 150px;
}

/* Les descriptions des societes */
img.societe
{
	display: block;
	border: none;
	width: 200px;
	padding: 0;
	margin: 0;
}

img.imageSociete
{
/*	clear: both;*/
/*	float: right;*/
	width: 200px;
}

img.carteGenerale
{
 	behavior: url(./util/png.htc);
	display: block;
	border: none;
/*	width: 797px;*/
	padding: -10px;
	margin: 0;
}
/* Les elements de contacts */
span.contact
{
	font-weight: bold;
	color: orange;
	padding-left: 10px;
}
div.contact
{
	text-align: left;
	padding: 10px;
}
table.contact
{
	margin-left: auto;
	margin-right: auto;
}

/* Ce qui defile */
img.defile
{
	behavior: url(./util/png.htc);
	vertical-align:middle;
	border: none;
}
div.defile 
{
	height: 35px;
	width: 2500px;
}
span.defile
{	
	font-weight: bold;
	font-style: italic;
	color: orange;
	padding: 10px;
	margin: 20px;
}

/* Les cartes/plans */
table.carte
{
	background-color: #ddd;
	text-align: center;
	padding: 10px;
	margin: 10px;
/*	margin-left: auto;
	margin-right: auto;
*/}

.carte td { font-weight: bold; }

.carte td img
{
	width: 300px;
}


div.carte{
/*	clear: both;*/
/*	float: right;*/
	font-size: 0.8em;
	text-align: center;
/*	margin-left: 200px;*/
/*	margin-right: auto;
	margin-left: auto;
*/}

.erreur
{
	font-weight:bold;
	text-align:center;
	height:20px;
	padding-top:10px;
}

.news
{
	border:1px solid white;
}
