/*nouvelle css*/
html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}
body {
	padding: 0; /* Note -> 2 */
	margin: auto;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 100%;
	background: #e9dfd7;
}

a { 
	text-decoration: none;
	color: #222;
}
a:hover {
	text-decoration: underline;
}

#hautWrapper {
        z-index:9999;
        margin: 0 0 -3px 0;
}
#hautWrapper img {width:100%;}


img {
	border: 0;
	padding: 0px;
	margin-right: 0px;
	}

h1 { 
	font-size: 195%;
	color: white;
	text-align: center;
	font-family: cinzel;
	margin-top: 20px;
	padding-top: 15px;
}
h1.agence{
	color: #fff;
	padding-top: 1%;
}
h1.boutique{
	color: #C7B4A1;
	padding-top: 1%;
}
h2 {
	font-size: 195%;
	text-align: center;
    color:#c7b4a1;
    font-family: cinzel;
    margin-top: 40px;
}
div.boitelogiciel h2 {color: #f6840b;}
p.prix {
	text-indent: 1em;
	}
h3 {
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
}

div.clearer {
	clear:both;
}

p{
	font-size: 180%;
}

.tile-container {
  display: flex;
  flex-direction: row;
  width: 100%;height:300px;
  margin-top: 3%;
  margin-bottom: 3%;
}

.tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  width: 21%;
  height: 100%;

  margin: auto;
  text-align: center;
  color: #f6f6f6;
  border-radius: 1em;
  background: url("../images/tente6.jpg") center;

  background-origin: border-box;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-size: 100% 100%;
  object-fit: contain;
  
  transform:scale(1);
  transition:all 2s ease-out;
}

.tile:hover{
    transform:scale(1.1);
    transition:all 2.5s ease;
}

.tile-container :nth-child(2) {
  background: url("../images/chapiteau6.jpg") center;
  background-size: 100% 100%;
}

.tile-container :nth-child(3) {
  background: url("../images/garden-5x5-mezidon-canon.jpg") center;
  background-size: 100% 100%;
}

.tile-container :nth-child(4) {
  background: url("../images/mobilier-cgl.jpg") center;
  background-size: 100% 100%;
}

.titleTile {
  font-family: Cinzel;
  text-transform: uppercase;
  color: white;
}

.tile-content {
  padding: 0 15%;
  margin-top:95%;
}

.tile-link {
  color: #f6f6f6;
  text-decoration: none;
}

.tente, .chapiteau, .garden{
	background: #C7B4A1;
	text-align: center;
	color: white;
	margin: -1%;
	padding-bottom: 20px;
	width: 101%;
}

.tente p{
	color: white;
	font-style: italic;
	font-size: 20px;
	margin: 0 100px 0 100px;
}
.chapiteau p{
	color: white;
	font-style: italic;
	font-size: 20px;
	margin: 0 100px 0 100px;
}
.garden p{
	color: white;
	font-style: italic;
	font-size: 20px;
	margin: 0 100px 0 100px;
}

.boite2{
	text-align: center;
	padding-bottom: 20px;
	background: #c7b4a1;
	color: white;
	font-style: italic;
}
.boite2 p {
	margin: 0 100px 0 100px;
}

.contactez-nous{
	width: 45%;
	padding: 0 0px 0 50px;
	background: #E9DFD7;
        float:left;
}

.contactez-nous > h1{
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
	color: #C7B4A1;
}
.contactez-nous > p{
	font-weight: 300;
}



