@import url("Grid960.css");
@import url("padmar.css");
@import url("main.css");
@import url("title.css");
@import url("classlink.css");

/* basic parameters */
p, ul, li, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0;}

body , html {
	margin: 0;
	padding:0px 0px;
	height:100%;
}

body {
	color:#4c4c4c;
	font: normal 0.7em/1.2em   verdana, arial ,serif;
	font-weight:lighter;
	background:#fff;
}



.logo {
	position:absolute;
	right:0px;
	bottom:0px;
}

a { outline:none; }

p, ul, li, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0;}


div#header h1 a, div#header h1 a:hover , div#footer a, div#footer a:hover , a img, .form input.submit { border:none; }


/* different float */
.right {float:right;}
.left {float:left;}
.center { position:relative; margin:0 auto; }
.autoHorizontal { position:relative; margin-left: auto; margin-right: auto; }
.autoVertical { position:relative; margin-top: auto; margin-bottom: auto; }



.TextRight { text-align:right; }
.TextCenter { text-align:right; }

/* alert ! */

 strong.alert, strong.error{
	display:block;
	float:left;
	width:93%;
	margin:10px auto;
	padding:1%;
	border:1px solid #f00;
	background:#faefef url(images/alerte.png) 5px center  no-repeat;
	Font-size:16px;
	color:#111;
	line-height:22px;
	padding-left:40px;
 } 
 
 strong.alert2, strong.success {
	display:block;
	float:left;
	width:93%;
	margin:10px auto;
	padding:1%;
	border:1px solid #5cda00;
	background:#deffc5 url(images/alerte2.png) 5px center  no-repeat;
	Font-size:16px;
	color:#111;
	line-height:22px;
	padding-left:40px;
 }
 
  strong.alert3 {
	display:block;
	float:left;
	width:93%;
	margin:10px 8px;
	padding:1%;
	border:1px solid #0091d7;
	background:#d0e2ea url(images/alerte3.png) 5px center  no-repeat;
	Font-size:16px;
	color:#111;
	line-height:22px;
	padding-left:40px;
 }
 
 /* ASLIDE JQUERY */
 
#Aslglob {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:20px 0 20px 0;
	height:300px;
	background-color:#fff;
}

#Aslglob .content {
	position:relative;
	width:90%;
	margin:0 auto;
}

#Aslglob .content .Aslimg{
	float:left;
	height:100%;
	width:250px;
	margin:0px 15px 0px 16px;
	background:#fff;
}

#Aslglob > div.Aslimg:first-child {
	margin-left:60px;
}

#Aslglob .content .Aslimg div{
	position:relative;
	margin:0px 5px;
	height:300px;
	width:250px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

#Aslglob .content img{
	max-height:250px;
	max-width:250px;
	-moz-box-shadow:1px 1px 3px #ccc;
	-webkit-box-shadow:1px 1px 3px #ccc;
	box-shadow:1px 1px 3px #ccc;
}

#Aslglob .content .Aslimg div  p{
	display:none;
	position:fixed;
	background:#000;
	border:4px solid #FFF;
	color:#FFF;
	padding:10px;
	z-index:999;
}

#Aslglob .next , #Aslglob .prev {
	width:50px;
	height:50px;
	position:absolute;
	background-image: url(slide/nav.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	z-index:2;
}

#Aslglob .next {
	background-position: top right;
	background-color:#fff; 
	top:50%;
	right:0;
	}
#Aslglob .prev {	
	background-position: top left;
	background-color:#fff;
	top:50%;
	right:left;
	}

#Aslglob .next:hover { background-color:#000;  background-position: bottom right; }
#Aslglob .prev:hover { background-color:#000;  background-position: bottom left; }

/* preview */

.overlay{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:10;
	background:#FFF;
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.load{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	margin:-35px 0px 0px -35px;
	background:#fff url(slide/loader.gif) no-repeat center center;
	width:70px;
	height:70px;
	z-index:9999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.Outnext,
.Outprev,
.Outclose{
	width:50px;
	height:50px;
	position:fixed;
	bottom:50%;
	margin-top:-25px;
	cursor:pointer;
	opacity:1;
	z-index:1000;
	-moz-box-shadow:0px 0px 2px #777;
	-webkit-box-shadow:0px 0px 2px #777;
	box-shadow:0px 0px 2px #777;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.Outnext:hover,
.Outprev:hover,
.Outclose:hover
{
	opacity:0.7;
}

.Outnext{
	background:#000 url(slide/next.png) no-repeat center center;
	right:-50px; /*10 to show*/
}

.Outprev{
	background:#000 url(slide/prev.png) no-repeat center center;
	left:-50px; /*10 to show*/
}

.Outclose{
	width:170px;
	text-align:center;
	padding-left:10px;
	text-transform:uppercase;
	line-height:50px;
	top:-70px;
	right:10px;
	margin-top:0px;
	background:#000 url(slide/close.png) no-repeat 10px 50%;
	color:#fff;
}

img.Outpreview{
	position:fixed;
	z-index:999;
	border:4px solid #000;
	top:20px;
	-moz-box-shadow:1px 1px 3px #777;
	-webkit-box-shadow:1px 1px 3px #777;
	box-shadow:1px 1px 3px #777;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);	
}


/* intro flash */
#foot {
	display:none;
}

#enter {
	position:absolute;
	margin:252px 368px;
	width:200px;
	height:0px;
	background:#000;
	font-family:arial;
	font-weight:lighter;
	opacity:0.8;
}

#enter a {
	display:none;
	float:left;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:16px;
	line-height:50px;
	text-transform:uppercase;
}

#enter a:hover {
	color:#f8d8c3;
}

#enter span {
	display:none;
	float:left;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:18px;
	line-height:95px;
}

strong{
	font-weight:bold;
}