/*Base for all*/

body {
	margin: 0px;
	padding: 0px;
	background: #ececec url(images/bg.png) repeat-y center;
	color: #666666;
	font: 11px Arial, Helvetica, sans-serif;
	color:#666666;
}

/*Balise H*/
h1, h2, h3, h4, h5, h6, ul, li,  {
		margin:0; 
		padding:0;
		letter-spacing: 0.05em; }

h1{font-size: 12px;}
h2{font-size: 14px;}
h3{font-size: 16px;}
h4{font-size: 18px;}
h5{font-size: 20px;}
h6{font-size: 22px;}

/*Links*/		
a {
		color: #890D03;
		text-decoration: none;
		font-weight:bold;}
a:hover {
		color: #FF6600;
		text-decoration: underline;
		font-weight:bold;}
		
a img {border: none;}

.textbalise {
	padding-left: 150px;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: left;
	valign:"top";	
}

/*Typo*/	
.orange {color: #FF9900;}
.orange2 {color: #FF6600;}
.Noir {color: #000000}
.blackred {color: #890D03}
.title {
	margin-bottom:3px;
	color: #000000;
	font-weight: bolder;
	}
	

/*Highslide pour le plan*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.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;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
