@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#000; font-size:80%; font-family:"Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 { color:#AB2C5F; }
h1 { font:bold 12px Georgia, "Times New Roman", Times, serif; text-align:center; padding-bottom:20px; }
h2 { font:bold 1.17em Georgia, "Times New Roman", Times, serif; text-align:center; }
h3 { font:bold 1em Georgia, "Times New Roman", Times, serif; text-align:center; }
h4 { font-size:.9em; }
h5 { font-size:.83em; }
h6 { font-size:.67em; }
p, ul, ol, li { font-size:1em; }
a { color:#000; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#000; border-width:thin; padding:3px; }

/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding-bottom:0; margin:0 2em 0 0; /*border:1px solid #000;*/ }
.imgRight { float:right; padding-bottom:0; margin:0 0 0 2em; /*border:1px solid #000;*/ }

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

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

/* Des classes flotante */
.floatleft { float:left; }
.floatright { float:right; }

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

/* Adresse : Liens de bas de page
----------------------------------------------------------*/
#adresse p, #adresse a { color:#000; } /* couleur des liens de bas de page */
#adresse p { font-size:.9em; }

/* Image de validation W3C
----------------------------------------------------------*/
#validator a img { background-color:#000; } /* Activer le CSS si le fond du site est blanc */

/*	Page d'accueil
----------------------------------------------------------*/
/*h1#chapeau { padding:1em 0 2em; }*/ 
.illustration { float:right; padding:0 0 0 1.5em; }
/*#p_accueil { margin-top:.5em; } - Activer pour descendre le 1er paragraphe */

/*	Site en cours de réalisation
----------------------------------------------------------*/
#site { text-align:center; padding-top:6em; }


/* ============== Plan Aces ================ */
.plan {
	width: 550px;
	height: 430px;
	border:5px solid;
	border-color:#bb274e;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
#map .infosbulle p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #bb274e;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;

}
.plan-printer img, 
.plan-printer a {
	border: none;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		
	}
	
	
.text-acc{font-size:11px;}	

.bullet{margin-left:20px; margin-right:10px;}

.bullet1{margin-left:40px; margin-right:10px; margin-top:3px;}

.bullet2{margin-left:20px; margin-right:10px; margin-top:3px; margin-bottom:20px;}

.div1{width:49%;}

.td1-l{width:90px;}

/* Css Ai */

.list-a{vertical-align:middle;
margin-left:13px;
margin-right:7px;}

.list-a1{vertical-align:middle;
margin-left:40px;
margin-right:7px;}

.list-a2{
vertical-align:middle;
margin-right:7px;
margin-left:20px;
margin-bottom:20px;
margin-top:5px;}

.list1-a{vertical-align:middle;
margin-left:41px;#margin-left:42px;_margin-left:42px;
margin-right:7px;}

.bullet1-a{float:left; padding-bottom:5px; margin-top:5px;}
.bullet2-a{float:left; padding-bottom:40px; margin-top:5px;}
.chia2{width:48%;}
.chia2b{width:46%;}
.chia2-1{width:52%;}
.chia2b1{width:40%;}
.chia3{width:28%; padding-right:28px;}
.chia3b{width:32%;}

.table1 { width: 630px; margin: 0 auto; border-collapse: collapse; }

.table1 td { 
vertical-align:middle;
border: 1px solid #af2a5b;
padding: 10px;
}

.td-width1{ width: 13%; text-align: left; }
.td-width2{ width: 17%; }
.td-width3{ width: 20%; }


/* End Css Ai */



/*============ HIGHLIGHT =============*/

.highslide {
	cursor: url(../images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border:#af2a5b solid 1px;
}
.highslide-image-blur {
}
.highslide-caption {
    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: 0px;
    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;
}

a.highslide-full-expand {
	background: url(../images/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;
}

fieldset { padding:0 10px;border:1px solid #b22a5f; /* couleur du fieldset */ }
legend { padding:2px 15px 2px 10px; font: 700 1em Georgia, "Times New Roman", Times, serif; color:#b22a5f; /* couleur de la légende */ /*border-left:3px solid #5F943A; barre verticale */}



.img{ vertical-align:middle;}



.mar{ margin-left:200px;}
.annuaire {width:101px;display:block;background-color:white;white-space:normal;margin:0 auto;padding:0; text-align:center;
}

.video {width:300px; margin:auto; }


.bulletL{float:left; padding-bottom:0px; margin-top:3px; padding-left:0px; padding-right:5px;}
.bulletL2{padding-bottom:0px; margin-top:0px; padding-left:0px; padding-right:5px; vertical-align:middle;}
.bulleth2{margin-bottom:20px; }
.bulleth3{margin-bottom:40px; }
.bulleth4{margin-bottom:60px; }
.bulleth5{margin-bottom:90px; }

.bulletP{margin-right:5px; margin-bottom:15px; float:left; margin-top:3px;}

.bulletN{float:left; padding-bottom:0px; margin-top:2px; padding-left:20px; padding-right:5px;}

.marginleftha1
{
margin-left:50px;
}

.tb1-nhung{width:100%;}

.tb1-nhung td{padding:8px 5px 8px 5px; border:#b22a5f solid 1px;}

.w1{width:25%;}
.w2{width:10%;}

.color1{color:#c00000;}
.color2{color:#002060;}
.color3{color:#00b050;}
.color4{color:#00b0f0;}
.color5{color:#7030a0;}

.mgLN{margin-left:70px;}

.mgT{padding-top:20px;}

.bg{background:#ff8fff; color:#000000; text-align:center; font-weight:bold;}
.liste li { list-style-image:url(../images/bullet1.gif); margin-left:40px;  }

.lien-video a { color:#AB2C5F }
