#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/fond_contenu.jpg");	*/
	background-position: center top;
	background-repeat: no-repeat;
	}

#headcontainer
	{
	width: 100%;
	background: #000033;
	background-image:url(../images/fond_entete.png);
	background-position: center top;
	background-repeat:repeat-x;
	}

header
	{
	/*	width: 1000px; /* 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%;
	background:#FFFFFF;
	/*	background-image:url("images/fond_contenu.jpg");	*/
	/*	background-repeat:repeat-y;							*/
	/*	background-position: center top;					*/
	padding: 0 0 0 0;
	}

#maincontent
	{
	/*	width: 1000px; /* 1040px / 90% */
	max-width: 1200px; /* 1040px / 90% / 13 / 92.3em */
	min-height: 10px;	/*	min-height: 620px;	*/
	clear: both;
	font-size: 16; /* 13 / 16 / 1em*/
	margin: 0 auto;
	padding: 0 0 20px 0;
	color: #000066;
	background: rgba(255, 255, 255, 0.40);
	/*	background: rgba(0, 0, 128, 0.33);		*/
	line-height: 1.5em;
	position: relative;
    /*	-webkit-border-radius: 20px 20px 20px 20px;	*/
    /*	-moz-border-radius: 20px 20px 20px 20px;	*/
    /*	border-radius: 20px 20px 20px 20px;			*/
	}
		
.maincontent
	{
	/*	width: 1000px; /* 1040px / 90%  */
	max-width: 1200px; /* 1040px / 90% / 13 / 92.3em */
	min-height: 10px;	/*	min-height: 620px;	*/
	clear: both;
	font-size: 16; /* 13 / 16 / 0.8125em*/
	margin: 0 auto;
	padding: 0 0 20px 0;
	color: #000066;
	background: rgba(255, 255, 255, 0.40);
	/*	background: rgba(0, 0, 128, 0.33);		*/
	line-height: 1.5em;
	position: relative;
    /*	-webkit-border-radius: 20px 20px 20px 20px;		*/
    /*	-moz-border-radius: 20px 20px 20px 20px;		*/
    /*	border-radius: 20px 20px 20px 20px;				*/
	}

	#menucontainer
	{
	z-index: 9;
	text-align: center;
	width: 100%;
	max-height: 54px;
	background: #000066;
	background: -o-linear-gradient(top, #000033 0%, #000099 100%);
	background: -ms-linear-gradient(top, #000033 0%, #000099 100%);
	background: -webkit-linear-gradient(top, #000033 0%, #000099 100%);
	background: -moz-linear-gradient(top, #000033 0%, #000099 100%);
	background: linear-gradient(to bottom, #000033 0%, #000099 100%);
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	}


#footercontainer
	{
	width: 100%;	
	background:#000066;
	/* background-image:url("../images/site_internet.jpg"); */
	background-repeat:repeat-y;
	background-position: center top;
	min-height: 200px;
	
	}
	
footer
	{
	/*	width: 1000px; /* 1040px / 90%  */
	max-width: 1000px; /* 1040px	/ 90% /	92.3em / 13 */
	/*	background-image:url("images/fond_pied.jpg");	*/
	/*	background-repeat:no-repeat;	*/
	/*	background-position: center top;	*/
	clear: both;
	line-height: 20px;
	font-size: 16; /* 13 / 16 / 0.8125em */
	color: #000066;
	margin: 0 auto;
	/*	padding: 10px 0px 0px 0px;		*/
	/*	color: #000000;
	/*	font-weight:bold;										*/
	/*	text-align: center;										*/
	/*	text-shadow: 1px 1px 1px rgba(255,255,255,1);			*/
	/*	background: #000000;									*/
	/*	background-image:url("images/fond_footer.jpg");			*/
	/*	background-repeat:no-repeat;							*/
	/*	background-position: center top;						*/
	}

footer strong
	{
	font-size: 1.077em; /* 14 / 13 */
	color: #aaa;
	}


footer a:link, footer a:visited { color: #0000CC; 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);
	}

/*

#smallprint
	{
	margin-top: 20px;
	line-height: 1.4em;
	text-align: center;
	color: #999;
	font-size: 0.923em; /* 12 / 13
	}

#smallprint p
	{
	vertical-align: middle;
	}

#smallprint .twitter-follow-button
	{
	margin-left: 1em;
	vertical-align: middle;
	}

#smallprint img
	{
	margin: 0px 10px 15px 0px;
	vertical-align: middle;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha( opacity  = 50);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#smallprint a:hover img
	{
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha( opacity  = 100);
	}

#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }

#smallprint a:hover { color: #999; text-decoration: underline; }