form label{
    margin-top: 25px;
	margin-bottom: 7px;
	font-weight: 600;
	color: #a6a6a6;
}
form input, form div > select, form div > textarea{
	background: #C7B4A1;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
form input, form div > select{
	height: 50px;
	padding-left: 10px;
	color:#fff;
	opacity: 0.63;
}
form input#nom, form input#lieu {width:100%;}
form input#tel, form input#date, form input#personne {width:25%;}
form input#email {width:70%;}
form div > select{
	appearance: none;
	background-size: 15px;
	background-position: right 10px top 50%;
	background-repeat: no-repeat;
}
form div > textarea{
	height: 195px;
	padding: 15px 0px 0px 10px;
	opacity: 0.63;
width:100%;
}
form div > input::placeholder, form div > textarea::placeholder{
	color:#fff;
}
form div > select:invalid{
	color: white;
}
form div > select option{
	background: white;
	color: #303030;
}
form div:last-child{
	align-items: center;
	margin-top: 20px;
}
form input[type='submit']{
	width: 410px;
	max-width: 500px;
	height: 50px;
	font-weight: 700;
	font-size: 21px;
	background: #C7B4A1;
	border: #C7B4A1 solid 0.5px;
	border-radius: 5px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: white;
}
form input[type='submit']:hover{
    box-shadow:none;cursor:pointer;
}

form input[type='radio']{
    vertical-align:middle;
}


.right{
	width: 45%;
	float: right;
	padding: 1em;
}
.right img{width:80%;}

.gauche{
	width: 47%;
	float: left;
	background: #C7B4A1;
	border-radius: 2.1em;
	padding: 0.5%;
	margin: 1%;
	opacity: 0.83;
}
div.centre, div.centre ul li {color:#000;}
div.centre {margin-top:2em;}
div.centre ul li {padding-left:2em;}
.gauche2{
	width: 47%;
	float: left;
	background: #C7B4A1;
	border-radius: 2.1em;
	padding: 0.5%;
	margin-left: -48%;
	opacity: 0.83;
	margin-top: 13%;
}

.gauche, .droite, .droite1, .droite2, .gauche2 h1{
	color:#fff;/*blanc*/
}
.droite{
	width: 47%;
	float: right;
	background: #C7B4A1;
	border-radius: 2.1em;
	padding: 0.5%;
	margin: 1%;
	opacity: 0.83;
}
.droite1{
	width: 47%;
	float: right;
	background: #C7B4A1;
	border-radius: 2.1em;
	padding: 0.5%;
	margin: 1%;
	padding-bottom: 2.5%;
	opacity: 0.83;
}
.droite2{
	width: 47%;
	float: right;
	background: #C7B4A1;
	border-radius: 2.1em;
	padding: 0.5%;
	margin-right: 1%;
	padding-bottom: 1%;
	opacity: 0.83;
	margin-top: 1%;
}

#login {
	font-size: 0.8em;
	margin-top: -5px;
	}
.contenuContact label {
	float: left;
	width: 30%;
	font-size: 1em;
	}
.contenuContact input {
	float :right;
	width: 60%;
	}
.contenuContact .login input {
	width: 97%;
	}
#top {
	height: 150px;
}
#left {
	float: left;
	width: 75%;
	}

#banniere { 
	background: #fff url("../images/banniere.png")  no-repeat scroll top center;
	height: 100px;
	margin: 0px;
 }
 .recherche {
	float: right;
	}
#menu {
	/*padding: 1em;*/
	width: 100%;
	margin:0;
	background:#c7b4a1;
	height:50px;
	line-height:42px;
	}
#menu img {
	margin-top: 5px;
	}
#menu a {
	margin: 0 0.2em;
	padding: 0.2em;
	float: left;
	text-align: center;
	font-size: 1.2em;
        color: #fff;
	}
        #menu a:hover{
            background: #fff;
            color: #222;
            border-radius:2px;
        }
/*#menu em a {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
        background: #fff;
            color: #222;
	border-radius:2px;
	}*/
#menu a.actus {
	color:#f6840b;font-style:italic;font-family:helvetica;
	}

ul{
	font-size: 150%;
	color: white;
	text-align: left;
	list-style-type: disc;
}

#menu ul li a.onglet-actif{
	background: #fff;
	opacity: 1;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	overflow: hidden;
	color: black;
}

#menu ul li a {
	float: left;
	font-size:100%;
}

ul li#administration a.onglet-actif, ul li#administration a.onglet:hover{
	color: #333;
}

div#menu ul.niveau1 li.sousmenu:hover ul.niveau2 {
	display: block;
}

div#menu ul{
	padding: 0;
	margin: 0px;
}

div#menu ul ul {
	position: absolute;
	display: none;
	width: 211px;
	/*box-shadow: 0px 1px 2px #666;*/
	margin-top: 48px;
}

div#menu ul li{
	position: relative;
	z-index: 9000;
	list-style: none;
	float: left;
	padding: 1px 0 1px 0;
	list-style: none;
}

div#menu ul.niveau2 li{
	border-top: 1px solid #fff;
	width: 80%;
	text-align: left;
	background: #efefef;
}

div#menu li ul.niveau2 a{
	display: block;
	padding: 0.2em;
	text-decoration: none;
	width: inherit;
	color: #2f2f2f;
        font-size:80%;
}
	
#banniere h1 {
	display:none;
	text-align: center;
}
#wrapper {
	margin: auto;
        background: #e9dfd7;
	}
#container {
	margin: auto;margin-top:0px;
	width: 100%;
	background: none;
	}
