﻿/* MISE EN PAGE */
/***********************/
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html,body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align:center;
	background-image:url(../site/201405/fond2.jpg);
	background-position:top-left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#dddddd;
}

h2
{
	color: #3035A2;
}

div#top
{
	width:95%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	height: 111px;
	font-size: 12px;
	background-image: url(../site/201305/top.png);
	background-position: top left;
	background-repeat: no-repeat;
}

@media screen and (max-width:680px) {
	div#top
	{
		background-image: url(../site/201305/top-mob.png);
		height: 85px;	
	}
}
@media screen and (max-width:400px) {
	div#top
	{
		background-image: url(../site/201305/top-mob400.png);
		height: 38px;	
	}
}
.columnsContainer, footer, header { position: relative; 
	background-color: rgba(255, 255, 255, 0.8); }

.leftColumn, .rightColumn, footer, header { }

.leftColumn { }

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-right: 19.5em; }

	.rightColumn { position: absolute; top: 0; right: 0; width: 19.49em; }   
}

div#pied
{
clear:both;
background-repeat:no-repeat;
background-position:top;
text-align:right;
}

/* DIVERS DIV */
/******************/

.article, .blognote, .critique
{

}
h1
{
	text-align:left;
}
.article img
{
  margin: 5px;
}

.prem_article
{
	border: 2px solid #000;
	font-size:14px;
	padding:15px;
	margin-left:5%;
	margin-right:5%;
	background-color:#eee;
}
.prempage-left
{
	border-right:1px solid #aaa;
	border-top:1px solid #aaa;
}
.prempage-right
{
	border-top:1px solid #aaa;
}
div#voirComm{
  width: 90%;
  margin-left: 5%;
  text-align: justify;
  /*background-color: #ffffff;*/
  padding: 0 2px 0px 2px;}

.texte{
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  text-align: justify;}
  
.texte a:link,.texte a:visited,.texte a:active
{
	text-decoration:underline;
	font-weight:bold;
	color:#00ff00;
}  

.texte a:hover
{
	background-color:#DDD;
}
  
.article-prem-page, .article
{
	font-size:16px;
	padding:10px;
	text-align:justify;

}  

.article-prem-page-img
{
	margin-left: 10px; 
	margin-bottom: 10px;
	border:1px solid #000;
}

.article-prem-page-img:hover
{
	-moz-box-shadow: 2px 2px 10px 0px #656565;
	-webkit-box-shadow: 2px 2px 10px 0px #656565;
	-o-box-shadow: 2px 2px 10px 0px #656565;
	box-shadow: 2px 2px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);
}
  
