@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border:none;
}

a,p,li, span, ul, h2, h3, h4, td {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
}

li {
	list-style-type:none;
}

html{
	background: url("fonds-v4-nuagesglobal.jpg") #ffe1b0;
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

body{
	
}

#container{
	width:986px;
	margin : 0 auto;
}

strong.bigger {
	font-size:130%;
}

#contents {
	background: url("fonds-contents-v3.jpg") repeat-y;
	background-position:50% top;
	width : 100%;
}

#contents-c1 {
	background: url("fonds-v4-nuagesbas-2.jpg") no-repeat ;
	background-attachment:fixed;
	background-position:50% 140px;
	min-height:540px;
}

#contents-c2 {
	width:710px;
	float:left;
	margin-top:20px;
	margin-left:9px;
	
}
	#contents-c2 h1 {
		margin-left : 10px;
		font-size:24px;
		margin-bottom:20px;
	}
	#contents-c2 p {
		padding : 4px 5px 10px 5px;
		text-align:justify;
	}
	
	#contents-c2 span {
		margin : 0px 20px 0px 10px;
	}
	
	#contents-c2 a {
		font-weight:bold;
		
	}
	#contents-c2 a:hover {
		color:#ff8800;
	}
	#contents-c2 li {
		
		background: url("puce1.png") no-repeat;
		background-position:top left;
		margin:2px 10px 2px 15px;
		padding-left:10px;
	}
	
	#contents-c2 ul {
		margin-left:10px;
		margin-right:30px;
	}
	
	#contents-c2 h2 {
		color:#ff8800;
		margin-top:20px;
		font-weight:bold;
		font-size:16px;
		margin-left:10px;
	}
	
	 #contents-c2 h3{
	 	color:#ff8800;
		margin-top:10px;
		font-weight:bold;
		font-size:16px;
		margin-left:10px;
	 }
	 
	 #contents-c2 h4 {
	 	color:#ff8800;
		margin-top:10px;
		font-weight:bold;
		font-size:16px;
		margin-left:10px;
	 }
	
	#contents-c2 #tarifs {
		
		border-collapse:collapse;
	}
	
	#contents-c2 #tarifs td {
		border:1px solid black;
		padding:2px 5px 2px 5px;
	}
	
	#contents-c2 #tarifs td.price {
		background: url("fond-transparent-10-10.png");
		
	}





#header-c {
	height:140px;
	margin : 0 auto;
	width:986px;
}

#header {
	background: url("fonds-v4-nuageshaut.jpg") no-repeat;
	position:fixed;
	top: 0px;
	z-index:10;
	width:986px;
}	
		#header h1 {
			float : left;
			margin-left:50px;
			margin-top:25px;
			display:inline;
			color:#ffffff;
		}
		#header a img {
			float:right;
			margin-right:43px;
			
			border-bottom:1px solid black;
			border-right:1px solid black;
			border-left:1px solid black;
		}
		#headerlinks {
			margin-top:36px;
			margin-left:9px;
			float:left;

			width:700px;
		}
				
		#headerlinks li {
			display:inline;
			float:left;
			border-left: 1px solid #000000;
			border-top: 1px solid #000000;
			border-bottom: 1px solid #000000;
			padding : 5px 5px 5px 5px;
			background:#3A71DE;
			color:#FFFFFF;
			font-weight:bold;
			font-size:14px;
		}
		#headerlinks li.last{
			border-right: 1px solid #000000;
		}
		#headerlinks li a{
			font-size:14px;
			font-weight:bold;
			color:#FFFFFF;
		}
		
		#headerlinks li a.showing {
			color:#000000;
		}
		#headerlinks li a:hover {
			color:#000000;
		}
				
		#headerlinks li span strong{
			
			background-position:right;
			display: inline-block;
		}
		
			#deroulant-pratique, #deroulant-temoignages
			{
				position:absolute;
				z-index : -1;
			}
			#deroulant-pratique{
				top : 111px;
				left : 200px;
			}
			#deroulant-temoignages{
				top : 111px;
				left : 70px;
			}

.article {
	overflow:hidden;
	margin-bottom:20px;
	border:1px solid #000000;
	background-color:#DFDFEF;
}

	#contents-c2 .article h2 {
		cursor:pointer;
		margin:0px;
		padding-left:10px;
		border-bottom:1px solid #000000;
		
	}
	
	.article h2.closedArt{
		background: url("fleche_bas.png") no-repeat;
		background-position:right;
	}
	
	.article h2.openArt{
		background: url("fleche_haut.png") no-repeat;
		background-position:right;
		
	}	
		.article h2:hover {
			background-color:#eeeeee;
		}
		
		.article .closeart {
			width:100%;
			height: 16px;
			background: url("fleche_haut.png") no-repeat;
			background-position:center;
			cursor:pointer;
			border-top:1px solid #000000;
		}
		 
			.article .closeart:hover {
				background-color:#FFFFFF;
			}
#boxes {

	width:200px;
	float:right;
	margin-top:24px;
	margin-right:45px;
}
	#flashbox {
		border:1px solid #000000;
		background-color:#FFFFFF;
		margin-bottom:20px;
		width:200px;
		height:300px;
		z-index : 0;
	}
	
	#artbox {
		border:1px solid #000000;
		background-color:#3A71DE;
		margin-bottom:20px;
		width:200px;
		height:240px;
		overflow:hidden;
	}
		#artbox h2 {
			font-weight:bold;
			font-size:16px;
			text-align:center;
			color:#000000;
			margin:0px;
			padding:2px;
		}
		#artbox a {
			margin-top:5px;
			margin-left:5px;
			font-weight:bold;
		}
		#artbox a:hover {
			color:#ff6600;
		}
		
		#artbox p {
			text-align:justify;
			padding:5px;
		}
	
	#linkbox {
		border:1px solid #000000;
		background-color:#3A71DE;
		width:190px;
		height:170px;
		margin-bottom:20px;
		overflow:hidden;
		padding : 0px 5px 0px 5px;
	}	
		#linkbox a {
			font-weight:bold;
		}
			#linkbox a:hover {
				color:#ff6600;
			}
		#linkbox p {
			margin : 5px 0px 5px 0px;
		}	
		#cadre_defil 
		{
			position:relative; 
			overflow:hidden;
			width:190px;
			height:170px;
		}
		
		#defile 
		{
			position:absolute;
		}

	#testimonialsbox img {
		border:1px solid #000000;
		margin-bottom:20px;
	}
	
	#accessbox img {
		border:1px solid #000000;
		margin-bottom:20px;

	}


#footer {
	height:10px;
	background: url("fonds-footer-v2.jpg") no-repeat;
	background-position:top;
	clear:both;
}











