@charset "iso-8859-1";

/*******************************************************************************
*  fonts.css : 2004-06-28 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  handles the font type (family), sizes, line-height, alignment, and any other
*  properties relating to fonts - with the exception of color.
*
*  Perhaps font color declarations should be in this file as well. 
*  However, certain CSS validators (hello w3!) will complain if colors
*  and background colors are not declared in the same selector or
*  at least within the same stylesheet. So font colors, including links,
*  are defined in colors.css.
*******************************************************************************/

body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;	/* font sizing approach recommended by Dave  Silvester on the css-discuss list. "the .1 is important." */
}
#pageWrapper
{
	font-size: 11px;
}
#footer
{
	text-align: center;
}
/* :root is an invalid pseudo class but mozilla knows it */
:root code
{
	font-size: 120%;	/* monospace fonts are typically smaller that  'normal' fonts under Mozilla. */
}

/*
	Time to try and get all the heading elements to the same size 
	regardless of browser. (IE seems to put them a big bigger
	than Mozilla, typically.)
*/

.rouge {color: #FF0000}

h1
{
	font-size: 210%;
}
h2
{
	font-size: 180%;
}
h3
{
	font-size: 140%;
}
h4
{
	font-size: 126%;
}
h5
{
	font-size: 110%;
}
h6
{
	font-size: 100%;
}

/******************************************************************************/
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.10gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.10grisem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: italic;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.classique {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.grassouligne{
	font-weight: bold;
	text-decoration: underline;
}
.TitreLiens {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #b0381e;
	
	
	position: relative;
	float: right;
	margin-top: 15px;
	margin-right: -0,1;
}

.Titreblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.PlusLiens a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #b0381e;
	position: relative;
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
	margin-right: 0px;
	border-top: 0.5pt solid #b0381e;
	border-right: 0pt solid;
	border-bottom: 0.5pt solid #b0381e;
	border-left: 0.5pt solid #b0381e;
}
.PlusLiens a:hover{
	background-color: #e1db99;
}

a.Liens{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #008ed2;;
}
a.Liens:hover{
	text-decoration: none;		
}

.TitreCentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #b0381e;
	position: relative;
	float: left;

	text-indent: 5px;
	clear: both;
    margin-top: 20px;
	margin-bottom: 10px;
}
.lienCellule {}
/*
.SousTitreCentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #b0381e;
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 5px;
	font-style: normal;
}
*/
.SousTitreCentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B0381E;
	position: relative;
	float: left;
	text-indent: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B0381E;
	border-left-color: #B0381E;
	margin-left: 0px;
	clear: both;
    margin-top: 20px;
	margin-bottom: 5px;
}

/* Police vnavcentre */
#vnavCentre a.Breadcrumbs {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	text-decoration:underline;
}

#vnavCentre a.Breadcrumbs:hover { 
	color:#FFFFFF;
	text-decoration:none;
}
.mbla10{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/*champs recherche */

.inprec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #b0381e;
	position: relative;
	float: left;
	border: 0px 0 0;
	margin-top: 1px;
	margin-right: 10px;
	text-align: left;
	text-indent: 1px;
}
.inprub{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #000000;
	background-color: #FFFFFF;
	height: 9px;
	border: 1px solid #999999;
}
.input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	background-position: left center;
	float: left;
	margin-bottom: -1px;
}

.input3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF0000;
	border: 1px solid #999999;
	background-position: left center;
	margin-bottom: -1px;
	font-weight: bolder;
}
.maj{
	text-transform: uppercase;
}
/*----------------AGENDA--------------------*/
.mnoir9{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.mnoir10{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.TitreLegend {
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 3px;
}
.titreespace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 5px;
}
.TitreEvenement {
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 3px;
}
.TitreEvenementACC {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 3px;
	text-align: left;
}
.test {
	font-size: 9px;
	color: #666666;
	font-style: italic;
}
.grisem9 {
	font-size: 10px;
	color: #666666;
	font-style: italic;
}
.grisem10 {
	font-size: 10px;
	color: #666666;
	font-style: normal;
}
.input2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px dashed #FFFFFF;
	background-position: left center;
	width: 300px;
	text-align: center;
}
.TD {
	border: 1px dashed #000000;
	padding: 5px;
	background-color: #FFFFFF;
}
#retourhaut
{
margin:0;
margin-top:0px; 
margin-left:400px
}
.aligninput {
	 margin-left: auto;
     margin-right: auto;
     width: 400px; /* largeur obligatoire pour être centré */

}

.marge_autour {
	margin: 3px;
}
.marge_gauche {
	margin-left: 4px;
}
/*NEWS*/