#menuActus {
	float: left;
	width: 120px;
	margin: 0px;
	}
ul.menu_secondaire {
	color:#3E85D3;
	font-size:1em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 2px;
	background: url(../images/fondCategorie.png) no-repeat;
	min-height: 200px;
}
ul.menu_secondaire li {
	margin-left: 0px;
	margin-bottom: 2px;
	padding-left: 10px;
	}
#principal {
	/*background: #fff url(../images/message.png) no-repeat scroll top right;*/
	padding: 1px;
	height: auto;
	}
#principal p {
	font-size:1.2em;
	text-align: left;
	}
p.actu {
	text-align: center;
	padding: 10px;
	}
.boiteExemple {
	background: #fff;
	width: 382px;
	float: left;
	margin: 0px;
	}

.exemple {
	float: left;
	width: 48%;
	min-height: 250px;
	border: 1px solid #74354d;
	padding: 2px;
	margin: 2px;
	background: #ddd;
}
.exemple:hover{
	background: #fff;
	}
.exemple a {
	font-size:0.9em;
	text-decoration: none;
	}
.exemple h1 {
	color: #f6840b;
	background: #444 url(../images/menu.png) repeat-x;
	padding: 2px;
	margin: 0 0 5px 0;
	}
.realisations {
	background: #ddd;
	display: block;
	padding: 1%;
	}


.contact p {
	padding-left: 5px;
	}
.contact {width:93%;margin:0;color:#545454;margin-bottom:10px;}

object {
	margin-left: 50px;
	}
.contact h2 {
	line-height: 30px;
	margin:5px 3px 0px 3px;
	}
.contact h4 {
	padding: 5px 0;
        font-size:1em;
        color: #999;
	}
.partenaire h2 {
	}
.superContact {
	background: #fff;
	width: 200px;
	}
.contenuContact {padding:0px 2px 5px 2px;;margin:0px 0px 0 2px;font-size:1em;}
#right .contenuContact p img {margin:0;margin-right:2px;float:left;}
.contenuContact p {margin-top:5px;}
ul#vignette li img {width:100px;}
/*#message {padding:1%;width: 105%;}*/
#message ul {list-style-type:square;margin:0;padding:0;margin:10px;margin-left:15px;}
#message ul li {margin-bottom:5px;font-size:1.1em;line-height:24px;}

#message .boite {margin:20px 0px 0 0;}
.boitelogiciel {margin-top:20px;min-height:150px;}
.promo {margin-top:20px;font-size:0.9em;font-weight:bold;}
.promo .slogan,div.slogan {text-align:center;color:#e98201;font-size:1.6em;margin:1.2em;}
div.tarif {font-weight:bold;font-size:1.1em;}
#message .assistance h1,#message .boite h1,.boitelogiciel h1,.contact h1,.promo h1 {margin:0;padding:2%;color:#c7b4a1;margin-bottom:10px;text-align:center;font-family: cinzel}
.boite img {text-align:center;}

div.test{
	text-align: center;
}

div.block {
	float: left;
	width: 15%;
	padding:1rem;margin:1rem;
	text-align: center;
}
#principal div.block p{
	text-align: center;
}

div.block2{
	float: left;
	width: 30%;
	padding: 1%;
}

div.photo img {width:95%;}

div.rond1{
	background: url("../images/Table-taverne.png") no-repeat;
}
div.rond2{
	background: url("../images/Banc-1.png") no-repeat;
}
div.rond3{
	background: url("../images/ensemble-1.png") no-repeat;
}
div.rond4{
	background: url("../images/Table-rect-1.png") no-repeat;
}
div.rond5{
	background: url("../images/Table-ronde.png") no-repeat;
}
div.rond6{
	background: url("../images/Table-buffet.png") no-repeat;
}
div.rond7{
	background: url("../images/Table-honneur.png") no-repeat;
}
div.rond8{
	background: url("../images/Mange-debout.png") no-repeat;
}
div.rond9{
	background: url("../images/Mange-debout-80.png") no-repeat;
}
div.rond10{
	background: url("../images/House-mange-debout.png") no-repeat;
}
div.rond11{
	background: url("../images/Chaise.png") no-repeat;
}
div.rond12{
	background: url("../images/Chaise-napo.png") no-repeat;
}
div.rond13{
	background: url("../images/house-chaise.png") no-repeat;
}
div.rond14{
	background: url("../images/Chaise-haute.png") no-repeat;
}
div.rond15{
	background: url("../images/salon-1.png") no-repeat;
}

div.descr1, .descr2, .descr3, .descr4, .descr5, .descr6, .descr7, .descr8, .descr9, .descr10, .descr11, .descr12, .descr13, .descr14, .descr15{
	display: inline-block;
	text-align: center;
        margin:3%;
}

div.rond1, div.rond2, div.rond3, div.rond4, div.rond5, div.rond6, div.rond7, div.rond8, div.rond9, div.rond10, div.rond11, div.rond12, div.rond13, div.rond14, div.rond15 {
	margin: auto;
	border: none;
	height: 200px;
	background-size: 200px;
	background-position: center;

}

div.text{
	display: inline-block;
	text-align: center;
}

div.stru1{
	background: url("../images/tente-plancher-jumeles-ouistreham.jpg") no-repeat;
}
div.stru2{
	background: url("../images/structure-alu-terrasse-cabourg.jpg") no-repeat;
}
div.stru3{
	background: url("../images/garden-5x5-mezidon-canon.jpg") no-repeat;
}
div.stru4{
	background: url("../images/chapiteau-structure-alu-bocage.jpg") no-repeat;
}

div.stru1, div.stru2, div.stru3, div.stru4 {
	width: 200px;
	margin: 20px;
	border: none;
	height: 200px;
	background-size: 200px;
	background-position: center;
	display: flex;
	border-radius: 50%;

}

#gallery,#gallery1{
	display: flex;
	flex-direction: row;
	width: 100%;
	min-height: 60%;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-size: 100% 100%;
	align-content: center;
	z-index: 1;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 2%;
}

