/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */



/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */


body
{
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #dededf;
}

#header
{
	margin-top:15px;
}

#header ul
{
	list-style-type: none;
	width: auto;
	font-family: 'Abel', sans-serif;
	margin-top:20px;
	margin-top:0\0/;

}

#header ul li
{
	display: inline;
	padding: 0 25px;
}

#header ul li a
{
 	font-size: 20px;
 	color:#333333;
}


#header ul li a.active
{
 	font-size: 20px;
 	color:#de3a00;
}


.logo
{
	margin-left:-15px;
}

#main
{
	margin-top:20px;
}

#colonne
{
	margin-top:40px;
}

#colonne h3
{
	margin-top:0;
	color:#de3a00;
}

#overtext
{
	position: absolute;
	z-index: 9999;
	width: 500px;
	right:0;
	line-height: 18px;
	display: none;
}

#footer
{
	background-color: #fff;
	margin-top:30px;
	border-bottom: 4px #de3a00 solid;
}

#footer p
{
	font-size: 11px;
	padding: 10px  0 0 0;
}

	.gallery {

	}
	.gallery ul { list-style: none;width: auto; }
	.gallery ul li { display: inline; }
	.gallery ul img {
		border: 5px solid #868685;
		border-width: 5px 5px 20px;
	}
	.gallery ul a:hover img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.gallery ul a:hover { color: #fff; }