/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:#23D6EA; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.0625em;
	color:#00001;/* couleur noir */
	}
html { min-width:980px;}
html, body { height:100%;}



/* Global Structure ============================================================= */

.banniere {
 	background:url(../images/banniere2.png);
	height:288px;
	width:1060px;
	margin:0 auto;
	
}

.container_24 {
	position: float;
	font-size:0.75em;
}


	/* Header */
	header{
		height:310px;
		overflow:hidden;
		background:url(../images/header-tail.gif);
		}
	
	/* Content */
	section#content {
		background:url(../images/content-tail.gif) 0 0 repeat-x #f8f8f9;
		padding-bottom:150px;
		position : float;
		height: 520px;
		}
	
	/* Sidebar */
	aside{
		
		}
			
	/* Footer */
	footer{
		background:url(../images/footer-tail.gif) 0 100% repeat-x #1079ac;
		padding:25px 0 25px 0;
		}

	/*label*/
	label{
		display : block;
		float : left;
		width : 150px;
		
	}


/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
	
}

/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	}

/*----- other -----*/
div#colservice1
{
position: absolute;
top: 210px;
left: 100px;
}

div#colservice2
{
position: absolute;
top: 188px;
left: 400px;
width: 210px;
}

div#colservice3
{
position: absolute;
top: 210px;
left: 700px;
}


.photo_loire
{
position :float;
float : left;

}
.presentation
{
	position : float;
	left : 25px;
	margin-top: 4px;

	
}
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
	}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
	}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
		}

.extra-wrap { 
	overflow:hidden;
	}

p {margin-bottom:10px;}
.p1 { margin-bottom:8px;}
.p2 { margin-bottom:17px;}
.p3 { margin-bottom:26px;}


/*----- txt, links, lines, titles -----*/
a {
	color:#606EFF; 
	outline:none;
	}
a:hover{
	text-decoration:none;
	}

h2 {
	font-size:45px;
	line-height:1.2em;
	font-weight:normal;
	color:#30383a;
	letter-spacing:-2px;
	font-weight:700;
	margin-bottom:18px;
	}
	h2 span {
		font-size:32px;
		line-height:1.2em;
		font-weight:500;
		display:inline-block;
		position:relative;
		top:13px;
		}
h3 {
	
	font-size:25px;
	line-height:1.2em;
	font-weight:500;
	color:#30383a;
	background:url(../images/line-hor.gif) 0 100% repeat-x;
	padding:0 0 8px 220px;
	margin-bottom:20px;
	
	}
h4 {
	padding : 0 0 8px 220px;
	font-size:13px;
	color:#454f51;
	margin-bottom:1.6em;
	}
	h4.alt {
		padding-top:10px;
		}
h5 {
	
	}
h6 {
	
	}
body
{
	font-family : 'Trebuchet MS', Arial, sans-serif;
	font-size : 1.2em;
	
}

.button { 
	display:inline-block;
	width:81px;
	height:37px;
	line-height:37px;
	font-size:18px;
	background:url(../images/button.png) no-repeat 0 0;
	color:#fff;
	text-decoration:none;
	text-align:center;
}


/* Boxes */
.box {
	background:#eaedf0;
	border:1px solid #c4c4c3;
	padding:28px 29px 43px 29px;
	position:relative;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(js/PIE.htc);
}


.address { 
	float:left;
	padding-bottom:3px;
}
	.address dt {
		margin-bottom:17px;
	}
	.address dt:first-line {
		font-weight:bold;
		color:#454f51;
		font-size:13px;
		}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:77px;
		}



/* Header
---------------------------------------- */

.header-bg {
	background:url(../images/header-bg.jpg) no-repeat 50% 0;
	height:537px;
	}

/* Logo */
.logo {
	position:absolute;
	left:9px;
	top:27px;
	}
/*Logo CMA*/
.logoAtaria
{
	position:float;
	
}
.follow
{
	float : right;
	padding-top : 245px;
	padding-right : 5px;
}

.follow img
{
	height: 30px;
}

.video
{
	float : left;
	padding-top : 50px; 
	

}

/* Navigation */
header nav {
	position:absolute;
	top:240px;
	left:150px;
	}

	header nav ul li {
		float:left;
		}
		header nav li a {
			float:left;
			padding:12px 21px 18px 21px;
			font-size:16px;
			line-height:1.2em;
			color:#fff;
			text-decoration:none;
			text-shadow:1px 1px 0 #004376;
			position:relative;
			}
		header nav li a.current {
			background:#006195;
			border-radius:7px;
			-moz-border-radius:7px;
			-webkit-border-radius:7px;
			behavior:url(js/PIE.htc);
			}
			
/* RSS */
a.rss {
	display:block;
	position:absolute;
	right:8px;
	top:36px;
	color:#014568;
	background:url(../images/icon-rss.png) no-repeat 100% 0;
	padding:4px 54px 10px 0;
	font-size:1.1em;
	}
a.rss:hover {
	color:#fff;
	}

