/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#FFFFFF; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:11px; }

h1 { color:#e8e8e8; font-size: 1.4em; }
h2 { color:#FFFFFF; font-size: 1.3em; font-weight:600;}
h3 {
	color:#FFFFFF;
	font-size: 1.2em;
	font-weight:bold;
	line-height:1.3em;
	background-color:#CCCCCC;
	color:#DD111A;
	margin:0;
	padding:0 10px;
}
	
h4 { color:#FFFFFF; font-size: 1em; }
h5 { color:#FFFFFF; font-size: 0.83em; }
h6 { color:#FFFFFF; font-size: 0.67em; }
p {
	color:#FFFFFF;
	font-size: 1.2em;
}
ul, ol { color:#FFFFFF; font-size: 1em; padding:5px 0; }
ul, li {  color:#FFFFFF; font-size: 1em; list-style:outside; list-style-image:url(../images/puces.jpg); line-height:20px; margin:0 20px; }
* li {
	padding-left:5px;
	font-size: 1.2em;
}
a { color:#FFFFFF; text-decoration:underline; }
a:hover { text-decoration:none; color:#f00e0e; } /* si changement de couleur au survol */
a:visited { } /* si changement de couleur après le clic */
input { border-width:thin; padding:3px; color:#FFFFFF; }
textarea { border-width:thin; padding:3px; color:#FFFFFF; }
em { }
strong { }
fieldset {border-style:solid; border-width:thin; padding:10px; border-color:#CCCCCC;}
legend {color:#FFFFFF; padding:5px; font-family:"Tw Cen MT Condensed", Geneva, Arial; font-size:1.6em; font-weight:bold;}

.titrePage{ padding-left:40px; margin-bottom:0; font-weight:600; font-size:24px; font-family:"Tw Cen MT Condensed", Geneva, Arial, helvetica, sans-serif; }

#centre-plan{
	width:650px;
	margin:0 auto;
	padding:10px;
	text-align:justify;
}
/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft{ float:left; margin-right:1em; }
.imgRight{ float:right; margin-left:1em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }

/* Des classes d'alignement du texte */
.h1index{ font-size:1.1em; }
.txtIntro{ position:absolute; left:0; width:100%; top:500px; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

/* Des classes de formatage du texte en ligne */
.bold, .gras { font-weight: bold; }
.italic, .italique { font-style: italic; }
.strike, .barre { text-decoration: line-through; }

/* Des classes flotante */
.floatleft { float: left; }
.floatright { float: right; }
.floatright_bottom { float: right; margin-top:80px;}

/* Les "nettoyeurs" */
.clearb { clear: both; }
.clearer { clear: both; width: 0; height: 0; line-height: 0; }

/* Formulaire de contact */

#frmEnvoi{
	width:100%;
}

#frmEnvoi input, textarea{ background-color:transparent; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }
#frmEnvoi .champ { border:none; border:#FFFFFF inset 1px; padding:5px; background-color:#FFFFFF; color:#000000; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#FFFFFF inset 1px; padding:5px; background-color:#FFFFFF; color:#000000; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#FFFFFF;  background-color:#FFFFFF; color:#000000;}
.size{
	width:240px;
}
.formSize{width:492px; margin:0 auto; text-align:center;}
.genre{
	padding:10px 0 20px 95px;
}
input.calendar  {border:1px gray solid; width:80px; color:#000000;} /* style du calendrier */

/*friends send*/
#ami #send2 { border-color:#FFFFFF;  background-color:#FFFFFF; color:#000000;}
body.ami{background-color:#000000; background-image:none;}
#ami{background-color:#000000; background-image:none;}
#ami .champ { border:none; border:#FFFFFF inset 1px; padding:5px; background-color:#FFFFFF; color:#000000; }
#ami .field{ text-align:right; margin-top:10px; }
#ami #code {  border:none;  border:#FFFFFF inset 1px; padding:5px; background-color:#FFFFFF; color:#000000; }

/* Stylisation */
.cadre{
	border: solid 1px;
	border-style:dashed;
	padding: 10px;
}
.rouge {color: #DD111A;}

.Layer1 {
	position:absolute;
	width:80px;
	height:20px;
	z-index:0;
}
.position1{
	left: 142px;
	top: 103px;
}

.margeImg{
padding-top:10px;}

.actu {
width:300px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:20px;
margin-bottom:20px;
font-size:12px;
	}
.fondContenu{ background:url(../images/fond-accueil.jpg) no-repeat top; }

.padR{padding-right:10px;}
.padR20{padding-right:20px;}

.padL{padding-left:10px;}
.padL100{padding-left:100px;}
.padL120{padding-left:120px;}

.service{color: #DD111A; float:right; padding:10px 20px 10px 20px; font-size:14px;}
/*============ HIGHLIGHT =============*/

.highslide {
	cursor: url("../images/graphics/zoomin.cur"), pointer;
	#cursor: url("images/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: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 24px;
	background-image: url("../images/graphics/loader.white.gif");
    #background-image: url(../images/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;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url("../images/graphics/fullexpand.gif") no-repeat;
	#background: url(../images/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

