/* CSS Document */

#extraDiv2 {
	background-image: url(/img/bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5;
}

select, input, textarea {
	background:#FFFF99;
	color:#8B0C03;
	font-family:"Comic Sans MS";
}

.warning {
	color:#FF0000;
	font-weight:bold;
	font-size:14px;
}

.fondTableau {
	background:#FFFFCC;
}

.fondTh {
	background:#FFFF99;
}

.fondTh2 {
	background:#FFCCFF;
}

.fondTr {
	background:#FFFFCC;
}

.fondTr2 {
	background:#CCFFCC;
}

.chrono1 {
	background-color:#FFFF66;
}

.chrono2 {
	background-color:#BAE699
}

body {
	background-image: url(../img/fond.jpg);
	background-repeat: repeat;
}

hr {
	color:#006600;
}

a:link {
	color: #8B0C03;
}

a:visited {
	color: #8B0C03;
}

a:hover {
	color: #006600;
}

a:active {
	color: #006600;
}

.NomSite {
	font-size: 72px;
	font-weight: bold;
	font-family: "Comic Sans MS";
	color: #8B0C03;
}

.LiensMenu {
	font-size: 12px;
	text-decoration: none;
	color: #8B0C03;
	font-family: "Comic Sans MS";
}

.LiensPagesLivreOr {
	font-size: 20px;
	text-decoration: none;
	color: #8B0C03;
	font-family: "Comic Sans MS";
}

.TitreNormal {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	color: #006600;
	font-family:"Comic Sans MS";
}

.TitreNewsletter {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: #006600;
	font-family:"Comic Sans MS";
}

.TexteNormal {
	font-size: 12px;
	color: #8B0C03;
	text-align:left;
	font-family:"Comic Sans MS";
}

.TexteNormalC {
	font-size: 12px;
	color: #8B0C03;
	text-align:center;
	font-family:"Comic Sans MS";
}

.GrosTexte {
	font-size: 16px;
	color: #8B0C03;
	text-align:center;
	font-family:"Comic Sans MS";
}

.PetitTexteNormal {
	font-size: 10px;
	color: #8B0C03;
	font-family:"Comic Sans MS";
}

.PetitTitreNormal {
	font-size: 12px;
	color: #8B0C03;
	font-family:"Comic Sans MS";
	font-weight: bold;
}

.TitreSousRubrique {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #8B0C03;
	font-family: "Comic Sans MS";
	text-align: center;
}

.TitreFiche {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #8B0C03;
	font-family: "Comic Sans MS";
	text-align: center;
}

.Astuces {
	font-size: 12px;
	color: #006600;
	font-family: "Comic Sans MS";
}

.PetitTitreAstuces {
	font-size: 12px;
	color: #006600;
	font-family:"Comic Sans MS";
	font-weight: bold;
}

.TitreMenu {
	font-size: 12px;
	color: #8B0C03;
	font-family:"Comic Sans MS";
	font-weight: bold;
	text-decoration:underline;
}