/* Filinfo */
.filinfotitre { background-color: #5A1004; color: #fff; }
.filinfo { background-color: #5A1004; color: #fff; }
.toussports A { background-color: #F0F0F0; font-family: trebuchet, trebuchet ms, Arial; font-size: 10px; text-decoration: none; color: #fff; } 
.choisirfil A { font-family: trebuchet, trebuchet ms, Arial; font-size: 10px; text-decoration: none; color: #fff; }

.filinfotableau { background-color: #5A1004; float: left;  font-family: Tahoma, Verdana, Arial; font-size: 11px;}
.filinfotableau A { background-color: #5A1004; text-decoration: none; color: #fff;  }
.filinfotableau A:hover, .rougefonce A { color: #FFC900; background-color: #5A1004; }
.filinfotableau TD { border: 0px; padding: 0px; border-bottom : 1px solid #000;}
.filinfotableau IMG { margin: 1px; }
.rougefonce, .rougefonce A { background-color: #5A1004; color: #fff; text-decoration: none; text-align: left; }
.toussports { background-color: #F0F0F0; float: left; text-align: center; width: 49% ; border-bottom: 0px solid #880019;}
.toussports A {
	background-color: #F0F0F0;
	/*background-color:#bfd5e8 ;*/
	color: #000;
	text-decoration: none;
	font-style: italic;
}

.choisirfil {
	background-color: #F0F0F0;
	width: 50%;
	border-left: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	float: left;
	color: #008ed2;
}
.choisirfil A {padding: 1px 0px 1px 5px; clear: right; 	color: #008ed2;}

/* Filinfopopup*/
/*.lienblanc { font-size: 11px; margin: 5px 0px 5px 5px; color: #FFFFFF ; text-decoration: none;}*/
.filinfopopup { background-color: #fff; color: #000; }
.filinfotitrepopup, .toussportspopup A, .choisirfilpopup A { text-decoration: none; color: #FFC900; font-weight:bold; }
.filinfotableaupopup {
	width: 100%;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
}




/**/
.filinfotableaupopupart { width: 95%; font-family: Verdana, Arial; color: #B0381E;font-size: 11px;}
.filinfotableaupopup A { text-decoration: none; color: #B0381E; }
.filinfotableaupopup A:hover, .rougefoncepopup A { color: #fff; background-color: #5A1004;}
.filinfotableaupopup TD {
	border: 0px;
	padding: 0px;
	/*border-bottom : 1px solid #D1D1D1;*/
	border-bottom : 1px solid #fff;
	background-color:#F8F8F8; 
}
.filinfotableaupopup TD:hover {
	border: 0px;
	padding: 0px;
	/*border-bottom : 1px solid #D1D1D1;*/
	border-bottom : 1px solid #fff;
	background-color: #696969; 
}

.filinfotableaupopupart TD { border: 0px; padding: 4px; }
.filinfotableaupopup IMG { margin: 1px; }
.rougefoncepopup, .rougefoncepopup A { background-color: #5A1004; color: #fff; text-decoration: none; text-align: left; }
.toussportspopup {
	font-family: "Trebuchet MS";
	float: left;
	text-align: left;
	width: 50%;
	font-weight:bold;
	font-size: 10px;
	font-style: italic;
}
.toussportspopup A { color: #F8E086; }
.choisirfilpopup { font-family: "Trebuchet MS"; background-color: #F0F0F0; float: right; width:30%; border-left: 1px solid #000000; border-bottom: 1px solid #000000; text-align:left; }
.choisirfilpopup A { font-family: "Trebuchet MS"; padding: 1px 0px 1px 5px; clear: right; color: #F8E086;}




/* Menu filinfo */
.menufilinfo {
	display: block;
	visibility: hidden;
	position: absolute;
	background-color: #F0F0F0;
	border-left: 1px solid #D1D1D1;
	/*border-right: 1px solid #000000;*/
	border-bottom: 1px solid #D1D1D1;
	padding: 5px;
	line-height: 15px;
	font-weight: bold;
	z-index: 10;
	width: 150px;
	margin-top: 16px;
	text-align: left;
}

.menufilinfo A {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #008ed2;
}
.menufilinfo A:hover { text-decoration: none; color: #008ed2;; }

.menufilinfopopup {
	display: block;
	visibility: hidden;
	position: absolute;
	background-color: #F0F0F0;
	border-left: 1px solid #D1D1D1;
	/*border-right: 1px solid #D1D1D1;*/
	border-bottom: 1px solid #D1D1D1;
	padding: 5px;
	line-height: 15px;
	font-weight: bold;
	z-index: 10;
	width:150px;
	margin-top: 17px;
	text-align: left;
}
.clearing {clear: both;}


/* /////////////////////    TOURS INFO.   //////////////////////////////////////////////////////////////////////////*/
.toursinfotableau {
	width: 180px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
.toursinfotableau A:hover {color: #ffffff; background-color: #5A1004;}
.toursinfotableau TD { border: 0px; padding: 2px; border-bottom : 1px solid #D1D1D1; background-color:#F0F0F0; }
.toursinfotableau IMG { margin: 0px; }


.toursinfo { float:right;width:150px; font-family: Tahoma, Verdana, Arial;font-size: 11px;}
.toursinfo A { text-decoration: none; color: #B0381E; }
.toursinfo A:hover, .rougefoncepopup A { color: #fff; background-color: #5A1004;}
.toursinfo td { border: 0px; padding: 1px; border-bottom : 1px solid #F0E9A2; background-color:#F7F4Cf;}
.toursinfoNoTD {border-bottom : #F7F4Cf;}
/*.toursinfo td { border: 0px; padding: 4px; }*/
.toursinfo IMG { margin: 1px; }

.TitreToursInfos{
	/*background-color: #F0F0F0;*/
	color: #000;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;

}

.Ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #b0381e;
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 1px;
}

.input_violet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #622081;
	position: relative;
	float: left;
	border: 0px 0 0;
	margin-top: 1px;
	margin-right: 10px;
	text-align: left;
	text-indent: 1px;
}

/*SPE RSS*/

div#rss {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #b0381e;
	position: relative;
	float: left;

	width: 100 px;
	text-indent: 5px;
	clear: both;
    margin-top: 20px;
	margin-bottom: 10px;
	
}
p#rss{
margin-left:10px;
float:right;
width:65px;
height:65px;

}
table#rss{
margin-left:5px;

}
td#rss{
text-align:right;
padding-right:40px;
padding-bottom:10px;
vertical-align:middle; 
}

tr#rss{
height:16px;
font-size:12px;
font-weight:bold;
clear:both;
}


.rss-image{
margin-top: 20px;
margin-left: 2px;
}

/*AVENEMENT SAISONNIER*/

.maj{
	text-transform: uppercase;
}

.cadre{
	width: 340px;
	margin-left: 20px;
}
.cadreTitre{
	width: 550px;
	
}
.fond{
	background-image: url(../img/elem_saisonnier/fond.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	/*height: 100%;*/
	width: 550px;
}
.TitreSaisonnier {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
}
.TITREBLANC {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}.titre_pop_developpement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
}
.blanc12 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.blanc10 {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.blanc15 {
	font-size: 15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*mettre en exposant*/
.expo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: top;
}.cadreparagraphe {
	background-color: #fff;
	margin: 5px;
	border: 1px solid #FF9900;
	padding: 5px;
	float: right;
	width: 60%;
}
.loisir_img_journee {
	background-image: url(../loisirs/img/img_journee.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 500px;
	width: 206px;
	float: left;
}
.loisir_titre {
	/*clear: both;*/
	float: right;
	margin-right: 60%;
	
}


.titrecadreparagraphe {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-indent: 10px;
	vertical-align: bottom;
}
.input_violet2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #622081;
	position: relative;
	float: left;
	border: 0px 0 0;
	margin-top: 1px;
	margin-right: 10px;
	text-align: left;
	text-indent: 1px;
	letter-spacing: normal;
	word-spacing: normal;
	width: 200px;
}








/* CSS DOC A TELECHARGER*/

#tab0{
	position: relative;
	width: 100%;
	height: 100%;
/*	
margin-left:5px;
top:20px;
margin-top:25px;
*/
clear: both;	/*background-color: #F3F3F3;*/
}

#tabHeader {
	position: relative;
	width: 470px;
	height: 35px;
	font-weight: bold;
	color: #000000;
	border-left-style: none;
	border-left-color: #8A8A8A;
	border-left-width: 1px;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #8A8A8A;
	
	vertical-align: text-bottom;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #EFEFEF;
	padding-top: 5px;
	clear: both;
}

#tab0 tab1 {
	position: relative;
	left: 0px;
	top: 42px;
	width: 100%; /*height: 40px;*/
	background-color: #FFFF99;
	text-align: left;
	background-color: #F3F3F3;
	z-index: 10;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
}

#tab0  tab2{
	position: absolute;
	left: 14px;
	top: 250px;
	width: 235px;
	/*height: 40px;*/
	background-color: #F3F3F3;
	text-align: left;
	border-left-style: dashed;
	border-left-color: #8A8A8A;
	border-left-width: 1px;
	clip: rect(auto,auto,auto,auto);
	padding-left: 0,5px;
	z-index: 10;
}


imgRetourEvenement {
	border: 2px solid #000;
	background-color: #000;
	height: 255px;
	width: 379px;
}

/*LIEN BLEU*/

.lienBleu a
{
	color: #008ed2;
	text-decoration: none;
}
.lienBleu a:hover
{
	color: #008ed2;
	text-decoration: underline;
}
.image {
	border: 4px solid #000;
	margin: 5px;
}


a.lienAgenda {
	color: #484954;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
a.lienAgenda:hover{
	color: #000;
	text-decoration: underline;
}

.lienAgenda a{
	color: #484954;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.lienAgenda a:hover{
	color: #000;
	text-decoration: underline;
}










