* { 
  border: 0px;
  padding: 0px;
  margin: 0px;
}
body {
  background-image:url(images/bg_body.jpg);
  background-repeat:repeat-x;
  font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 11px;
}

a, a:visited, a:active, a:hover
{ text-decoration: none; border: none; color: #C00;}
a:hover
{ text-decoration: underline; }

a img
{ border: none; }
.spacer 
{ clear: both; }
.spacerLine
{ margin: 10px 15% 10px 15%; border-top: 1px solid #888;}
.minHeight{
  float: left;  
  height: 800px; 
}
.centered
{  text-align: center; }
h1 span 
{ display: none; }
h2 span
{ display: none; }

table,tr,th,td {
  border: 0px;
  padding: 0px;
  margin: 0px;
  background: transparent;
  text-align: center;
}
table   { width: 100%; table-layout: fixed; border: 1px solid #BBB;}
th	{ text-align: left;}

/********************* Blocs ******/
#page {
  position: relative;
  background-image: url(images/bg_page.jpg); 
  background-repeat: repeat-y;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  text-align: left;
  padding-top: 15px;
}
#header {
  background-image: url(images/bg_banniere.jpg); 
  background-repeat: no-repeat;
  width: 100%;
  height: 130px;
}

#menuLeft {
  position: absolute;
  left: 30px;
  top: 200px; 
  width: 150px;
}

#main{ 
  position: relative;
  margin-left: 195px;
  margin-right: 30px;
  margin-top: 15px;
}

#leftPanel{ 
  float: left;
  width: 480px;
}

#rightPanel{ 
  float: right;
  width: 180px;
}

#fullPanel{ 
  float: left;
  width: 670px;
}
#footer { 
  position: relative;
  height: 225px;
  margin-left: 190px;
  margin-right: 15px;
  background-image: url(images/bg_footer.jpg); 
  background-repeat: no-repeat;
  background-position: bottom right;
}
.edito{  
float: left; width: 480px;
}
.blockLeft{  
float: left;  width: 235px;
}
.blockRight{  
float: right;  width: 235px;
}

.match{}
.match table { margin-top: 5px; }
.match th { background: #f1d9d9; }
.match td { padding: 0px 5px 0px 5px; }
.equipes{}
.score{ font-weight: bold;}
.dateMatch {}
/********************* Boites ******/
.boxBox{ 
  background-image: url(images/bg_cadre_tl.jpg); 
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: 10px;
  margin-bottom: 5px;
}

.boxContent{ 
  background-image: url(images/bg_cadre_br.jpg); 
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 8px; 
}

.boxHz{
  background-image: url(images/hz_line.jpg); 
  background-repeat: no-repeat;
  background-position: top center
}
/********************* Titres ******/
#header h1 {
  cursor: pointer;
  position: absolute;
  left: 40px;
  top: 20px; 
  background-image:url(images/logocac.gif);
  background-repeat:no-repeat;
  width: 127px;  
  height: 150px;
}

/********************* General ******/

.title{
  padding-left: 2px;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 120%;
  color: #fff;
  background-color: #eb7a7a;
}
.subtitle{
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 1px;
  font-weight: bold;
  font-size: 100%;
}
.chapeau
{
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 100%;
  text-align: justify;
}
.date{
  font-size: 80%;
}
.date3{
  font-size: 80%;
  text-align: right;
}
p{
  text-align: justify;
  padding-top: 8px;
}
.signature
{
  text-align: right;
  padding-top: 6px;
  padding-bottom: 4px;
  font-weight: bold;
  font-style: italic;
}
h3.spip {
  margin-top: 20px; 
  margin-bottom: 10px; 
  font-size: 120%; 
  font-weight: bold;
  color: #eb7a7a;
}
h4{
  margin-top: 10px; 
  margin-bottom: 4px; 
  font-size: 110%; 
  font-weight: bold;
}
.ps{
  text-align: justify;
  padding: 0px 5px 0px 5px;
  margin-left: 25px;
  font-size: 90%;
  border-left: 1px solid #888;
}
.blockRight .text img {
  border: 1px solid #333;
  margin-top: 5px;
  margin-left: 4px;
  margin-right: auto;
}

