@charset "utf-8";
/* CSS Document */
    body  {
	margin: 0; /* 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; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	background-color: #FBEF9F;
	text-indent: 10px;
	overflow: hidden;
    }
	.infobulle{
	position: absolute;
	visibility : hidden;
	border: 1px solid #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFCC;
	color: #006600;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	}
    .stylerafting00 #container {
	background: #FFFFFF;
	text-align: left;
	font-size: 12px;
	background-color: #FBEF9F;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
    } 
    .stylerafting00 #header {
	height: 128px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FF9900;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	background-image: url(../Images/Banniere.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
    } 
    .stylerafting00 #sidebar1 {
	width: 200px; /* Dans les navigateurs conformes au standard et dans Internet Explorer en mode standard, la largeur réelle de cet élément div est composée de la largeur plus le remplissage et la bordure */
	background: #EBEBEB;
	background-color: #FFCC33;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px none #009900;
	float: left;
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #006600;
    }
    .stylerafting00 #mainContent {
	background-color: #fbef9f;
	border: 0px none #009900;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	overflow: hidden;
    } 
    .stylerafting00 #Mc{
	background-color: #fbef9f;
	border: 0px none #009900;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	overflow: auto;
	height: 100%;
	width: 100%;
    } 
    .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;
    }
ul {
	text-decoration: none;
}
li {
	text-decoration: none;
	text-align: left;
}
a {
	color: #006600;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
.StyleForm {
	color:  #006600;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.StyleBouton {
	color:  #006600;
	background-color: #FFCC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-color: #FFFF66;
	border-left-color: #FFFF66;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	font-weight: normal;
}
.titre {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
.Style15 {
	font-size: 10px;
    color: #666666;
	}
	
.Pluspetit {
	font-size: 10px;
	color: #006600;
	}
	
.titrenoir {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.descriptif {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
}

.titreactu {
	color: #FF0000;
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	}

.StylePhoto {
	font-size: 11px;
	font-weight: bold;
	color: #4D4D4D;
	}
.listeactiv {
	color: #006600;
	font-weight: bold;
	font-style: normal;
}

.trad_anglais {
	font-size: 11px;
	font-weight: normal;
	color: #006600;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
	
.trad_anglais2 {
	font-size: 12px;
	font-weight: normal;
	color: #006600;
	font-style: oblique;
}

