/* CSS Document */

/* NORMALISATION
-------------------------------------------------------- */

/* Normalise les marges et le remplissage */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, blockquote, th, td, form, img {
	margin: 0;
	padding: 0;
}

/* Normalise les tailles de polices pour les en-têtes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* Supprime list-style pour les listes */
ul, ol {
	list-style: none;
}

/* Normalise les styles et graisses de fontes : font-style et font-weight sont "normal" */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Supprime les bordures dans les tableaux */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Supprime les bordures dans les éléments fieldset et img */
fieldset, img {
	border: 0;
}

/* Aligne le texte à gauche dans caption et th */
caption, th {
	text-align: left;
}

/* Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés */
label:hover {
	cursor: pointer;	
}

/* masque les pointillés disgracieux résultant des text-indent */
a {
	text-decoration: none;
}

a, button {
	outline: none;
}

/* ---------------------------------------------------- */

/* PAGE
-------------------------------------------------------- */

html {
	background: #ffffff;
}

body {
	position: relative; /* important! */
	margin: auto auto;
	font: 1.1em "Verdana", "Arial", "Helvetica", Verdana, sans-serif;
	text-align:justify;
	color: #000000;
    width: 980px;
	background: url(../images/bulles.gif) no-repeat 0 0  ;
	background-color:#FFFFFF
} 

/* ---------------------------------------------------- */

/* HEADER
-------------------------------------------------------- */

#header {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 170px;
	overflow: hidden; /* important */	
	background:transparent url(../images/fd_header3.gif) no-repeat 0 0 ;	
	
}

#header h1 a {
	position: absolute;
	left: 96px;
	top: 50px;
	text-indent: -9999px;
	display: block;
	width:	195px;
	background:transparent url(../images/logo_pcw.gif) no-repeat 0 0;
	height: 130px;
}
#menu li a {
	position: absolute;
	top: 141px;
	display: block;
	float: left;
	text-indent: -9999px;
	background-image: url(../images/menu/presentation.jpg);
}

li a#presentation {
	left: 588px;
	width: 96px;
	height: 20px;
	background: url(../images/menu/presentation.jpg) no-repeat 0 0;	
}

li a#produits {
	left: 697px;
	width: 87px;
	height: 20px;
	background: url(../images/menu/produits.jpg) no-repeat 0 0;	
}

li a#contact {
	left: 790px;
	width: 84px;
	height: 20px;
	background: url(../images/menu/contact.jpg) no-repeat 0 0;
}

li a#langue {
	position: absolute;
	left: 909px;
	top: 6px;
	width: 60px;
	height: 19px;
	background: url(../images/menu/english.gif) no-repeat 0 0;
}

a#presentation:hover,  a#presentation.rub, a#produits:hover, a#produits.rub, a#contact:hover, a#contact.rub, a#langue:hover, a#langue.rub {
	background-position: 0 -20px;	
}
/* ---------------------------------------------------- */

/* HEADER
-------------------------------------------------------- */

#header2 {
	position: relative;
	margin: 0 auto;
	width: 980px;
	overflow: hidden; /* important */	
	background:transparent url(../images/fd_header.gif) no-repeat 0 0 ;	
	
}

#header2 h1 a {
	position: absolute;
	left: 96px;
	top: 50px;
	text-indent: -9999px;
	display: block;
	width:	195px;
	background:transparent url(../images/logo_pcw.gif) no-repeat 0 0;
	height: 130px;
}
#menu li a {
	position: absolute;
	top: 141px;
	display: block;
	float: left;
	text-indent: -9999px;
	background-image: url(../images/menu/produits.jpg);
}

li a#presentation {
	left: 588px;
	width: 96px;
	height: 20px;
	background: url(../images/menu/presentation.jpg) no-repeat 0 0;	
}

li a#produits {
	left: 697px;
	width: 87px;
	height: 20px;
	background: url(../images/menu/produits.jpg) no-repeat 0 0;	
}

li a#contact {
	left: 790px;
	width: 84px;
	height: 20px;
	background: url(../images/menu/contact.jpg) no-repeat 0 0;
}

li a#langue {
	position: absolute;
	left: 909px;
	top: 6px;
	width: 60px;
	height: 19px;
	background: url(../images/menu/english.gif) no-repeat 0 0;
}

a#presentation:hover,  a#presentation.rub, a#produits:hover, a#produits.rub, a#contact:hover, a#contact.rub, a#langue:hover, a#langue.rub {
	background-position: 0 -20px;	
}

/* ---------------------------------------------------- */

/* CONTENT
-------------------------------------------------------- */

#content {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background:transparent url(../images/fond2.gif) repeat-y ;	
	overflow: hidden; /* important */	
}


#content p, #content ul {
	font-size: 0.60em;
}

#content table {
	font-size: 0.60em;
	margin-bottom: 20px;	
}

#content th {
	font-weight: bold;
	border-bottom: 1px solid #dedede;
}

#content th, #content td {
	line-height: 20px;
}

#citation {
	position: relative;
	margin: 0 auto;
	margin-bottom: 25px;
	width: 900px;	
}

#citation img {
	padding: 4px;
	border: 1px solid #ccc;
}

img.border {
	border: 4px solid #F1ECEB;	
}

h3.real {
	margin: 25px;
}

ul.real li { /* partenaires */
	margin-bottom: 18px;
}

ul.bottom { 
	margin-bottom: 20px;	
} 

p.visit {
	padding-left: 24px;
	background: transparent url(../img/visit.gif) no-repeat 0 center;	
}

span.price { /* prix */
	font-weight: bold;
	font-style: italic;
}

span.bold { 
	font-weight: bold;	
}