.article .title    { font-size: 150%; text-transform: uppercase;}
.article .subtitle { font-size: 140%; font-variant: small-caps; padding-top: 5px; }
.article .text     { padding-top: 25px; }
.article img       { margin-top: 2px; }
.rubrique .title   { font-size: 150%; text-transform: uppercase;}
.rubrique .chapeau { font-size: 110%;}
.rubrique .text    { padding-top: 25px; padding-left: 25px; font-size: 110%;}

.rubrique ul       { padding-left: 60px; padding-bottom: 20px;}
.rubrique ul ul    { padding-left: 30px; }
.rubriqueRubriques { padding-top: 20px; }
.rubriqueRubriques li { 
  list-style-image: url(images/tri_plein.gif);
}
.rubriqueRubriques ul li    {  font-weight: bold;}
.rubriqueRubriques ul ul li {  font-weight: normal;}

.rubriqueSubRubriques li{ 
  list-style-image: url(images/tri_vide.gif);
}
.rubriqueArticles { padding-top: 20px; }
.rubriqueArticles li { 
  list-style: disc;
}
.rubriqueSubArticles li{ 
  list-style: circle;
}
.rubriqueArticles ul li    {  font-weight: bold;}
.rubriqueArticles ul ul li {  font-weight: normal;}


/********************* Menus ******/
.menuRubriques {
  width: 144px;
  margin-left: 3px;
}
dl.menuRubriques dt {
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #eb7a7a;
  padding-left: 3px;
  margin-top: 6px;
  border-top: 0px;
}
dl.menuRubriques dd {
}
dl.menuRubriques li {
  background: #f1d9d9;
  padding-left: 8px;
}
dl, dt, dd, ul, li {
  list-style: none;
}
dl.menuRubriques li a, dl.menuRubriques dt a {
  color: #333;
  text-decoration: none;
  display: block;
  border: 0 none;
  height: 100%;
}
dl.menuRubriques li a:hover, dl.menu dt a:hover {
  text-decoration: underline;
}
.footMinHeight{
  float: left;  
  height: 225px; 
}
.footLinks{
  float: left;
  padding-top: 20px;
  width: 160px;
  text-align: center;
}
.footSignature{
  float: left;
  margin-top: 15px;
  margin-left: 20px;
  width: 250px;
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
}
.footRight{
  float: right;
  padding-top: 20px;
  margin-right: 160px;
  width: 75px;
}
.footPartenaires{
  float: left;
  width: 455px;
  height: 100px;
  margin-top: 30px;
}
.footAnnonce{
  float: left;
  width: 135px;
  height: 45px;
  margin-bottom: 10px; margin-right: 16px;
  text-align : center;
}

.linkCastel span { display: none; }
.linkCastel {
  cursor: pointer;
  background-image:url(images/castel.jpg);
  background-repeat:no-repeat;
  background-position: top center;
  width: 154px;  
  height: 60px;
}
.linkFFR span { display: none; }
.linkFFR {
  cursor: pointer;
  background-image:url(images/ffr.jpg);
  background-repeat:no-repeat;
  background-position: top center;
  width: 73px;  
  height: 62px;
}
.linkCTR span { display: none; }
.linkCTR {
  cursor: pointer;
  background-image:url(images/ctr_mp.jpg);
  background-repeat:no-repeat;
  background-position: top center;
  width: 71px;  
  height: 100px;
  margin-top: 12px;
}
.signatureCAC { font-weight: bold; }
.signatureLinks { padding-top: 5px;}