/* Main banner */
.main-banner {
	/*display:block;*/
	position:float;
	/*left:9px;*/
	top:20px;
	opacity:0.95;
	}





/* Content
---------------------------------------- */
#content {
	
}
	.inside {
		padding:0 0 0 10px;
		}
		.inside .inside {
			padding:40px 0 0 0;
			}
	.row {
		padding-bottom:34px;
		}

/* List */
.list1 li {
	background:url(../images/marker1.gif) no-repeat 0 5px;
	padding:0 0 0 25px;
	line-height:24px;
	font-size:13px;
	}


.list2 dt {
	font-weight:bold;
	font-size:13px;
	color:#454f51;
	}
.list2 dd {
	border-bottom:1px dashed #e1e5e6;
	padding:0 0 10px 0;
	margin-bottom:11px;
	}
.list2 dd:last-child {
	border-bottom:none;
	}


.list3 dt {
	font-weight:bold;
	font-size:13px;
	color:#454f51;
	}
.list3 dd {
	margin-bottom:17px;
	}
.list3 dd:last-child {
	margin-bottom:0;
	}




/* Footer
---------------------------------------- */
footer {
	color:#2792c5;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 900px;
	}
footer a {
	text-decoration:none;
	color:#2792c5;
	}
footer a:hover {
	text-decoration:underline;
	}
	

/* Copy */
footer .copy {
	float:right;
}
	

/* Footer navigation */
footer nav {
	float:right;
	}
	footer nav li {
		display:inline;
		border-left:1px solid #0e74a6;
		padding:0 8px 0 11px;
		}
	footer nav li:first-child {
		border:none;
		}
		footer nav li a:hover,
		footer nav li a.current {
			color:#fff;
			text-decoration:none;
			}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
	color:#373732;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
	#contacts-form label {
		display:block;
		height:58px;
		overflow:hidden;
	}
		#contacts-form input {
			color:#111;
			border:1px solid #a09b96;
			background:#fff;
			padding:3px 0 3px 5px;
			width:170px;
		}
		#contacts-form textarea {
			color:#111;
			border:1px solid #a09b96;
			background:#fff;
			padding:3px 0 3px 5px;
			width:260px;
			overflow:auto;
			height:128px;
			margin-bottom:18px;
		}
		#contacts-form .button {
			float:right;
			margin-left:14px;
		}
/*Galerie Photos*/
#images-box {
    /* La largeur totale du bloc conteneur, essentiellement pour le centrage */
    width: 850px;
    margin: 0px auto;
    position: relative;
    top: 10px;
    height:520px;
}
 
.image-lightbox img {
    /* Chaque image hérite ses dimensions de son parent */
    width: inherit;
    height: inherit;
}
 
.holder {
    /* Dimension des images, vous pouvez les modifier */
    width: 250px;
    height: 166px;
    /* Flottement à gauche, donc l'ensemble est aligné à droite */
    float: left;
    margin: 0 20px 0 0;
}

.image-lightbox {
    /* Les dimensions héritent de .holder */
    width: inherit;
    height: inherit;
    padding: 10px;
    /* Ombrage des blocs */
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 5px;
    /* Position absolue pour permettre de zoomer ultérieurement */
    position: absolute;
    top: 0;
    font-family: Arial, sans-serif;
    /* Transitions pour rendre l'ensemble visuellement abouti */
    -webkit-transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    -ms-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
}
 
.image-lightbox span {
    display: none;
}
 
.image-lightbox .expand {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4000;
    background: rgba(0,0,0,0); /* Fixe un bogue d'IE */
}
 
.image-lightbox .close {
    position: absolute;
    width: 20px; height: 20px;
    right: 20px; top: 20px;
}
 
.image-lightbox .close a {
    height: auto; width: auto;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    background: #22272c;
    box-shadow: inset 0px 24px 20px -15px rgba(255, 255, 255, 0.1), 
        inset 0px 0px 10px rgba(0,0,0,0.4), 
        0px 0px 30px rgba(255,255,255,0.4);
    border-radius: 5px;
    font-weight: bold;
    float: right;
}
 
.close a:hover {
    box-shadow: inset 0px -24px 20px -15px rgba(255, 255, 255, 0.01), 
        inset 0px 0px 10px rgba(0,0,0,0.4), 
        0px 0px 20px rgba(255,255,255,0.4);
}
 
div[id^=image]:target {
    width: 450px;
    height: 300px;
    z-index: 5000;
    top: 50px;
    left: 200px;
}
div[id^=image]:target .close {
    display: block;
}
 
div[id^=image]:target .expand {
    display: none;
}
 
div#moiss:target, div#image-2:target, div#image-3:target, div#image-4:target , div#image-5:target, div#image-6:target  { left: 200px; }
 
div#moiss{ left: 0; } /*float*/
div#image-2 { left: 290px; } /*float*/
div#image-3 { left: 580px; } /*float*/
div#image-4 { left: 0px; top: 200px; } /*float*/
div#image-5 { left: 290px; top : 200px; }
div#image-6 { left: 580px; top : 200px; }
/*==========================================*/