.title_white {font-family:verdana,arial,helvetica,geneva;font-size:18px;color:#FFFFFF; font-weight: bold}		// Pour les titres des pages

.subtitle_blue_16 {font-family:verdana,arial,helvetica,geneva;font-size:16px;color:#3399CC; font-weight: bold}		 /* NON UTILISÉ  */

.subtitle_white_16 {font-family:verdana,arial,helvetica,geneva;font-size:16px;color:#FFFFFF; font-weight: bold}		 /* Sous titres  */
.subtitle_white_14 {font-family:verdana,arial,helvetica,geneva;font-size:14px;color:#FFFFFF; font-weight: bold}		 /* Sous-sous titres  */

.subtitle_terra_16 {font-family:verdana,arial,helvetica,geneva;font-size:16px;color:#FF7F01; font-weight: bold}		 /* Sous titres */
.subtitle_terra_14 {font-family:verdana,arial,helvetica,geneva;font-size:14px;color:#FF7F01; font-weight: bold}		 /* Sous-sous titres */

.text_white_13 {font-family:verdana,arial,helvetica,geneva;font-size:13px;color:#FFFFFF;}							 /* Texte standard */
.text_white_12 {font-family:verdana,arial,helvetica,geneva;font-size:12px;color:#FFFFFF;}		/* Non utilisé */
.text_white_10 {font-family:verdana,arial,helvetica,geneva;font-size:10px;color:#FFFFFF;}		/* Non utilisé */
.text_white_9 {font-family:verdana,arial,helvetica,geneva;font-size:9px;color:#FFFFFF;}			/* Flèches texte */
.text_white_8 {font-family:verdana,arial,helvetica,geneva;font-size:8px;color:#FFFFFF;}			/* Non utilisé */

.text_blue_12 {font-family:verdana,arial,helvetica,geneva;font-size:12px;color:#3399CC;}			/* Copyright */

.subtitle_16 {font-family:verdana,arial,helvetica,geneva;font-size:16px; font-weight: bold}			/* Texte non blanc */
.subtitle_14 {font-family:verdana,arial,helvetica,geneva;font-size:14px; font-weight: bold}			/* Texte non blanc */
.text_13 {font-family:verdana,arial,helvetica,geneva;font-size:13px;}								/* Texte non blanc */
.text_12 {font-family:verdana,arial,helvetica,geneva;font-size:12px;}								/* Non utilisé */


a{color:#FED65C; text-decoration:none}					/* Couleur lien: Orangé */
a:active{color:#FFFFFF;}
a:visited{color:#FED65C;}									/* Visité: reste identique: Orangé */
a:hover{color:#FF7F01; text-decoration:underline}	  	/* Passge Souris:  Terra Cota souligné */
.hide{display:none;}
.active{display:block;}
/*.fix{position:absolute;top:220px;}*/
.fix{position:absolute;margin-top:-98px;}
body, textarea {
scrollbar-arrow-color:#FFFFFF;  			/* arrow */
scrollbar-track-color:#415b7a;			/* track */
scrollbar-face-color:#3a5069;				/* main color */
scrollbar-highlight-color:#eeeeee;		/* top and left */
scrollbar-3dlight-color:#415b7a;			/* outer top and left */
scrollbar-shadow-color:#000000;			/* bottom and right */
scrollbar-darkshadow-color:#000000;		/* outer bottom and right /*/
}
table, td, tr {
border:none;
}
.redbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #840000;
	border-right-color: #840000;
	border-bottom-color: #840000;
	border-left-color: #840000;
}





/* Pour le slider bien fait */
/*--Main Container--*/
.main_view {
	float:right;
	position:relative;
}
/*--Window/Masking Styles--*/
.window {
	height:236px;	width: 151px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0px;
}
.image_reel img {
	border:0;
	}

/*--Paging Styles--*/
.paging {
	position: absolute;
	margin-left:15px;
	overflow: hidden;
	width: 236px; height:151px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height:13px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	display:block;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	/*border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}
.paging a:hover {font-weight: bold;}