/*
body {
	scrollbar-face-color		: #0085FF;
	scrollbar-shadow-color		: #000000;
	scrollbar-highlight-color	: #000000;
	scrollbar-3dlight-color		: #eee6aa;
	scrollbar-darkshadow-color	: #eee6aa;
	scrollbar-track-color		: #FFFFFF;
	scrollbar-arrow-color		: #FFFFFF;
}
/*
a:link {
	text-decoration:none;
}
a:visited {
	color:#FF0000;
	text-decoration:none; 
}
a:active {
	text-decoration:none;
}
a:hover {
	color:#FF0000; 
	text-decoration:blink;
}
*/
body {
	margin: 0px;
	padding: 0px;
	background: #cccccc url(site_style/style_fond.gif) repeat-x left top;
}

/* TITRES */

.titre_sujet {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color:#FFFFFF;
}
.titre_section {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color:#FFFFFF;
}

.titre_1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.titre_1_orange {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	padding-bottom: 1em;
	color:#000058;
}

.titre_1_services {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	color: #000058;
	padding:2px;
}

.titre_2_services {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	color: #333366;
	padding:2px;
}

/* TEXTES */

.texte {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align:justify;
	padding-right:12px;
}

.texte10 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-align:justify;
	padding-right:12px;
}

.texte_focus {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 10px;
	font-weight: bold;
	color: #333366;
}


/* SPECIAL */

.photo {
	display : block;
	float : left;
}

.copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 1em;
	text-align: center;
	font-size: 10px;
	color: #333333;
}

/* LIENS */

a {
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #FF9933;
}

a:visited {
	
}

.liens_1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color:#FFFFFF;
	padding:7px;
}


.liens_2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color:#333366;
	
}

.liens_3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	padding:3px;
}

.menu_gauche a {
	text-decoration: none;
	color: #ffffff;
}
.menu_gauche a:visited {
	text-decoration: none;
	color: #ffffff;
}
.menu_gauche a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #FF9933;
}
.menu_gauche a:active {
	text-decoration: none;
	color: #ffffff;
}

/*Highslide*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
   	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	
	display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}