@charset "iso-8859-1";
/* CSS Document */

html, body   {
	background-attachment: fixed;
	background-image: linear-gradient(bottom, #FFFFCC 0%, #F0EBFF 100%);
	background-image: -o-linear-gradient(bottom, #FFFFCC 0%, #F0EBFF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFCC 0%, #F0EBFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFCC 0%, #F0EBFF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFCC 0%, #F0EBFF 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FFFFCC),color-stop(1, #F0EBFF));
	color: #000000;
	background-color: #F0EBFF;
	width: 1024px;
	margin: auto;
	height: 100%;
	vertical-align: 0;
	text-align: center;

}

.entete {
	background-image:url(../Images/banniere.png);
	background-repeat:no-repeat;
	height:93px;
	margin:auto;
}

a:link {
	color: #F00;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #96F;
}

	
p > a:hover {
	text-decoration:none;
	color:#FFF;
	background-color:#F00;
}

td > a:hover {
	text-decoration:none;
	color:#FFF;
	background-color:#F00;
}

tr.tableauinvisible {
	visibility: collapse;
}


a:active {
	text-decoration: none;
	color: #090;
}


/* Titres des pages en vert et en gras */
.texte_titre {
	font-family: "Comic Sans MS";
	color: #2EB800;
	font-size: 18px;
	font-weight: bold;

}

/* Titres des pages en bleu et en gras */
.texte_titre_bleu {
	font-family: "Comic Sans MS";
	color: #0000FF;
	font-size: 18px;
	font-weight: bold;

}

/* Texte en gras et rouge */
.texte_gras_rouge {
	color: #FF0000;
	font-weight: bold;
}
	
.texte_gras_blanc {
	color:#FFF;
	font-weight: bold;
}


.boutonlien {
	-moz-box-shadow:inset 0px 0px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 0px 0px 0px #97c4fe;
	box-shadow:inset 0px 0px 0px 0px #97c4fe;
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:-3px -2px 0px #1570cd;
}
.boutonlien:hover {
	background-color:#1e62d0;
}
.boutonlien:active {
	position:relative;
	top:1px;
}
.boutonlien:link {
	color:#FFF;
	text-decoration:none;
}
.boutonlien:visited {
	color:#FFF;
	text-decoration:none;
}

.flotgauche {
	float:left;
	margin-right:20px;
}

.flotdroite {
	float:right;
	margin-left:20px;
}
