@charset "ISO-8859-1";
body  {
	background: #CCC no-repeat center top; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	margin-top: 0px;
}
.thrColFixHdr #container {
	width: 1000px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFF url(images/fondPrincipal2.jpg) no-repeat;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666;
} 
.thrColFixHdr #header {
	padding: 0 0px;
	height: 244px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 141px; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	padding: 0px;
	margin-top: 0px;
	border-bottom-width: 0.3mm;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-right-width: 0.3mm;
	border-right-style: solid;
	border-right-color: #666;
}
.thrColFixHdr #sidebar2 {
	float: right; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 150px; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	padding: 0px; /* le remplissage permet d'écarter le contenu de l'élément div des bords de celui-ci */
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #FFF;
	border-left-width: 0.3mm;
	border-left-style: solid;
	border-left-color: #666;
	border-bottom-width: .3mm;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.thrColFixHdr #mainContent {
	margin: 0 150px 0 140px;
} 
#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: justify;
}
.thrColFixHdr #footer {
	padding: 0;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin: 0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	color: #1F3085;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 0.3mm;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.thrColFixHdr #footer a {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.thrColFixHdr #footer a:hover {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #170F43;
	text-align: center;
}
#mainContent h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
#mainContent a {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
.cadrePhoto {
	border: .3mm solid #666;
}
.lettrineGauche {
	float: left;
	padding: 0px;
	margin-right: 30px;
}
#mainContent a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #1F3085;
	text-align: left;
	font-weight: bold;
}
#actus {
	margin-left: 5px;
	border: 0.3mm solid #666;
}
#mainContent li {
	list-style-image: url(images/puceBleueCasio.jpg);
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	text-align: left;
	margin: 0px 0px 5px -10px;
	padding: 0px;
}
#mainContent h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #1F308B;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: bold;
	text-transform: none;
	font-style: italic;
}
#argu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
	border-top-width: 2mm;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 10px;
}
.lettrinedroite {
	float: right;
	padding: 0px;
	margin-right: 0px;
	margin-left: 50px;
}
.thrColFixHdr #container #footer table tr td #casio p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	line-height: 6px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #footer table tr td #casio a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 7px;
	line-height: 12px;
}
#menuExercices {
	width: 140px;
}
#menuExercices td {
	background-image: url(images/boutonMenu.png);
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	height: 45px;
}
#menuExercices a {
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
	color: #666;
	display: block;
	height: 36px;
}



#menuHistoire {
	height: 20px;
	padding-top: 5px;
	width: 80px;
	border-bottom-width: 0.3mm;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-right-width: 0.3mm;
	border-right-style: solid;
	border-right-color: #666;
	border-left-width: .3mm;
	border-left-style: solid;
	border-left-color: #666;
}
#sidebar2 a    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-align: center;
}
#sidebar2 a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B58A2;
	font-weight: bold;
	text-align: center;
}
#siteMap p {
	font-size: 10px;
	color: #999;
}
#siteMap li {
	font-size: 10px;
	color: #999;
}
#siteMap a {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
#mainContent h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	padding-left: 20px;
	padding-right: 5px;
	text-align: left;
	padding-top: 0px;
	font-weight: normal;
}
#menuExercices a:hover {
	text-decoration: none;
	color: #0D3082;
	display: block;
}
.lettrineCalc {
	float: left;
	padding: 0px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.formulaire {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	background-image: url(images/menuOff.jpg);
	background-repeat: repeat-x;
	height: 20px;
	background-color: #FFF;
	background-position: top;
	border: .3mm solid #333;
}
#tableChoix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-align: center;
	color: #333;
	border-top: 0.3mm solid #999;
	border-bottom: 0.3mm solid #999;
	border-left: 0.3mm solid #999;
}
.thrColFixHdr #container #mainContent table tr td #tableChoix tr td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000;
}
#tableChoix td {
	margin: 0px;
	padding: 0px;
	border-top-width: 0.3mm;
	border-top-style: solid;
	border-top-color: #666;
	border-right-width: 0.3mm;
	border-right-style: solid;
	border-right-color: #666;
	color: #333;
}
#tableChoix2 {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #333;
	margin-right: 20px;
	margin-left: 20px;
}
.thrColFixHdr #container #mainContent table tr td #tableChoix2 tr td {
	padding: 5px;
}
#club tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	border-top-width: 2mm;
	border-top-style: solid;
	border-top-color: #369;
	background-image: url(images/ImageClub.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	cursor: default;
}
#club tr td p a {
	text-decoration: none;
}
#club {
	display: block;
}
#club tr td p a:hover {
	text-decoration: none;
	color: #336799;
}
#manager tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #35669B;
	text-align: center;
	border-top-width: 2mm;
	border-top-style: solid;
	border-top-color: #34669A;
	background-image: url(images/ImageManager.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	cursor: default;
}
#manager tr td p a {
	text-decoration: none;
}
#manager {
	display: block;
	margin-top: 10px;
}
#manager tr td p a:hover {
	text-decoration: none;
	color: #336799;
}
