@charset "utf-8";


html, body {
	margin: 0;
	padding: 0;
	background: #585858 url(/Data/Img/PgFond.png) repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}

#Page {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
	background: url(/Data/Img/CtrFond.png) repeat-y;
}
#Content {
	background: url(/Data/Img/CtFond.jpg) no-repeat;
	padding: 20px 0 0 0;
}
#Logo {
	display: none;
}

/* Animation flash */
#Flash {
	height: 121px;
	padding: 19px 0 0 219px;
}

/* Menu */
#MenuCt {
	padding: 0 8px 0 244px;
}
#Menu {
	height: 43px;
	background: url(/Data/Img/MenuLikFd.png) bottom repeat-x;
}
#Menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#Menu ul li {
	float: left;
	border-right: 1px solid #96e8ff;
}
#Menu ul li a {
	display: block;
	float: left;
	height: 19px;
	padding: 9px 34px;
	background: url(/Data/Img/MenuLikFd.png) -43px left repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #1188c0;
	font-weight: bold;
}
#Menu ul li a:hover, #Menu ul li a.actif {
	height: 20px;
	padding: 9px 34px;
	background: url(/Data/Img/MenuLikFd.png) top repeat-x;
	color: #ffff01;
}
#Menu ul li.last, #Menu ul li.last a {
	border: none;
}

/* Pied */
#Footer {
	background: #585858 url(/Data/Img/BtFond.png) left -2px no-repeat;
	color: #8fa2af;
	padding: 20px;
	text-align: right;
}
#Footer2 {
	background: #696969 url(/Data/Img/BtFond.png) left -2px no-repeat;
	padding: 20px;
	text-align: right;
}
#Footer span {
	float: left;
}
#Footer a {
	color: #8fa2af;
	text-decoration: underline;
}
#Footer a:hover {
	color: #fff;
	text-decoration:none;
}
#Footer em {
	font-size: 0.8em;
}
#Footer div {
	text-align: left;
}

/* Contenu */
#Contenu {
	padding: 11px 10px 30px 10px;
}
.TextContent {
	text-align: justify;
	margin: 0 200px 0 200px;
}
.Defloteur {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* Colonnes verticales */
#ColonneGauche, #ColonneDroite {
	width: 165px;
	height: 491px;
	text-align: center;
	margin-top: 30px;
}
#vip {
	width: 165px;
	height: 800 px;
	text-align: center;
	margin-top: 5px;
		float: left;
	padding-top: 5px;
}
#ColonneGauche {
	float: left;
	height: 456px;
	padding-top: 35px;
	background: url(/Data/Img/ClGch.jpg) no-repeat;
}
#ColonneDroite {
	float: right;
	height: 138px;
	padding-top: 353px;
	background: url(/Data/Img/ClDrt.png) no-repeat;
}
#ColonneGauche a {
	color: #000;
}
#ColonneDroite a {
	color: #fff;
}
#ColonneGauche a:hover, #ColonneDroite a:hover {
	text-decoration: none;
}
.Separateur {
	height: 123px;
}
/* Espace pour les liens partenaires */
#ColonneGauche .LiensPartenaires, 
#ColonneDroite .LiensPartenaires {
	margin-top: 120px;
		height: 200px;

	background: url(/partenaires/blank.gif) no-repeat;

}
#ColonneGauche .LiensPartenaires a, 
#ColonneDroite .LiensPartenaires a{
	color: #0e567f;
	text-decoration: underline;
}
#ColonneGauche .LiensPartenaires a:hover, 
#ColonneDroite .LiensPartenaires a:hover{
	color: #000;
	text-decoration: none;
}

/* Formatage */
a {
	color: #0e567f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 1.6em;
	color: #0e567f;
	border-bottom: 1px solid #0e567f;
}
h2 {
	color: #0e567f;
	border-bottom: 1px solid #0e567f;
	font-size: 1.4em;
	font-weight: normal;
}
h3 {
	margin: 10px;
	padding: 3px;
	background: #0084bb;
	border-bottom: 1px solid #00384f;
	font-size: 1.2em;
	font-weight: normal;
	color: #ffff01;
}
acronym {
	border-bottom: 1px dotted #0e567f;
	cursor: help;
}
i {
	color: #0e567f;
}
p {
	margin: 25px 10px;
	padding: 0;
}
p.bli { /* les p se situant juste au dessus d'une liste <ul> */
	margin-bottom: 0px;
}

.fltr { /* image flotante à droite */
	float: right;
	margin: 10px 0px 10px 10px;
	padding: 3px;
	border: 1px solid #52a3d1;
}
.fltl { /* image flotante à gauche */
	float: left;
	margin: 10px 10px 10px 0;
	padding: 3px;
	border: 1px solid #52a3d1;
}