li.img {
	float: left;
	width: 250px;
	-width: 247px; /* pour IE6 */
}

#haut_content {
	position: relative;
	width: 950px;
	float: left;
	padding: 0 5px 0 20px;

	-padding: 0; /* pour IE6 */
	height: 400px;
	top: 10px;
}

#haut_content_produits {
	position: relative;
	width: 950px;
	float: left;
	padding: 0 5px 0 5px;
	-padding: 0; /* pour IE6 */
	top: 5px;
}
#transpo {
	position: relative;
	width: 950px;
	float: left;
	padding: 0 5px 0 20px;
	-padding: 0; /* pour IE6 */
	top: 5px;
	background-color: transparent;
	background-moz-opacity:0.5;
background-opacity: 0.5;
background-filter:alpha(opacity=50);
}

#bas_content {
	position: relative;
	width: 960px;
	float: left;
	padding: 0 5px 0 20px;
	-padding: 0; /* pour IE6 */
	height: 170px;
	left: 0px;
	top: 5px;
}

#haut_content p {
	text-align: justify;
	margin-bottom: 10px;
}


#bas_content p {
	margin-bottom: 10px;
}

#bas_content ul a:hover img {
	border: 4px solid #DFD6D2;	
}

h1 {
	text-align: justify;
	line-height: 20px;
	color: #000000;
	padding: 0 20px 20px 20px;
	font: 1.0em "Verdana", "Arial", "Helvetica", Verdana, sans-serif;
}

h2 {
	color: #000000;
	padding: 16px;
	margin: 20px;
	font: 0.8em "Verdana", "Arial", "Helvetica", Verdana, sans-serif;
}

h3 {
	color: #000000;
	font-weight: bold;
	margin: 15px;
	font: 0.85em "Verdana", "Arial", "Helvetica", Verdana, sans-serif;
}

h4 {
	font: 0.6em "Verdana", "Arial", "Helvetica", Verdana, sans-serif;
	padding: 10px;	
}
a.heading {
	color: #ffffff;
	text-decoration: none;
}

a.heading:hover {
	color: #999999;
	text-decoration: none;
}

button {
	height: 23px;
	vertical-align: middle;
	color: #fff;
	background-color: #8d907b;
	border: 0;
	font: 0.9em "Verdana", "Arial", "Helvetica", Verdana, sans-serif;
}

input[type=text], select, textarea {
	vertical-align: middle;
	color: #8d8d8d;
	background-color: #eee;
	border: 0;
	border-top: 1px solid #8d8d8d;
	border-left: 1px solid #8d8d8d;
	font: 0.85em "Verdana", "Arial", "Helvetica", Verdana, sans-serif;
}

input[type=text], select {
	height: 22px;
}

textarea {
	width: 100%;
	-width: 98%; /* pour IE6 */
}

input#addr {
	width: 190px;
}

p#hdp {
	padding-top: 20px;
	margin-bottom: 0;
}

p#hdp a {
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 19px;
	margin-left: 455px;
	background: transparent url(../img/hdp.gif) no-repeat 0 0;
}

p#hdp a:hover {
	background-position: 0 -19px;		
}

a {
	color: #8bae0a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

fieldset {
	width: 454px;
	-width: 453px; /* pour IE6 */
	padding: 10px; 
	border: 1px solid #dedede;
	display: block;
	margin-bottom: 20px; 
}

#left_column fieldset p {
	margin-bottom: 10px;
}

legend {
	font-size: 0.95em;
	color: #FCAA0F;
	padding: 0 10px 10px 10px;
	font-weight: bold;
}

acronym {
	border-bottom: 0px;
	color: #8bae0a;
	font-weight: bold;
}

label.label, span.label { /* mise en forme des labels */
	float: left;
	width: 30%;
	text-align: left;
}

p.erreur {
	padding: 3px 6px 3px 6px;
	color: #fff;
	background-color: #8bae0a;	
}

img.middle {
	vertical-align: middle;
	horizontal-align: middle;
	cursor: pointer; /* main */
}


/* ---------------------------------------------------- */

/* FOOTER
-------------------------------------------------------- */

#footer {
	position: relative;
	clear: both; /* pour que le footer passe dans le flux */
	margin: 0 auto;
	height: 50px;
	width: 980px;
	overflow: hidden; /* important */
	background:url(../images/fd_footer2.gif) no-repeat 0 0 ;	
}

#footer a {
	color: #8BAE0A;
	text-decoration: none;
}

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

div#partners, div#info, div#tel {
	width: 33%;
	background: transparent url(../img/partners-background.png);
}

div#partners, div#info {
	float: left;
}

div#tel {
	float: right;
}

p#copyright {
	position: relative;
	width: 865px;
	clear: both;
	text-align: center;
	font: 0.7em "Verdana", "Arial", "Helvetica", Verdana, sans-serif;
	color: #B93686;

}

/* ---------------------------------------------------- */


a.info_icon {
	position: relative;
	z-index: 998;
	color: #000;
	text-decoration: none;
}

a.info_icon:hover {
	z-index: 999;
}

a.info_icon span {
	display: none;
}

a.info_icon:hover span {
	display: block;
	position: absolute;
	top: -28px; 
	left: 0; 
	font: 0.85em "Verdana", "Arial", "Helvetica", Verdana, sans-serif;
	border: 1px solid #fff;	
	background-color: #8bae0a;
	color: #fff;
	margin: 11px;
	padding: 3px 5px 3px 5px;
	text-align: center;
}


.valide{
	color:#009933;
	font-weight:bold;
}

.invalide{
	color:#990000;
	font-weight:bold;
}
