/* 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;
}

.commandes{
	background:url(../images/charte/vos_commandes.jpg) no-repeat;
	width:140px;
	height:23px;
	cursor:pointer;
	margin-right:3px;
}

.commandesOver{
	background:url(../images/charte/vos_commandes_over.jpg) no-repeat;
	width:140px;
	height:23px;
	cursor:pointer;
	margin-right:3px;
}

.informations{
	background:url(../images/charte/editer_informations.jpg) no-repeat;
	width:190px;
	height:23px;
	cursor:pointer;
	margin-right:3px;
}

.informationsOver{
	background:url(../images/charte/editer_informations_over.jpg) no-repeat;
	width:190px;
	height:23px;
	cursor:pointer;
	margin-right:3px;
}

.deconnection{
	background:url(../images/charte/deconnection.jpg) no-repeat;
	width:114px;
	height:23px;
	cursor:pointer;
}

.deconnectionOver{
	background:url(../images/charte/deconnection_over.jpg) no-repeat;
	width:114px;
	height:23px;
	cursor:pointer;
}