body{
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 60px;
	margin-bottom: 60px;
}

.etoile,
.erreur{
	color: #e2001a;
	font-weight: bold;
}

div#global{
	margin: 0px;
	padding: 0px;
	width: 990px;
	height: 572px;
	position: absolute;
	left: 50%; 
	top: 60px;
	margin-left: -495px;
}

div#global div#gauche{
	width: 540px;
	position: absolute;
	left: 0px;
	top: 0px;
}

div#global div#droite{
	width: 450px;
	position: absolute;
	left: 540px;
	top: 0px;
	/* largeur du cadre 445 pixels + 5 pixels pour les depassement du titre de la page */
}

div#global div#gauche div#visuel{
	width: 540px;
	height: 445px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 37px;
}

/***************************/
/*                         */
/*        CONTENUS         */
/*                         */
/***************************/

div#global div#droite div#contenu{
	width: 445px;
	height: 445px;
	background-image: url(images/fond-contenu.gif);
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 31px;
	/* largeur du cadre 445 pixels + 5 pixels pour les depassement du titre de la page */
}

div#global div#droite div#contenu div#texte{
	width: 400px;
	height: 342px;
	position: absolute;
	left: 0px;
	top: 58px;
	background-repeat: no-repeat;
	overflow: auto;
	padding: 20px;
}

div#global div#droite div#contenu a#texte_accueil:link,
div#global div#droite div#contenu a#texte_accueil:visited,
div#global div#droite div#contenu a#texte_accueil:hover{
	display: block;
	width: 443px;
	height: 385px;
	position: absolute;
	left: 0px;
	top: 58px;
	background-image: url(images/texte-accueil.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

div#global div#droite div#contenu a#texte_accueil span{
	visibility: hidden;
}

div#global div#droite div#contenu div#texte a:link,
div#global div#droite div#contenu div#texte a:visited,
div#global div#droite div#contenu div#texte a:hover{
	color: #e2001a;
	text-decoration: underline;
	font-weight: normal;
}

div#global div#droite div#contenu div#texte a:hover{
	color: #9d0d15;
}

div#global div#droite div#contenu div#texte ul{
	padding-left: 0px;
}

div#global div#droite div#contenu div#texte ul li{
	list-style-position: inside;
	list-style-image:url(images/puce1.gif);
	margin-bottom: 10px;
}

/***************************/
/*                         */
/*         TITRES          */
/*                         */
/***************************/

h1{
	width: 540px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(images/titre.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: 110px 0px;
	
}

h1 span{
	visibility: hidden;
}

h2{
	margin: 0px;
	padding: 0px;
	width: 445px;
	height: 44px;
	position: absolute;
	left: 0px;
	top: 0px;
}

h2 img{
	position: absolute;
	right: 0px;
	top: 10px;
}

h3{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 18px;
	color: #e2001a;
	border-bottom: 1px solid #e2001a;
	padding-bottom: 3px;
}

/***************************/
/*                         */
/*       REFERENCES        */
/*                         */
/***************************/

p.avantapres{
	margin: 0px;
	padding: 0px;
	width: 335px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 11px;
	margin-bottom: 10px;
}

div.avantapres{
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	width: 335px;
	height: 93px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

div.avantapres img.avant,
div.avantapres img.apres{
	border: 0;
	margin-top: 2px;
	margin-left: 2px;
}

div.avantapres a.avant:link,
div.avantapres a.avant:visited,
div.avantapres a.avant:hover,
div.avantapres a.apres:link,
div.avantapres a.apres:visited,
div.avantapres a.apres:hover{
	width: 167px;
	display: block;
	float: left;
	height: 93px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	background-image: url(images/fond-avant-out.gif);
	text-decoration: none;
	border: 0;
	margin-right: 1px;
}

div.avantapres a.apres:link,
div.avantapres a.apres:visited,
div.avantapres a.apres:hover{
	border: 0;
	background-image: url(images/fond-apres-out.gif);
	margin-right: 0px;
}

div.avantapres a.avant:hover{
	background-image: url(images/fond-avant-over.gif);
}

div.avantapres a.apres:hover{
	background-image: url(images/fond-apres-over.gif);
}


/***************************/
/*                         */
/*       FORMULAIRE        */
/*                         */
/***************************/

table.formulaire{
	font-size: 11px;
}

table.formulaire .input1,
table.formulaire .input2,
table.formulaire textarea{
	border: 1px solid #b6c8dd;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 100px;
	padding: 1px;
	height: 14px;
	color: #000;
	margin-bottom: 2px;
}

table.formulaire .input2{
	width: 70px;
}

table.formulaire textarea{
	width: 380px;
	height: 80px;
}

/***************************/
/*                         */
/*          FOOT           */
/*                         */
/***************************/

div#gauche div.foot{
	width: 540px;
	height: 45px;
	text-align: right;
	position: absolute;
	right: 0px;
	top: 482px;
}

div#gauche div.foot p{
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	color: #a5a5a5;
	font-size: 11px;
}

div#gauche div.foot div{
	color: #fff;
}

div#gauche div.foot div a:link,
div#gauche div.foot div a:visited,
div#gauche div.foot div a:hover{
	color: #fff;
	text-decoration: none;
}

div#droite div.foot{
	width: 356px;
	height: 90px;
	background-image: url(images/fond-foot.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 9px;
	top: 476px;
}

div#droite div.foot a:link,
div#droite div.foot a:visited,
div#droite div.foot a:hover{
	width: 96px;
	height: 8px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 38px;
	top: 0px;
	background-image: url(images/infoweb.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	font-size: 1px;
	line-height: 1px;
}

div#droite div.foot a span{
	visibility: hidden;
}