.article a:visited{
  color: #ff3333;}

.article a:link{
  color: #0070B7;}

.article a:active{
  color: #cc0000;}

.titre{
  font-size:14px;
  color:#000;
  font-weight:bold;
  background-position: top left;
  background-attachment: fixed;}

  
  
.verif{
  width: 3em;
  border:solid 1px #000000;
  background-color: #FFFFFF;
  font-size: 10px;}

.commentaires
{
width:90%;
text-align:left;
border-left:1px solid #555;
border-right:1px solid #555;
border-top:1px solid #555;

}

.commn{
    margin: 0px;
    /*background-color: #fffdea;*/
    border-bottom:1px solid #555;
    padding: 5px;
    color: #333;

}

.commc{
    margin: 0px;
    /*background-color: #FFFFFF;*/
    border-bottom:1px solid #555;
    padding: 5px;
    color: #333;
}

.recherche li
{
	font-size:11px;
	text-align:left;
}

/* GENERAL */
/****************/


input{
  margin:3px;
  padding: 0px;
  border:1px solid #555;
  background-color:#eee;
  font-size:12px;
  color: #555;}

.submit{
  border: 1px solid #555;
  font-size: 12px;
  background-color:#eee;
  color:#555;
  padding:3px;
  margin-bottom:0;
  margin-left:3px;
	-webkit-border-radius:8px 8px 8px 8px;
    -moz-border-radius:8px 8px 8px 8px;
        border-radius:8px 8px 8px 8px;
  }  
 
select
{
  background-color: #eee;
  color: #cb2121;
  font-family:Arial;
  font-size:12px;
}

textarea
{
  background-color:#eee;
  color: #555;
  font-family:Arial;
  font-size:12px;
  padding:0px;
} 
.grostitre, .grostitrearticle{
  font-weight: bolder;
  font-size:28px;
  color:#000000;
  padding:10px;
  border:2px solid #ffffff;
  background-color:rgba(255,255,255,0.5);
  font-size:18px;
  color:#d52526;
  text-decoration:none;
-moz-box-shadow: 0px 0px 15px 2px #656565;
-webkit-box-shadow: 0px 0px 15px 2px #656565;
-o-box-shadow: 0px 0px 15px 2px #656565;
box-shadow: 0px 0px 15px 2px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=15);
  }

.grostitre:hover
{

  background-color:rgba(255,255,255,0.9);
  -moz-box-shadow: 0px 0px 15px 2px #000000;
-webkit-box-shadow: 0px 0px 15px 2px #000000;
-o-box-shadow: 0px 0px 15px 2px #000000;
box-shadow: 0px 0px 15px 2px #000000;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=15);
}

.article .grostitre
{

}


/* MENU */
/***********/

.navlist{
  padding-left: 0;
  padding-top: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  text-decoration: none;
line-height: 14px;
}
  
.navlist li{
  list-style: none;
  text-decoration: none;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.navlist a
{
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
}

/* DROITE */
/*************/

.blocd{
  margin: 2px;
  padding: 5px;
  padding-bottom: 15px;
/*  background-image:url(../site/ff12/droite.jpg);*/
  background-position:top;
  background-repeat:repeat;
  font-family:Arial;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  border-bottom:1px solid #000;}

form{
  margin-bottom: 0px;
  margin-top: 0px;}

a:link{
  font-family: Arial;
  font-variant: normal;
  color: #092844;}
  
a:visited{
  font-family: Arial;
  font-variant: normal;
  color: #BF4E03;}
  
a:active{
  font-family: Arial;
  font-variant: normal;
  color: #AD0101;} 

/*///////////////////////////////*/
/*             Stat              */
/*///////////////////////////////*/
#stat{
  background-color: #CCCCCC;
  color: #000000;
  border: 1px solid #000000;
  text-align:left;
  font-size: 12px;}


.statbloc{
  border:solid 1px #660000;
  background-color: #CC0000; 
  width: 50%;}

.table{
  border:solid 1px #000000;
  background-color: #FFF6D9;
  font-size: 12px;}
  
.td{
  background-color: #FFF6D9; 
  border:solid 1px #000000;}
  
.td2{
  background-color: #FFF6D9; 
  border:solid 1px #000000;
  font-weight: bold;}

  /*///////////////////////////////*/
/*             Critiques       */
/*///////////////////////////////*/

#critique_container
{
position:relative;
padding-top: 5px;
}

* html #critique_container
{width: 95%;}

#critique_texte
{
margin-top: 0px;
width:68%;
color: #000000;
}

#critique_info
{
position:absolute;
float:right;
right: 0;
top:5px;
width:35%;
color: #000000;
}

.fiche1{
border:#49130A 1px solid;
background-color:#FFECD7;
color: #000000;
}

.fiche2{border:#49130A 1px solid;
background-color: #993333;
color: #000000;}

.test
{
  width: 90%;
  border-bottom: 2px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 1em;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  padding: 5px;
  font-family: Arial;
  font-size: 14px;
  text-align: justify;
  color: #000000;

}
.img_art
{
	border:2px solid #000;
}
.imgtst
{
  width: 90%;
  margin-top: 0px;
  margin-left: 10px;
  background-color: #FFCC99;
  border: 1px solid #000000;
}

.note
{
text-align: center;
border: 1px solid #000000;
border-bottom: 2px solid #000000;
  margin-bottom: 1em;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Arial;
  font-size: 12px;
  background-color: #FFFFFF;
}



.infocritiques
{
  background-color: #FFE4C4;
  border-bottom: 2px solid #000000;
  width: 90%;
  margin-top: 0px;
  margin-left: 10px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-bottom: 1em;
  font-size: 10px;
  padding: 5px;
  padding-top: 10px;
  
}

.critiques{
  background-color: #FFE4C4;
  border-bottom: 2px solid #4B4B4B;
  border-top: 1px solid #4B4B4B;
  border-left: 1px solid #4B4B4B;
  border-right: 2px solid #4B4B4B;
  margin: 5px;
  padding: 5px;
  text-align: justify;
  color: #000000;}

/* FORMULAIRE */
/**************/

.formulaire
{
position:relative;
border: 1px solid #444;
padding:10px;
width:90%;
height:270px;	
-webkit-border-radius:8px 8px 8px 8px;
    -moz-border-radius:8px 8px 8px 8px;
        border-radius:8px 8px 8px 8px;
}

.nom
{
position:absolute;
float:left;
left:5px;
top:5;
}
.nominput
{
position:absolute;
float:right;
right:5px;
top:5;
}
.email
{
position:absolute;
float:left;
left:5px;
top:25px;
}
.emailinput
{
position:absolute;
float:right;
right:5px;
top:25px;
}
.site
{
position:absolute;
float:left;
left:5px;
top:45px;
}
.siteinput
{
position:absolute;
float:right;
right:5px;
top:45px;
}
.mess
{
position:absolute;
float:left;
left:5px;
top:65px;
}
.messinput
{
position:absolute;
float:right;
right:5px;
top:65px;
}
.verification
{
position:absolute;
top:170px;
left:5px;
}


/* Remove margins and padding from the list, and add a black background color */
.topnavContain
{
	width:95%;
	margin-left: auto;
	margin-right: auto;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1C1C1C;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 7px 7px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 20px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #555;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

/************************ FORMULAIRE 2016 ************************/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}