/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

/* STYLE CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}

/* STYLE DE LA PAGE CONTACT */

#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:100%;
	border:1px solid #000;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}
.cyc {
	display: none;
}

/* STYLE DE PAGES POPUP */

#popup {
	width:auto;
	height:100%;
	background-color:#F4F3F4;
	font: normal 1.2em sans-serif;
	text-align:justify;
	list-style-image:url(images/charte/charte-dot.gif);
}

#popup1 {
	width:auto;
	height:100%;
	background-color:#FFFFFF;
	font: normal 1.2em sans-serif;
}
#content {
	background-color:#F4F3F4;
	text-align:justify;
	float:left;
	display: inline;
	}

.txt1{
	padding:10px;
}

.txtPopup{
	background-color:#F4F3F4;
	font: normal 1.2em sans-serif;
	text-align:justify;
}
#fermer a,#fermer a:link,#fermer a:visited,#fermer a:active{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;

}

#fermer a:hover{
	color:#FFFF00;
}

#fermer {
	width:100%;
	text-align:center;
	font: normal 1.2em sans-serif;
	color:#FFFFFF;
	font-weight: bold;
}
