#skiptomain { display: none; }

#nav { background:#e1e0dc url(/images/bodyback.png); box-shadow:0px 2px 4px rgba(0,0,0,0.1); float:left; width:100%; position:fixed; z-index:9; }
#nav ul, #nav li { display:inline-block; margin:0; padding:0; }
#nav a { display:block; padding:.9em 1.5em; font-size:1em; font-family:'Oswald'; font-weight:300; color:#000; }
#nav a:hover {  color:#ed1518; }
#nav a.active, #nav a.active:hover { background:#fff; color:#000; }
#nav a.button { color:#fff; padding:.6em .75em; }
		
#wrapper
	{
	width: 100%;
	position: relative;
	text-align: left;
	background: #FFFFFF;
	background-image:url("images/chez_raita.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment:fixed;
	}

#headcontainer
	{
	width: 100%;
	max-height: 130px;
	background: rgba(255, 255, 255, 0.40);
	/*	background: #FFFFFF;							*/
	/*	background-image:url("images/fond_entete.png");	*/
	/*	background-position: center top;				*/
	/*	background-repeat: repeat-x;					*/
	}

header
	{
	/*	width: 1200px; /* 1040px / 90%  */
	max-width: 1200px;	/*	1040px	/ 90% */
	clear: both;
	font-size: 0.8125em; /* 13 / 16 */
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	color: #FFFFFF;
	text-align: center;
	}

header h2 { margin:0 0 1em 0;  font-weight:300; }

.twitter-share-button { margin-top:.5em; }

header a.button { font-size:1.5em; margin:2em 0 1.5em 0; }
			
#maincontentcontainer
	{
	width: 100%;
	min-height: 600px;
	/*	background-image:url("images/pilote_lagonnaire.jpg");	*/
	/*	background-position: center top;						*/
	/*	background-repeat: no-repeat;							*/
	/*	background-attachment:fixed;							*/
	padding: 0 0 0 0;
	}

#maincontent
	{
	max-width: 1200px; /* 1040px / 90% / 13 / 92.3em */
	min-height: 600px;
	clear: both;
	font-size: 16; /* 13 / 16 / 1em*/
	margin: 0 auto;
	padding: 0 0 20px 0;
	color: #005588;
	background: rgba(255, 255, 255, 0.40);
	line-height: 1.5em;
	position: relative;
    /*	-webkit-border-radius: 0px 0px 20px 20px;	*/
    /*	-moz-border-radius: 0px 0px 20px 20px;		*/
    /*	border-radius: 0px 0px 20px 20px;			*/
	}
		
.maincontent
	{
	max-width: 1200px; /* 1040px / 90% / 13 / 92.3em */
	min-height: 600px;
	clear: both;
	font-size: 16; /* 13 / 16 / 0.8125em*/
	margin: 0 auto;
	padding: 0 0 20px 0;
	color: #005588;
	background: rgba(255, 255, 255, 0.40);
	line-height: 1.5em;
	position: relative;
    /*	-webkit-border-radius: 0px 0px 20px 20px;	*/
    /*	-moz-border-radius: 0px 0px 20px 20px;		*/
    /*	border-radius: 0px 0px 20px 20px;			*/
	}

#footercontainer
	{
	width: 100%;
	height: 150px;
	background: rgba(255, 255, 255, 0.40);
	/*	background-image:url("images/fond_pied.png");	*/
	/*	background-repeat:repeat-x;						*/
	/*	background-position: center top;				*/
	}
	
footer
	{
	max-width: 1200px;
	clear: both;
	line-height: 20px;
	font-size: 14;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.40);
	color: #006699;
	}

footer strong
	{
	font-size: 1.077em;
	color: #006699;
	}


footer a:link, footer a:visited { color: #0099CC; text-decoration: none; }

footer a:hover { color: #000000; text-decoration: underline; }

footer a:link.button {text-decoration: none;}

ul.pagefooterlist, ul.pagefooterlistimages
	{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

ul.pagefooterlist li, ul.pagefooterlistimages li
	{
	clear: left;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	display: block;
	line-height: 1.5em;
	font-weight: normal;
	background: none;
	}

ul.pagefooterlistimages li
	{
	height: 70px;
	}


ul.pagefooterlistimages li img
	{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha( opacity  = 75);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

ul.pagefooterlistimages li a
	{
	text-decoration: none;
	}

ul.pagefooterlistimages li a:hover img
	{
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha( opacity  = 100);
	}

