/* COMMUN */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B858A;
}

body {
	margin: 0px;
	padding: 0px;
	/*overflow-x: hidden;*/
	background-color: #ffffff;
}

a:visited 
{
	text-decoration : none;
}

a:link 
{
	text-decoration : none;
}

a:hover 
{
	color: #000000;
	text-decoration: underline;
}

img {
	border: 0px;
	display: block;
}

.gras {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.vide {
	clear: both;
}

.centre {
	text-align: center;
}

h1 {
	font-size: 140%;
	color: #666666;
	margin-bottom: 30px;

}

ul {
	margin: 0px 50px 0px 40px;
	padding-left: 60px;
}

/* Fond */
#fond_arc_gauche {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 351px;
	height: 337px;
	background-image: url("images/fond_arc_gauche.jpg");
	background-repeat: no-repeat;

}

#fond_arc_droit {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 355px;
	height: 331px;
	background-image: url("images/fond_arc_droit.jpg");
	background-repeat: no-repeat;
}
/* Fin Fond */

/* Page d'accueil */
#entree {
	position: absolute;
	top: 32%;
	left: 30%;
	display: block;
	background-image: url("images/logo_accueil.gif");
	width: 400px;
	height: 252px;
	text-align: center;
}

#entree:hover {
	background-image: url("images/logo_accueil_on.gif");
	text-decoration: none;
}
/* Fin page d'accueil */

/* Positionnement général */

#conteneur {
	position: absolute;
	top: 108px;
	left: 100px;
	margin: 0px;
	padding-bottom: 20px;
}

#conteneur .conteneur_bordures {
	border-left: 2px solid #1B858A;
	border-right: 2px solid #1B858A;
	margin: 0;
	padding: 0.5em 1em;
	background-color: #FFF;
	border-top-width: 0px;
	width: 623px;
	min-height: 400px;
}

#conteneur .titre_vert {
	float: left;
}

#conteneur div.texte {
	margin: 0;
	padding: 0.5em 1em 0.5em 0em;
	/*height: 400px;*/
	width: 520px;
}
/*
p {
	margin: 0px;
	padding: 0px;
}*/

#agence_comm{
	position: absolute;
	top: 2%;
	right: 2%;
	width: 306px;
	height: 24px;
}

#logo_interieur {
	position: absolute;
	top: 5px;
	left: 350px;
}

#conteneur_menu {
	position: absolute;
	top: 108px;
	left: 770px;
	margin: 0px;
	width: 163px;
}

#conteneur_menu p {
	border-left: 2px solid #1B858A;
	border-right: 2px solid #1B858A;
	margin: 0;
	padding: 0.5em 1em;
	background-color: #FFF;
	border-top-width: 0px;
}

#conteneur_menu p a {
	display: block;
	/*color: #666;*/
}


/* Fin positionnement général */



/* Contenu */
#fleche_droite {
	display: inline;
	margin-bottom: -5px;
	margin-left: 5px;
}

#fleche_droite:hover {
	text-decoration: none;
}

#references {
	text-align: center;
	font-weight: bold;
	width: 88%;
}

#references td {
	text-align: center;
}

#references td .img_tab {
	display: inline;
}

#references .titre_reference {
	padding-top: 8px; 
	/*font-size: 9px;
	font-weight: normal;
	color: #666;*/
}

#references .info_reference {
	padding: 0px; 
	font-size: 9px;
	font-weight: normal;
	color: #666;
}


p.references_details:first-line {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
	border: 1px solid;
}

.img_reference_details {
	float: right;
	margin-right: 20px;
	margin-left: 10px;
}

p.num_pages {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #666;
}

#logo_contact {
	display: inline;
	margin-top: 20px;
}

/* Fin contenu */







