.bas_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	font-size:12px;
	text-decoration: none;
}
.Menu:hover {	
	color:#FEB326;
}
.Menu_actif {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C41303;
	font-size:12px;
	text-decoration: none;
}
.Menu_actif:hover {	
	color:#FEB326;
}
.Menu_graphique {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #C41303;
	/*font-style: italic;*/
	text-decoration: none;
}
.Menu_graphique:hover {	
	color:#FEB326;
}
.Menu_graphique_actif {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	font-size:14px;
	color:#009966;
	/*display: inline;*/
	/*letter-spacing: 5px;*/
	
}

.Menu_graphique_actif:hover {	
	color:#FEB326;
}
.Lien {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #C41303;
	text-decoration: none;
}
.Lien:hover{
	text-decoration:underline;
}
.Titre {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:13px;
	color: #C41303;
}
.Titre2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	color:#C41303;
	text-decoration:underline;
	/*text-decoration:none;*/
}
.Titre3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	/*text-decoration:none;*/
}
.Contenu{
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.Accroche{
	font-family: Arial, Helvetica, sans-serif;	
	/*font-weight: bold;*/
	font-size:17px;
	text-align:justify;
	color:#000000;
	text-decoration:none;
}
.Texte {
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
}
.erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	color: #C41303;
}
.succes {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	color: #000000;
}

/* Boutons */
.buttons a, .buttons button, .buttons input{
    display:block;
	float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	margin-top:2px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:75%;
    line-height:95%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:2px 5px 2px 5px; /* Links */
}

/*.buttons a{
	float:right;
}*/

.buttons button{
    width:auto;
    overflow:visible;
    padding:2px 5px 2px 5px; /* IE6 */
}
.buttons button[type], .buttons input[type]{
    padding:2px 5px 2px 5px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:2px 5px 2px 5px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .buttons a:hover, .buttons input:hover {
    background-color:#f5f5f5;
    border:1px solid #dedede;
	border-top:1px solid #eee;
    border-left:1px solid #eee;
    color:#FEB326;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* champs de saisie */
.champs input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #C41303;
	font-size:14px;
	/*
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	*/
	/*margin:2px 3px 5px 3px;*/
	background-color:#FFFFFF;
	color:#000000;
}
.champs input:hover, textarea:hover {
	border-color:#FEB326;
}
.champs input[disabled] {
	background-color:#F0F0F0;
}
.texte_champs {
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-weight: bold;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.texte_champs_erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	color: #C41303;
}
.commentaire_champs {
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-weight: normal;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.champ_obligatoire { /* étoile rouge*/
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-weight: bold;
	font-size:12px;
	color:#C41303;
	text-decoration:none;
}
/* Bordures rouges */
.bordure_rouge_haut {
	border-top-color:#C61000;
	border-top-style:solid;
	border-top-width:1px;
}
.bordure_rouge_bas {
	border-bottom-color:#C61000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.bordure_rouge_gauche {
	border-left-color:#C61000;
	border-left-style:solid;
	border-left-width:1px;
}
.bordure_rouge_droite {
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
}
/* Bordures noires */
.bordure_noire_haut {
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
}
.bordure_noire_bas {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.bordure_noire_gauche {
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
}
.bordure_noire_droite {
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
}
/* Bordures des images */
.bordure_image img {
	border:thin solid #C41303;
}
/* Gazette */
.date_gazette {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
}
