/******** Par défaut *********/
BODY {font-family: Verdana, Arial, Helvetica, sans-serif; color: #993333; font-size : 11px; text-align: justify;}
P, TD {font-size: 11px;}
LI {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #993333; list-style-type: disc;}
A {text-decoration: underline; color: #D74148;}
A:LINK {text-decoration: underline; color: #D74148;}
A:VISITED {text-decoration: none; color: #D74148;}
A:HOVER {text-decoration: none; color: #66FF00;}
A:ACTIVE {text-decoration: none; color: #66FF00;}


/***** Styles des titres *****/
.Titre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
	text-align: center;
}
.SousTitre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #993333;
	text-align: left;
	text-indent: 0pt;
}
.Texte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	font-size : 11px;
	background-color : #FDFDEA;
	text-align: justify;
}
.ChampErreur {	
	background-color: #FF9999;
}	
.LienFooter{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D74148;
	font-size : 10px;
	text-align: center;
}
.PucePlan1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	font-size : 11px;
	font-weight: bold;
	background-color : #FDFDEA;
	text-align: justify;
	text-indent: 20pt;
}
.PucePlan2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	font-size : 10px;
	background-color : #FDFDEA;
	text-align: justify;
	text-indent: 40pt;
}	
/******** Pour l'impression *********/
.ImpressionTexte {font-size: 12px; color: #000000; text-align: justify;}
.ImpressionTexte P{font-size: 12px; color: #000000; text-align: justify;}
.ImpressionTexte TD{font-size: 12px; color: #000000; text-align: justify;}
.ImpressionTitre {font-size: 12px; color: #000000; font-weight: bold;}
.ImpressionBasPage { font-size: 12px;	color: #FFFFFF; font-weight: bold; }


/************ JQUERY ***********/


.next, .prev{
	cursor:pointer;
}

#screen2{
	position:relative;
	width:350px;
	margin:20px;
}
	#screen2 #buttons{
		margin-bottom:5px;
		width:350px;
	}
	
	#screen2 #buttons a{
		margin:10px 10px;
		color:#69C;
	}
	#screen2 .prev{
		float:left;
	}
	#screen2 .next{
		float:right;
	}

#slideshow{
	overflow:hidden;
	width:390px;
}

	#slideshow ul{
		width:3900px;
		padding-left:225px;
	}

		#slideshow li{
			float:left;
			margin:0 16px;
			cursor:pointer;
		}