/*#gallery #preview{
	display: flex;
	flex-direction: column;
	align-content: center;
	width: 10%;
	box-sizing: border-box;
}*/

#gallery #slider,#gallery1 #slider1{
	width: 50%;
        min-height:50%;
	z-index: 2;
	box-sizing: border-box;
	margin-left: 1%;
	margin-right: 1%;
}
#slider img,#slider1 img {
    width:100%;
}

.demo{
	opacity: 0.6;
}
.cursor{
	cursor: pointer;
}


.column{
	height: 100%;
 	margin: auto;
}
.column img{
	width: 100%;
	height: 100%;
}


.assistance,.news,.flash,.promo,.boitelogiciel,#message .boite,.contact {min-height:200px;margin: -9px 0 0 0;}
.assistance ul li {font-size:1em;}

.boitelogiciel img {
	width: 100%;
}

.flash {font-size:1.6em;text-align:center;line-height:20px;min-height:50px;font-weight:bold;background:#f0f0f0;margin-bottom:5px;}
.news {font-size:1.4em;text-align:center;line-height:20px;min-height:50px;font-weight:bold;background:#f0f0f0;}
#principal div.news div.promo {border:0;text-align:left;box-shadow:none;}
#principal div.news p.accueil,#principal div.flash p.accueil {font-size:1.2em;text-align:center;}
.messageActus {
	padding: 2px;
	margin: 10px 5px 0px 5px;
	float: left;
	width: 550px;
}
.messageActus h3 {
	text-align: left;
	}
span {  
	font-size:1.6em;
	padding: 0;
	margin-left: 0.5em;
	color: #eb8514;
	font-family: URW Chancery L, cursive;
	font-weight:bold;
        text-shadow:0 1px 1px #bbb;
}
span.gras {font-size:1.2em;color:#f6840b;}
ul.prix li span {color:#f6850b;}
ul.prix ul li {list-style-type:square;font-size:1em;}
p.titre {box-shadow:1px 1px 2px #999;border:1px solid #999;}
.affichage {
	margin: 5px;
	border: 1px solid #444;
	}
.logiciel {
	width: 90%;
	font-size: 1em;
	padding: 1%;
	min-height: 200px;
        box-shadow:2px 2px 5px #ddd;
        background:#fff;
	}
.logiciel li {
	margin-top: 3px;
	}
.logiciel h4 {
	text-align: right;
	}
.logicielDetail {
	background: #fff;
	font-size: 1em;
	padding: 1%;
	}

.logiciel ul {
	margin: 0;
	padding: 0;
	}
hr {
	color: #444;
	width: 80%;
	display: none;
	}
.tarifs p, .exemple p { 
	font-size:1em;
	margin-left: 1em;
	margin-right: 0.5em;
	text-align: left;
}
.contact h4 {text-align: left;}
h4 { /* style des en-tête et en-pied */
	font-size: 16px; /* taille de la police */
	margin: 0; /* pas de marge : colle aux bords de l'écran */
	color:white;/* couleur de fonds */
	text-align:center ; /* le texte est centré */
	font-style: italic;
	}
#clearer {
	clear: both;
	height: 0px;
	}
.clearer {
	clear: both;
	height: 0px;
	}
#pied {
	background: #e9dfd7;
	padding: 0px 0 2px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
        min-height:50px;
        line-height:24px;
	}
#pied img {
	border: 0px;
	}
#pied h3 {
	color: black;
	margin: 0;
	}
#pied h2 {
	text-align: center;
	font-style: italic;
	margin-top: -5px;
	color: #c7b4a1;
	}
	
