/* reset */
* {
margin: 0;
padding: 0;
}


body {
line-height: 1;
background: url("images/site/flag.png") center top;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666;
font-size: 14px;
line-height: 18px;
cursor: Default;
}
	
/* layout */

#wrapper {
width: 950px;
padding-top: 0px;
margin: 0 auto;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

header {
width: 940px;
height: 202px;
margin: 0 auto;
background: url("images/site/header_font.png")
}

@font-face {
    font-family: 'titre';
    src: url('titre.otf');
}

header h1{
font-family: titre;
font-size: 4.3em;
}

#main {
width: 940px;
margin: 0 auto;
padding-top: 30px;
background: #eff0f4 url(images/site/colbg.png) repeat-y;
overflow: hidden;
}

#content {
float: left;
width: 640px;
margin-left: 30px;
}

#sidebar {
float: right;
padding-right: 10px;
width: 220px;
}

#sidebar .partenaires a:hover img {
box-shadow: 3px 3px 3px gray;
}

.social {
	float: left;
	width: 280px;
	background-image: url(images/site/social_bg.png);
	background-repeat: no-repeat;
	background-position: -5px bottom;
}

.social a:hover img
{
	-ms-transform: scale(1.3) rotate(15deg);
	-moz-transform: scale(1.3) rotate(15deg);
	-webkit-transform: scale(1.3) rotate(15deg);
	-o-transform: scale(1.3) rotate(15deg);
	transform: scale(1.3) rotate(15deg);
}

blockquote {
	margin: 0px 0px 18px 0px;
	padding: 1px 12px;
	background: #FFFFFF;
	border-left: 3px solid #A80202;
	border-right: 3px solid #A80202;
}

blockquote p {
	padding: 8px 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

a:link, a:visited {
color:#004C9A;
}

a:hover, a:active {
color: #333;
}

p {
margin: 0px;
padding:0px;
margin-bottom: 18px;
text-align: justify;
}

li {
padding-left: 5px;
}

aside li {
  border-top: 1px solid #E5E5E5;
	color: #6E7761;
	padding: 4px 6px 5px 22px;
}

aside a {
	color: #6E7761;
  text-decoration: none;
}

aside ul a:hover {
padding-left: 10px;
}

#nav{
	margin: auto;
	line-height: 100%;
	border-radius: 0.5em;
	background: #8b8b8b;
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a));
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a);
	border: solid 1px #6d6d6d;
	width: 950px;
	height: 40px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#nav li {
	margin: 0 0px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}

#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 15px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

#nav .current a, #nav li:hover > a {
	background: #d1d1d1; 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); 
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); 
	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0.5em;
}
#nav ul a:hover {
	background: #0399d4 !important; 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; 
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; 

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

#nav ul {
	background: #ddd; 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); 
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); 
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/** HEADER */

header h1, header h2 {
text-align: center;
margin: 0;
padding: 0 0 0 0;
line-height: normal;
}

header h1 { 	

padding-top: 40px; 
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
color: #333;
}

header h1 a:hover { 
text-decoration: underline; 
}

header h2 {
padding: 20px 0 0 0;
font-style: italic;
font-size: 14px;
color: #777;
}

/** ARTICLES **/
article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgb(24,24,24);
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
}

.bouton_rouge
{
    display: inline-block;
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url('images/site/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

#banniere_description a
{
    color: white ;
}

#banniere_description a:visited
{
    color: white ;
}

#banniere_description a:hover
{
	text-decoration: none;
    background-color: white ;
}

table
{
    border-collapse: collapse;
	color: white;
}

table tr th
{
	background-color: rgb(79,129,189);
	width: 1%;
}

td, th 
{
    border: 1px solid black;
	background-color: rgb(149,179,215);
	padding: 12px;
}

.green
{
	color: green;
	text-shadow: white 0px 0px 8px;
}

.red
{
	color: red;
	text-shadow: white 0px 0px 8px;
}

footer{
	margin: auto;
	line-height: 100%;
	border-radius: 0.5em;
	background: #8b8b8b;
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a));
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a);
	border: solid 1px #6d6d6d;
	width: 950px;
	height: 80px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 1.0em;
	text-align: center;
	color: #e7e5e5;
}

footer div a:link, footer a:visited
{
	color: #333;
}

footer a
{
	font-size: 1.5em;
}

#liens img
{
	margin-left: 10px;
	margin-bottom: 10px;
}

#liens a:hover img {
box-shadow: 3px 3px 3px gray;
}

.contact
{
	border-top: 2px solid rgb(104,96,96);
	border-left: 2px solid rgb(104,96,96);
	padding-top: 7px;
	padding-left: 12px;
	padding-bottom: 1px;
	margin-bottom: 20px;
	box-shadow: -4px -4px 10px black;
}

.article
{
	border-top: 2px solid rgb(104,96,96);
	padding-top: 20px;
}

.article, .evenement, .video
{
	border-top: 2px solid rgb(104,96,96);
	padding-top: 30px;
	padding-bottom: 30px;
}

.article h2 a, .evenement
{
	color:black;
	text-decoration: none;
}

.article h2 a:hover
{
	text-decoration: underline;
}

#gallery
{
	padding: 10px;
}

#albums
{
	display:inline-block;
	width: 47%;
	border: 2px solid rgb(104,96,96);
	margin-right: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	box-shadow: 0px 0px 5px black;
	border-radius: 1em;
	color:#333;
	text-align: center;
}

#albums img
{
	box-shadow: 0px 0px 20px black;
}

#albums:hover
{
	box-shadow: 0px 0px 20px black;
}

.back
{
    display: inline-block;
    height: 25px;
    background: url('images/site/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
	margin-bottom: 15px;
}

.back p , .back a
{
	color:white;
	text-decoration: none;
}

.back:hover
{
	box-shadow: 0px 0px 10px rgb(24,24,24);
}

#actu div:hover
{
	box-shadow: 0px 0px 20px black;
}

.pagination
{
	text-align: center;
	margin: 20px;
	padding: 10px;
}

.pagination a
{
	margin: 2px;
	padding: 7px;
	border-radius: 5px;
	background-color: #8b8b8b;
	color: #e6e6e6;
	text-decoration: none;
}

.pagination a:hover
{
	margin: 2px;
	border-radius: 5px;
	background-color: #c9c9c9;
	color: #444444;
	text-decoration: none;
}

.conteneur-onglets 
{
	text-align: center;
}
.onglet
{
	background-color: rgb(77,139,240);
	display: inline-block;
	font-weight: bold;
	width: 42%;
	padding:8px;
	text-align:center;
	color: white;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.inactif
{
	background:rgb(134,126,126);
	display: inline-block;
	width: 42%;
	text-align:center;
}
.inactif:hover
{
	background:#AAA;
}
.affiche-contenu-1
{
	box-shadow: -3px 0px 10px rgb(77,139,240);
}
.contenu
{
	margin-top:-1px;
	padding:5px;
	display:none;
	color:#555;
}
