body {
	background-color: #fff;
	background-image: url(images/fond_site.gif);
	background-repeat: repeat-x;
	background-position: center top;
	/*scrollbar-face-color: #f2e0ae;
    scrollbar-shadow-color: #6d6558;
    scrollbar-highlight-color: #6d6558;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #6d6558;
    scrollbar-3dlight-color: #6d6558;
    scrollbar-darkshadow-color: #6d6558;*/
    margin:0px;
    padding:0px;
}

	
td {
	background-color: transparent;
	color : #000;
	font:14px Verdana, Geneva, Arial, Helvetica, sans-serif;

}


.breves {
	background-color: #fff;
	border-left: 1px solid #494949;
	
}

.breves font{
color:#000;
}


.footer {
  width: 100%;
  margin: 3px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: White;
}

.contactcoord{
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;

}
.contactcoord a {
text-decoration: none;
color: #c80000;
}

.contactcoord a:hover{
color: #8d008c;
}

.centre
        {
            width:250px;
            height: 150px;
            overflow:auto;
        scrollbar-arrow-color:#8d008c;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#00388d;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-darkshadow-color:#00388d;
	scrollbar-track-color:#CCCCCC;
            
        }
        
.msk{
display: none;
}


/************************************CSS FORMULAIRE********************************************/


.formintro font{
/* message d'introduction */
font: 12px Arial, Helvetica, sans-serif;
color: #000;
}
.formerreur font{
/* message d'erreur */
font: 14px Arial, Helvetica, sans-serif;
color: #000;

}
.formetoile font {
/* message sur les chanmps obligatoires */
font: 12px Arial, Helvetica, sans-serif;
color: red;
}

.formtable {
/* tableau de formulaire : généralités */
	background-color: #fff;
	padding: 10px;
	/*border: 2px solid red;*/
	font-family:Arial, Helvetica, sans-serif;
	border: none;
}

.formcomment font{
	font: 14px Arial, Helvetica, sans-serif;
    color: red;
}

/*.formcomment a:hover{
color: #96bc0f;
}*/

.libconditions {
	/*margin-left: 180px;*/
	color: #bb1220;
	font: 12px Arial, Helvetica, sans-serif;
}

.formlabel {
/* pour les labels 
   pour agir sur la police des labels il faut ajouter un style : .formlabel font {} */
	background-color: #fff;
	/*color: green;*/
	border: none;
	width: 150px;
}
.formlabel font {
	font-size: 12px;
	color: #8d008c;
}

.formdata {
	background-color: #fff;
	color: #6600CC;
	width: 450px;
	border: none;
	line-height: 20px;
}

.formdata font {
	color: #00388d;
	font-size: 12px;
}


fieldset {
	-moz-border-radius : 10px;
	margin-top: 10px;
	/*border: 1px solid #f1b320;*/
	
}

.stylelegend{
font: 14px Arial, Helvetica, sans-serif;
color: #b82900;
margin: 10px;
}

.perso {
	background-image:url(images/rugby.jpg);
	background-repeat: no-repeat;
	background-position : right;
}

.persos {
	background-image:url(images/foot.jpg);
	background-repeat: no-repeat;
	background-position : right;
}

.formchamptexte {
	/*border: inset #cf9;*/
}

.formcheckbox {
	/*border: inset #cf9;*/
}

td input.text:focus {
	background-color: green;
	color : red;
}

.formvalidation {
/* ligne du bas */
	texte-align: center;
	border: none;
	background-color: #fff;
}
.formsubmit {
/* format du bouton de validation */
color: #fff;
background-color: #b82900;
/*background-image : url(images/suivant.gif);*/
border: none;
width: 100px;
height: 30px;
margin-left:162px;
}

.formreset {
/* format du bouton de validation */
}
.formresume {
/* tableau de formulaire : généralités */
	background-color: blue;
	padding: 10px;
	border: 2px solid red;
}
.formresumelabel {
/* pour les labels dans le résumé des données enregistrées */
	background-color: yellow;
	color: green;
	border: none;
	width: 150px;
}
.formresumelabel font {
	font-size: 12px;
}

.formresumedata {
	/*background-color: navy;*/
	color: white;
	width: 450px;
}


/***********************************CSS FLUX RSS**********************************/

/* Classe associée à la table des news. */
table.items {
	background-color:#fff;
	width:100%;
}
/* Gestion du titre de la news. */
div.item-title {
	font-size:8pt;
	color:#000000;
}
/* Gestion des liens des titres */
div.item-title a:link, div.item-title a:visited, div.item-title a:active, div.item-title a:hover{
	color:#336699;
	text-decoration:underline ;
}
/* Gestion de la date. */
div.item-date {
	color:#b82900;
	font-size: 10pt;
	font-weight: bold;
}
/* Gestion de la description de l article */
div.item-desc {
	color:#808080;
	font-size: 8pt;
}

/*****************************************jquery css*********************************/

.container {
	width: 900px;
	margin: 10px auto;
	
	}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 30px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
 ul.tabs li.active,  ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	
}
.tab_content {
	padding: 20px;
	/*font-size: 1.2em;*/
	color: #000;
	
}


.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

/*************************css pour les bandeaux flash***************************/

.flash-update {
	font-family: Arial;
	color: #fff;
	font-size: 12px;
	text-align:center;
}

.flash-update a {
	font-weight: bold;
	color: #fff;	
}

.flash-update a:hover {
	color: #edb41d;
}