/*--- references ---*/

#references #crea{
	min-height: 300px;
	position: relative;
        background:#fff;
        padding:0px;
        margin:0;
        border:1px solid #ddd;
        box-shadow:1px 2px 2px #777;
}
#references #crea h2{
	font-family: Georgia, serif;
	font-style: italic;
	color: #79dad7;
	text-align: left;
}
#references ul {list-style-type:none;}
#references #crea li{
	position: absolute;
	top: 0;
	left: 0;
        padding:5px;
}

#references .detail{
	width: 350px;
	float: left;
	margin: 5px 30px 0 0px;
}

#references .detail h2{
	font-style: italic;
	color: #79dad7;
	text-align: left;
}

#references .detail p{
	margin: 15px 0 15px 0;
}

#references .detail p span{
	color: #000;
}

/*#references .detail a{
	display: block;
	text-indent: -9999px;
	width: 132px;
	height: 35px;
	background: url('../images/btn-voir.png') no-repeat 0 0;
}*/

#references .detail a:hover{
	background-position: 0 -36px;
}
.lien {
	color: #f6840b;
	font-style: italic;
	}
#references .illustration{
	width: 300px;
	height: 250px;
	float: left;
	margin: 10px 0 0 0px;
	background: url('../images/bg-illustration.png') no-repeat;
}

#references .illustration img{
	display: block;
	float: left;
	margin: 5px 0 0 10px;width:300px;
}

#references #tri{
	width: 700px;
	height: 90px;
	margin: 40px 0 20px 0px;
	border: 1px solid #ccc;
          background:#fff;
}

#reference a {
	text-decoration: none;
	}
#references #tri a{
	color: transparent;
	}
#references #tri a.btn-tri{
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	text-indent: -999px;
	margin: 30px 5px 0 5px;
	background: url('../images/btn-tri.png') no-repeat;
}

#references #tri a.btn-tri:hover{
	background-position: 0 -37px;
}

#references #tri a#btn-next{
	background-position: -37px 0;
	margin: 30px 0 0 20px;
}

#references #tri a#btn-next:hover{
	background-position: -37px -37px;
}

#references #slidebox{
	width: 600px;
	overflow: hidden;
	float: left;
	margin: -13px 0 0 0;
}

#references #slidebox #vignette{
	width: 2000px;
}

#references #slidebox #vignette li{
	display: inline;
	float: left;
}

#references #slidebox #vignette li a{
	width: 90px;
	height: 75px;
	display: block;
	margin: 5px 10px 0 0;
}

#references #slidebox #vignette li a:hover,
#references #slidebox #vignette li a.active{
}
	
/*actus du web*/
.accroche {
	float: left;
	padding: 5px;
	}
.texte {
	margin: 0;
	margin-left: -30px;
	}
.texte a:hover{
	text-decoration: underline;
	}
ul.texte li {
	float: left;
	color: #4b4949;
	padding: 5px;
	list-style-type: none;
	min-height: 150px;
	border: 1px solid #444;
	margin-bottom: 10px;
          background:#fff;
          box-shadow:2px 2px 5px #ddd;
          width:100%;
}
ul.texte li h1 {
	font-size: 1em;
	color: #4b4949;
	background: #e7e4e4;
}
ul.texte li h2 {
	font-size: 0.8em;
	color: #4b4949;
	line-height: 20px;
	text-align: left;
}
.texte h4 {
	font-size: 0.8em;
	color: #4b4949;
	text-align: right;
}
.texte h3 {
	text-align: left;
	}
.resume {
	font-size:1em;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	margin-left: 1em;
	padding-left: 1em;
	}
.detail2 {
	margin-left: 0px;
	}
ul.detail2 {
	margin-bottom: 20px;
	}
