@charset "utf-8";
/* CSS Document */

#haut {
	height: auto;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* CSS Pied de page */
#pied {
	font-size: 10px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}

/* CSS des liens */

a.rouge {
	color: #bb2220;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
a:hover.rouge{
	color: #bb2220;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1px;
}
a.rose {
	color: #e31b19;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
a:hover.rose{
	color: #e31b19;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1px;
}


/* CSS des modules actus et alaune */
#actualites {
	height: 200px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	letter-spacing: 1px;
}
#alaune {
	float:right;
	background-image: url(../images/actus/fond_alaune.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
	height: 171px;
	width: 467px;
	margin: 0;
	padding: 1em;
}
#actus {
	float:left;
	background-image: url(../images/actus/fond.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	height: 171px;
	width: 300px;
	margin: 0;
	padding: 1em;
}
#actus h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bfbfbf;
	padding-left: 30px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 21px;
}
#actus p {
	padding-left: 10px;
	padding-right: 2px;
}
.lien_actus {
	float:right;
	line-height: 22px;
	margin-right: 8px;
	text-align: left;
}
#alaune h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bfbfbf;
	padding-left: 45px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 21px;
}
#contenu_alaune {
	padding-left: 35px;
	text-align: justify;
	line-height: 16px;
}
.titre_alaune {
	line-height: 18px;
	padding-left: 20px;
	color: #f7d202;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.date_actus {
	line-height: 0px;
	color: #f7d202;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
}



/* CSS des modules centraux */
#centre {
	height: auto;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 1px;
}

/* CSS evenement */

#evenement {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	color: #bbbdbf;
	margin: 0;
	width: 300px;
	text-align: justify;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
#evenement fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	border: 1px dashed #bfbfbf;
	padding-top: 0;
	padding-bottom: 1em;
	height: 180px;
	padding-right: 5px;
}
/***#evenement legend {	 Mise en forme des titres des cadres 
	color: #bbbdbf;
	background: transparent;
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: 26px;
	font-size: 18px;
}***/
#evenement legend {	/*** Mise en forme des titres des cadres ***/
	margin-left: 26px;
}
#evenement p {	/*** Mise en forme des lignes du formulaire ***/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding-top: 0.2em;
	padding-right: 3px;
	padding-bottom: 0.8em;
	padding-left: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.date_event {
	color: #f7d202;
	font-weight: normal;
}
#ts_event {
	float:right;
	text-align: center;
}

/* CSS du module dernier match */
#lastmatchs {
	color: #bbbdbf;
	margin: 0;
	padding: 1em;
	width: 300px;
	height: 165px;
	background-image: url(../images/lastmatchs.jpg);
	background-repeat: no-repeat;
	background-position: 13px top;
}
#lastmatchs h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bfbfbf;
	padding-left: 30px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 5px;
}
#score_droite{
	float:right;
	width: 55px;
	height:auto;
	line-height: 20px;
}
#matchs_gauche {
	padding-left: 5px;
	float: left;
	width: 225px;
	height:auto;
	line-height: 20px;
}

/* CSS du module membres */
#membres {
	float: right;
	height: 385px;
	width: 466px;
	text-align: right;
	margin-top: 15px;
	background-repeat: no-repeat;
	background-image: url(../images/team/team.jpg);
}
.titre_membres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bfbfbf;
	font-weight: normal;
	letter-spacing: 1px;
	float: left;
	padding-left: 5px;
	line-height: 25px;
}
#membres p {
	padding-left: 25px;
	padding-right: 20px;
	width: 360px;
	float: right;
}
.espace_img{
	padding: 7px;
}