.newsRubrique{ font-weight: bold; margin-top: 3px; }
.newsTitre {
  background-image:url(images/puce_rouge.gif);
  background-repeat:no-repeat;
  background-position: 0px 5px; 
  padding-left: 8px;
  margin-left: 4px;
  font-size: 90%;
}
.newsDate { font-size: 70%; text-align: right; }


.plan_n1 { margin: 12px 0 2px 0; font-size: 140%; font-variant: small-caps; font-weight: bold;margin-left: 40px; }
.plan_n2 { margin: 2px 0 1px 0; font-size: 110%; font-weight: bold; margin-left: 80px; }
.plan_n3 { font-size: 100%; margin-left: 120px; }

/********************* Tableaux ******/
table.spip {
  table-layout: auto;
  margin: auto;
  margin-bottom: 20px;
  border-collapse: collapse;
  width: 100%;
}
table.spip caption {
  caption-side: top; 
  text-align: center;
  margin: auto;
  padding: 3px; 
  font-weight: bold;
  font-size: 120%;
}
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #FFF; }
table.spip tr.row_even { background: #FEE; }
table.spip th, table.spip td { padding: 2px; text-align: center; vertical-align: middle; }
table.spip th { background: #FDD; color: #333;  border-bottom: 1px solid #BBB;}

.resultats table { table-layout: fixed; }


.menuInfo { display: none; }

/********************* Calendrier ******/
.calendrier-mois    { font-weight: bold; font-size: 120%;}  
.calendrier-semaine { text-align: center; font-weight: bold; font-size: 80%;} 
.today              { text-align: center; border: 1px solid #eb7a7a;}
.weekday            { text-align: center; border: 1px solid #fff;}            
.weekendday         { text-align: center; border: 1px solid #fff;background: #ecc;}
.activeday          { text-align: center; border: 1px solid #fff;font-weight: bold; }         
.activeweekendday   { text-align: center; border: 1px solid #fff;background: #ecc;font-weight: bold; }  
.outday             { text-align: center; border: 1px solid #fff; font-size: 80%; font-style: italic;}      


.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:5px; margin-bottom: 5px;}
.spip_documents_left { float: left; margin-right: 10px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 10px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_documents img { border: 1px solid #333; }


/*-------------------------agenda------*/
.calendrier-arial9 { 
	font-family: Arial, Sans, sans-serif; font-size: 9px;
}

.calendrier-arial10 { 
	font-family: Arial, Sans, sans-serif; font-size: 10px;
}

.calendrier-arial11 { 
	font-family: Arial, Sans, sans-serif; font-size: 11px;
}

.calendrier-verdana10 {
	font-family: Verdana, Arial, Sans, sans-serif; font-size: 10px;
}

.calendrier-helvetica16 {
	font-family: arial,helvetica,sans-serif;
	font-size: 16px; 
	color: #000;
}

div.navigation-calendrier {
	color: #FFF;
	background-color: #CCC;
	font-family: verdana, arial, sans,sans-serif;
	font-weight: bold;
	font-size: 14px;
}

div.navigation-calendrier img {
	border: 0;
	vertical-align: middle;
	margin: 1px;
}

.calendrier-annee {
	background: #AAA;
	padding: 3px;
	margin: 1px;
	font-family: verdana, arial, sans,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	-moz-border-radius: 5px;
}

.calendrier-annee:hover {
	color: #000;
	background-color: #FFF;
}

.calendrier-table-large { 
	border: 0;
	width: 650px;
 }

.calendrier-table-etroit { 
	border: 0;
	width: 450px;
 }

.calendrier-td-centre { 
	width: 550px;
	padding-left: 25px;
	padding-right: 25px;
  	vertical-align: top;
 }

.calendrier-td { 
	width: 14%;
  	vertical-align: top;
 }

.calendrier-th { 
	width: 14%;
	padding: 5px;
	text-align: center; 
  	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans, sans-serif;
 }

.calendrier-th a { 
  color: #000;
}

.calendrier-table-etroit  .calendrier-td-gauche {
	width: 0;
  	vertical-align: top;
 }

.calendrier-table-large  .calendrier-td-gauche {
	width: 150px;
  	vertical-align: top;
 }

.calendrier-table-etroit  .calendrier-td-droit {
	width: 150px;
  	vertical-align: top;
 }

.calendrier-table-large  .calendrier-td-droit {
	width: 150px;
  	vertical-align: top;
 }

.calendrier-jour {
	position: relative; 
	color: #999;
	background-color: #FFF;
	border: 1px solid #AAA;
}

.calendrier-agenda { 
	margin-left: 1px;
	margin-top: 1px;
	padding: 1px;
	text-align: center; 
	background-color: #FFF;
	-moz-border-radius: 5px;
 }

.calendrier-demiagenda { 
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	text-align: center; 
	background-color: #FFF;
	-moz-border-radius: 5px;
 }

.calendrier-tripleagenda { 
	vertical-align: top;
	width: 33%;  
 }

.calendrier-cadreagenda { 
	visibility: hidden;
	width: 100%;
	position: absolute; 
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0;
	background-color: #FFF;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
 }

.calendrier-titre { 
	padding: 5px;
	text-align: center; 
	font-weight: bold;
 }

.calendrier-evenement { 
	padding: 2px;
	margin-top: 2px;
 }

.calendrier-heurepile { 
	position: absolute;
	margin-left: 2px;
	margin-right: 2px;
	border-top: 1px solid #CCC;
	font-weight: bold;
 }

.calendrier-heureface { 
	position: absolute;
	margin-left: 2px;
	margin-right: 2px;
	border-top: 1px solid #CCC;
 }

.calendrier-mozleft { 
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
 }

.calendrier-mozright { 
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
 }

.calendrier-moztop8 { 
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

.calendrier-mozbottom8 { 
	-moz-border-radius-bottomleft: 8px; 
	-moz-border-radius-bottomright: 8px;
}

.calendrier-moztop6 { 
	-moz-border-radius-topleft: 6px; 
	-moz-border-radius-topright: 6px;
}

.calendrier-mozbottom6 { 
	-moz-border-radius-bottomleft: 6px; 
	-moz-border-radius-bottomright: 6px;
}

.calendrier-opacity { 
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}


.calendrier-png { 
	width: 12px; 
	height: 12px;
	/* URL a revoir */
	behavior: url(win_png.htc);
}

.calendrier-icone { 
	width: 14px;
	height: 7px;
	border: 0;
}

.calendrier-noir  { 		/*  style anar */
	color: #000;
}

.calendrier-nb  { 		/*  style cinemat(yp)ographe */
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
}

.calendrier-couleur1 { 		/* Fushia */
		background: #FDE5F2;
		border: 1px solid #CD006F;
		color: #CD006F;
}
.calendrier-couleur1i { 		/* Fushia */
		background: #CD006F;
		border: 1px solid #FDE5F2;
		color: #FDE5F2
}
.calendrier-couleur2 { 		/* Bleu */
		background: #EDF3FE;
		border: 1px solid #5da7c5;
		color: #5da7c5;
}
.calendrier-couleur2i { 		/* Bleu */
		background: #5da7c5;
		border: 1px solid #EDF3FE;
		color: #EDF3FE
}
.calendrier-couleur3 { 		/* Bleu pastel */
		background: #EBE9FF;
		border: 1px solid #766CF6;
		color: #766CF6;
}
.calendrier-couleur3i { 		/* Bleu pastel */
		background: #766CF6;
		border: 1px solid #EBE9FF;
		color: #EBE9FF
}
.calendrier-couleur4 { 		/* Orange */
		background: #FEC;
		border: 1px solid #FA9A00;
		color: #FA9A00;
}
.calendrier-couleur4i { 		/* Orange */
		background: #FA9A00;
		border: 1px solid #FEC;
		color: #FEC
}
.calendrier-couleur5 { 		/* Rouge (Vermillon) */
		background: #FFEDED;
		border: 1px solid #F00;
		color: #F00;
}
.calendrier-couleur5i { 		/* Rouge (Vermillon) */
		background: #F00;
		border: 1px solid #FFEDED;
		color: #FFEDED
}
.calendrier-couleur6 { 		/* Orange */
		background: #FFF2EB;
		border: 1px solid #E95503;
		color: #E95503;
}
.calendrier-couleur6i { 		/* Orange */
		background: #E95503;
		border: 1px solid #FFF2EB;
		color: #FFF2EB
}
.calendrier-couleur7 { 		/* Jaune */
		background: #FFE;
		border: 1px solid #ccaa00;
		color: #ccaa00;
}
.calendrier-couleur7i { 		/* Jaune */
		background: #ccaa00;
		border: 1px solid #FFE;
		color: #FFE
}
.calendrier-couleur8 { 		/* Vert pastel */
		background: #E2FDEC;
		border: 1px solid #009F3C;
		color: #009F3C;
}
.calendrier-couleur8i { 		/* Vert pastel */
		background: #009F3C;
		border: 1px solid #E2FDEC;
		color: #E2FDEC
}
.calendrier-couleur9 { 		/* Vert */
		background: #e5fd63;
		border: 1px solid #9DBA00;
		color: #9DBA00;
}
.calendrier-couleur9i { 		/* Vert */
		background: #9DBA00;
		border: 1px solid #e5fd63;
		color: #e5fd63
}
.calendrier-couleur10 { 		/* Rouge (Bordeaux) */
		background: #FFE0E0;
		border: 1px solid #640707;
		color: #640707;
}
.calendrier-couleur10i { 		/* Rouge (Bordeaux) */
		background: #640707;
		border: 1px solid #FFE0E0;
		color: #FFE0E0
}
.calendrier-couleur11 { 		/* Gris */
		background: #F2F2F2;
		border: 1px solid #3F3F3F;
		color: #3F3F3F;
}
.calendrier-couleur11i { 		/* Gris */
		background: #3F3F3F;
		border: 1px solid #F2F2F2;
		color: #F2F2F2
}
.calendrier-couleur12 { 
		background: #AAA;
		border: 1px solid #000;
		color: #000;
}
.calendrier-couleur12i {
		background: #000;
		border: 1px solid #AAA;
		color: #AAA}
.calendrier-couleur13 { 		/* Caca d'oie */
		background: #FFFFE0;
		border: 1px solid #666500;
		color: #666500;
}
.calendrier-couleur13i { 		/* Caca d'oie */
		background: #666500;
		border: 1px solid #FFFFE0;
		color: #FFFFE0
}
.calendrier-couleur14 { 		/* Marron */
		background: #F5EEE5;
		border: 1px solid #8C6635;
		color: #8C6635;
}
.calendrier-couleur14i { 		/* Marron */
		background: #8C6635;
		border: 1px solid #F5EEE5;
		color: #F5EEE5
}
/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */
.formulaire_spip fieldset { padding-left: 40px; padding: 20px; border: 1px solid #AAA;}
.formulaire_spip { text-align: left;}
.formulaire_spip p { margin: 0.5em 0; padding: 0; }
.formulaire_spip legend {margin: 5px; font-weight: bold; font-size: 140%; color: #eb7a7a; }
.formulaire_spip label { text-align: left;}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }
.formulaire_spip input { border: 1px solid #AAA; }
.formulaire_spip textarea { border: 1px solid #AAA; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }

#goog-fixurl { margin-left: 20px; }
#goog-wm { }
#goog-wm h3.closest-match { }
#goog-wm h3.closest-match a { }
#goog-wm h3.other-things { font-size: 11px;}
#goog-wm ul li { }
#goog-wm li.search-goog { display: block; }
#goog-wm-qt { border: 1px solid #666; background-color: #f1d9d9; width: 22em;}