ul.detail2 li {
	padding: 0.5em;
	list-style-type: none;
	margin-left: -40px;
}
.detail2 {
	background: #fff url(../images/fondarticle.jpg) repeat-x scroll center bottom;
	}
.detail2 h1 {
	background: #fff url(../images/fondcategorie.png) repeat-x scroll 0px 1px;
	color: #4b4949;
	font-size: 1.1em;
	margin: 0;
	padding: 2px;
	}
.detail2 p.resume {
	color: #990000;
	}
.detail2 p {
	font-size: 1em;
	text-align: justify;
	color: #000;
	}
.detail2 h3 {
	font-size: 0.8em;
	text-align: left;
	}
a.titre {
	color: #444;
	font-size: 1.4em;
	}
a.categorie {
	color: #f6840b;
}
h1.titre, h1.titreSecondaire { 
	font-size: 1.2em;
	color: #f6840b;
	background: #eee;
	border: 1px solid #777569;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
    border-radius: 0.2em;  
	padding: 2px 5px 2px 5px;
	width: 550px;
	margin: 0 0 -1px 10px;
	}
.pdf {
	font-size: 1em;
	}
.admin {
	font-size:1em;
	color: #4b4949;
	text-align: right;
	line-height: 1.2em;
}
/*tagcloud*/
#pg1 {
	text-decoration:none;
	font-size:1em;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
.tagcloud ul {
	margin: 0;
	padding: 0;
	}
.tagcloud {
	background-color: #79dad7;
	border: 1px solid #BFBFBF;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.tagcloud h2 {
	background: #444;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 0;
	}
.tagcloud a {
	text-decoration:none;
}
.tagcloud a:hover {
	text-decoration:none;
	background-color:#b3b3b3;
	color:#ffffff;
}
#tagcloud {
	background-color: #eee;
	border: 1px solid #BFBFBF;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
#tagcloud h2 {
	background: #444;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 0;
	}
#tagcloud a {
	text-decoration:none;
}
#tagcloud a:hover {
	text-decoration:none;
	background-color:#b3b3b3;
	color:#ffffff;
}

/* les span des erreurs de formulaire */
form span { 
  color: #C60017;
  font-size: x-small;
  background: #fff;
}

.tags {
	background: #eee;
	border: 1px solid #ddd;
	}
.liens {
	font-size: 0.8em;
	padding-left: 1em;
	width: 420px;
	margin-bottom: 5px;
	}
ul.texte li h1.titreActus {
	font-size: 1.2em;
	border: 0px;
	}
.newsticker {
      color : #fff;
        list-style-type: none;
        padding: 5px 3px 0px 3px;
        margin: 0;
        line-height: 30px;
        height: 30px;
        border-width: 1px;
        border-color: #777;
        border-style: solid;
        box-shadow: 2px 2px 5px #fff inset;
        background: #ddd;
}
.newsticker a em {
	font-style: italic;
	color: #f6840b;
	padding-left: 0.5em;
	}
.newsticker a {
	color: #444;
	font-size: 0.8em;
	}
#slide {
	float :left;
	width: 250px;
	padding: 5px;
	margin-right: 15px;
	}
#slide h1 {
	color: #f6840b;
	}
#slideshow, .slideshow {
	background: #fff;
	width: 100%;
	height: 200px;
	}
.boite #slideshow,.boite .slideshow {
}
/* css pour la tooltip lien avec preview */
#screenshot{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}
/* css pour la tooltip image preview */
#preview,#preview1{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}
/* css pour la tooltip normal */
#tooltip{
        position:absolute;
        border:1px solid #333;
        background:#f7f5d1;
        padding:2px 5px;
        color:#333;
        display:none;
}

.code {
	background: #444;
	color:#eee;
	font-family: courier,sans serif;
	}
.ligne {
	margin-top:1%;
	padding:2px 1px;
	/*height: 28px;*/
	line-height: 28px;
}

div.left {
    width:100%;
    color:black;
    margin-top:40px;
    font-size:1em;
    text-align: center;
}
div.left h2 {color:#ddd;font-size:1.4em;}

div#pied li{list-style-type:disc;}

div#static {display:block;position:fixed;top:10%;right:0;width:auto;height:auto;background:#fff;z-index:9999;color:#222;}
div#static h1 {color:#222;margin-top:2px;padding-top:0;}
div#static p {text-align:center;color:#222;}
div#static a {color:#222;font-size:2rem;text-align:center;}

h1.confirmation {display:block;position:fixed;top:1%;left:45%;width:14%;height:14%;background:#fff;color:#222;}