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

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

h1, h2, h3, h4, h5, h6 { color:#af0000; }
h1 { font:bold 12px Georgia, "Times New Roman", Times, serif; text-align:center; }
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, li { font-size:1em; }
ul, ol { font-size:1em; }
code, pre { font-size:1.1em; }
a { color:#fff; text-decoration:underline; }
a:hover { text-decoration:none; }/*si changement de couleur au survol*/
textarea { color:#fff; border-width:thin; padding:3px; }

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

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

/* Elements Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding-bottom:0; margin:0 2em 0 0; /*border:1px solid #fff;*/ }
.imgRight { float:right; padding-bottom:0; margin:0 0 0 2em; /*border:1px solid #fff;*/ }
.imgRightai1 { float:right; padding-bottom:0; margin:0 0 0 1em; /*border:1px solid #fff;*/ }

/* 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:700; }
.strike, .barre { text-decoration:line-through; }
.souligne { text-decoration:underline; }
.br { display:block; }
.nowrap { white-space:nowrap; }
.no-style li { list-style-type:none; }

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

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

/* Page d'accueil
----------------------------------------------------------*/
/*h1#chapeau { padding:1em 0 2em; }*/ 
.illustration { float:left; padding:0 2em 0 0; }
.illustration-ai { float:left; padding:0 1em 0 0; }
#p_accueil { /*float:left; width:550px;*/ margin-top:1.2em; }/*Activer pour descendre le 1er paragraphe*/

/* Site en cours de realisation
----------------------------------------------------------*/
#site { text-align:center; padding-top:4.5em; }
.int{
width:100%;
}
.int1{
width:803px;
margin:0 auto;
}

.listai{vertical-align:middle;
#margin-top:4px;
margin-right:7px;}

.bulletai{float:left; padding-bottom:20px; margin-top:5px;}
.bullet2ai{float:left; padding-bottom:40px; margin-top:5px;}
sup{vertical-align:super; font-size:10px;}

/* ============== Plan Aces ====================== */

.plan {
	width: 640px;
	height: 480px;
	border:5px solid;
	border-color:#400001;
}
#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: #400001;
	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;
}

#googlemap a.googlemap-icon { display: block; background:url(../images/googlemap.jpg) no-repeat; width: 80px; height: 68px; text-align:center; margin:0 auto; }
#googlemap a.googlemap-icon:hover { background:url(../images/googlemap-hover.jpg) no-repeat; }
#googlemap a.googlemap-icon:active { background:url(../images/googlemap.jpg) no-repeat; }
#googlemap a.googlemap-icon span { display:none; text-align:center; }
.alignCenter{
	text-align:-moz-center;
	!text-align:center;
	width:359px;
	margin:0 auto;
	
}


/*============ 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;
}



.table-ai { width: 740px; #width: 760px; margin: 0 auto; border-collapse: collapse; }
.table-ai td { 
border-bottom: 1px dotted #ffffff;
padding: 5px 0;
}
.td-widthai{ width: 5%; text-align: right; }
.fieldsetai { padding:0 10px;border:1px solid #ffffff; }
.legendai { padding:2px 15px 2px 10px; color:#FFFFFF; font-size:16px; border-left:3px solid #ffffff; font-weight:bold; margin-left:7px; #margin-left:0px;}

.mr-3ai{margin-right:25px;}
.mr-4ai{margin-right:5px;}
.mr-4ai1{margin-right:15px;}
.mr-5ai{margin-right:5px;}
.hgai{height:15px;}
.hgai2{height:40px;}
.textai{color:#f4181b; font-size:15px; font-weight:bold;}
.mrai-text{margin-left:20px;}
.chia2ai{width:40%;}
.chia2ai1{width:58%;}
.chia2ai2{width:50%;}
.chia2ai3{width:43%;}
.chia3ai{width:45%;}
.chia3ai1{width:20%;}
.chia3ai2{width:25%;}

.widai1{width:175px; float:right;}
.widaiee{width:560px; float:left;}
.widfs1{width:350px; #width:360px; margin-right:40px;}
.widfs2{width:350px; #width:360px;}
.hgaifs{height:188px; #height:192px;}
.widingngieng{width:300px;}
.widingngieng1{width:340px;}
.w1{width:350px;}
.w2{width:300px;}
.floatleftai{float:right; margin-top:50px;}
.eee{width:740px; #width:760px;}

/*Phuong*/

.iconp{vertical-align:middle;
#margin-top:4px;
margin-right:7px;}

.mg-leftp{margin-left:30px;}

.listp{margin-bottom:15px; margin-top:3px; float:left;}


.tablep{width:100%;border-collapse: collapse;}

.txt-bigp{font-size:15px; font-weight:bold; color:#999999;}

.tablep td{padding:7px 0; border-bottom:1px #FFFFFF dotted;}
.td3{width:40%;}
.wp{width:10%;}
.wp1{width:20%;}
