/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%; position:absolute; top:0;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:97%;margin:0;padding:2%;position:absolute;bottom:0;}
li.bjqs-slide img[onclick] { cursor:pointer; }


/* --------------- Balises ----------------*/

td	{padding:3px}

a
	{
	text-decoration:none;
	border:0;
	color:black;
	}

a:hover
	{
	color:#a03738;
	}

a img	{border:0}

.label	
	{
	text-align:right;
	width:200px;
	vertical-align:top
	}

.input	
	{
	vertical-align:top;
	}
	
input[type=text], textarea
	{
	padding:4px;
	border:1px solid #ccc;
	margin-right:-27px; 
	font-family:"HelveticaNeue-Light",helvetica, sans-serif, arial;
	}
	
/* --------------- Structure ----------------*/
body
	{ 
	font-size: 16px;
	font-family:"HelveticaNeue-Light",helvetica, sans-serif, arial;
	margin: 0;
	padding: 0;
	color:#666;
	height:100%;
	}

.titrep, p.titre
	{
	font-size:24px;
	margin:0;
	margin-bottom:15px;
	color:white;
	}
	
	
/* --------------- Généralités ----------------*/
#menus li
	{
	float:left;
	list-style:none;
	margin-right:10px;
	}	
	
#langues li
	{
	list-style:none;
	}	
	
	
.alerte
	{
	color:#881f1f;
	padding-left:30px;
	}

.information
	{
	color:green;
	padding-left:30px;
	}
	
.duree
	{
	display:none;
	}


/* --------------- Tableaux ----------------*/
.tableau td,.tableau th
	{
	padding:4px;
	border:1px solid gray;
	border-collapse:collapse;
	font-weight:normal;
	}

.tableau table
	{
	width:95% ;
	border-collapse:collapse;
	padding:0px;
	margin:10px;
	}

.tableau .titre
	{
	text-align:center;
	font-weight:bold;
	padding:10px;
	}

/* ------------- Multi-colonnes ---------------- */
/* RODEOL                                                  */
/* Modules (multi Column Management for Olsys Wisedyn)     */
.ligne1:after, .ligne2:after, .ligne3:after, .ligne4:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.derniere:after{content:" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";visibility:hidden; clear:both;height:0 !important;display:block;line-height:0;}
.ligne1,.ligne2,.ligne3,.ligne4{*zoom:1;width:100%;}
.unite{float:left;}
.taille1de1{float:none;}
.taille1de2{width:50%;}
.taille1de3{width:33.3333%;}
.taille2de3{width:66.6666%;}
.taille1de4{width:25%;}
.taille3de4{width:75%;}
.taille1de5{width:20%;}
.taille2de5{width:40%;}
.taille3de5{width:60%;}
.taille4de5{width:80%;}
.derniere {display: table-cell; *display:block;*zoom:1;float:left;_position:relative; _left:-3px; _margin-right: -3px;}


@media only screen and (max-width: 480px) {
  .unite,
  .taille1de1,
  .taille1de2,
  .taille1de3,
  .taille2de3,
  .taille1de4,
  .taille2de4,
  .taille3de4,
  .taille1de5,
  .taille2de5,
  .taille3de5,
  .taille4de5,
  .derniere,
  .ligne {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .unite,
  .taille1de1,
  .taille1de2,
  .taille1de3,
  .taille2de3,
  .taille1de4,
  .taille2de4,
  .taille3de4,
  .taille1de5,
  .taille2de5,
  .taille3de5,
  .taille4de5,
  .derniere,
  .ligne {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 600px) {
  
}
@media only screen and (max-width: 768px) {
  .taille1de2 {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .taille1de3 {
    float: left;
    width: 100%;
  }
  .taille2de3 {
    float: left;
    width: 100%;
  }
}

/* 320 and Up */
/* Panels Upstart */
/* Version: 1.0 */
/* Author: Andy Clarke */
/* URL: http://stuffandnonsense.co.uk/projects/320andup */
.full {
  margin-bottom: 1.5em;
  padding: 1.5em;
  background-color: #f3f5f6;
  border-top: 2px solid #c7ced6;
  border-bottom: 2px solid #c7ced6;
}
.full .grids {
  width: 90%;
  margin: 0 auto;
  padding: 1.5em 0;
}