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

.inputForm{
	border:1px solid #373737;
	background-color:#dcdcdc;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.inputFormOver{
	border:1px solid #373737;
	background-color:#ebebeb;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.button{
	width:128px;
	height:25px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	background:url(../images/charte/bouton.jpg) no-repeat;
	font-size: 12px;
	cursor:pointer;
	border-width:0px
}

.buttonOver{
	width:128px;
	height:25px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/charte/bouton_over.jpg) no-repeat;
	font-size: 12px;
	cursor:pointer;
	border-width:0px
}

.mail_table{
	border:1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.table_head{
	background-color:#7c2f67;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	font-size:14px;
}

.odd_row{
	background-color:#dbf0ef;
}

.even_row{
	background-color:#6ac2bd;
}
