/* Formatage du documentt (reformulation des styles dur le document et certaines balises) */

@charset "utf-8";

body {
	background: rgba(236,236,236,1.00);
	font-family: Arial;
	color: rgba(81,81,81,1.00);
	font-size: 14px;
}
img, object, embed, video {
	max-width: 100%;
}
ul {
	list-style: none;
	padding: 0px;
}
a, a:hover, a:focus, a:visited {
	text-decoration: none;
	color: inherit;
}
input, select, textarea{
	font-family: Arial;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Style PC (style par defaut) */
.gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#page {
	padding: 0px;
}

/* Banière et contenu */
#baniere {
	height: 200px;
	background: rgba(68,67,228,1.00);
}
.logo {
	height: 80px;
	margin: 10px 10px 10px 10px;
	float: left;
}
.nom, .nom-description {
	font-weight: bold;
	font-family: 'comic sans ms';
	color: rgba(29,176,37,1.00);
	text-shadow: 1px 2px 20px rgba(255,255,255,1.00);
}
.nom {
	font-size: 32px;
	padding-top: 24px;
	clear: right;
}
.nom-description {
	font-size: 18px;
	float: left;
	clear: right;
}
.alert {
	text-align: center;
	text-decoration: blink;
	color: rgb(255,50,50);
}
.animation {
	background: rgba(190,190,190,.1);
	width: 55%;
	right: 5%;
	height: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Menu gauche */
#menu-gauche {
	width: 100%;
	background: rgba(170,170,247,1.00);
	display: -moz-box;
	display: -webkit-box;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
}
.menu {
	margin: 0px;
	padding: 0px;
}
.bouton-menu{
	width: 20px;
	display: none;
}
.menu-element {
	list-style: none;
	border-top: 1px solid rgba(90,78,240,1.00);
	float: left;
}
.menu-element-text {
	height: 30px;
	padding-left: 5px;
	background: rgba(170,170,247,1.00);
	padding: 8px 30px;
}
.menu-element {
	list-style: none;
	border-top: 1px solid rgba(68,67,228,1.00);
}
.menu-element-text:hover {
	background: rgba(68,67,228,1.00);
	color: rgba(255,255,255,1.00);
}
.menu-element-text:hover, .menu-element-selected {
	background: rgba(90,78,240,1.00);
	color: rgba(26,26,26,1.00);
}

/* Nécessité du contenue de page */
#corp {
	margin-left: 12.5%;
	margin-top: 25px;
	width: 75%;
	background: rgba(190,180,200,.20);
	float: left;
}
.description{
	margin: 0px 1%;
	text-align: justify;
}
.titre {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
.sous-titre {
	font-size: 13px;
	font-weight: bold;
	font-family: 'arial';
	color: rgba(120,134,238,1.00);
	clear: right;
	margin: 0px 0px 15px 5px;
}
.boite-contenu {
	clear: right;
	margin-bottom: 15px;
}
.completion {
	display: none;
	clear: both;
}

/* Liste de produit et détail */
.produit-detail, .produit-element{
	width: 95%;
	border: 1px solid rgb(190,180,200);
	padding: 5px 1% 10px 1%;
	margin: 0px 1% 20px 1%;
	text-align: justify;
}
.produit-element{
	background: rgba(190,180,200,.30);
	margin-bottom: 5px;
	padding: 5px 1%;
	cursor: pointer;
}
.produit-element:hover{
	background: rgba(190,180,200,.40);
}
.produit-img{
	width: 50px;
	float: left;
	margin: 0px 5px 5px 0px;
}
.produit-nom{
	font-size: 16px;
	color: rgb(20,20,100);
	font-weight: bold;
	clear: right;
}
.produit-description{
	font-weight: bold;
	clear: right;
}
.produit-detail{
	clear: both;
}

/* Menu droit et Publicités */
#menu-droit {
	margin-left: 12.5%;
	margin-top: 25px;
	width: 75%;
	float: left;
	clear: right;
}
.boite-pub {
	margin: 5px 5px 10px 5px;
	height: 150px;
	background: rgba(201,250,235,1.00);
	text-align: center;
	border: 1px solid rgba(12,197,10,.90);
	border-radius: 10px;
}
.pub-titre {
	height: 30px;
	width: 100%;
	background: rgba(12,197,10,.40);
	border-radius: 10px 10px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color: rgb(100,100,255);
}
.pub-texte {
	height: 90px;
	width: 98%;
	padding-left: 1%;
	text-align: justify;
}
.bouton-pub {
	height: 30px;
	width: 100%;
	background: rgba(12,197,10,.60);
	font-style: 16px;
	font-weight: bold;
	border-radius: 0px 0px 10px 10px;
	transition: background linear 300ms;
}
.bouton-pub:hover {
	background: rgba(80,97,210,.90);
	color: rgb(200,255,255);
}

/* Bas de page et definitions abstraites */
#pied {
	height: 50px;
	background: rgba(68,67,228,1.00);
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}

/* Formulaire demande de service */
.table-services{
	width: 100%;
	margin-bottom: 50px;
	border-collapse: collapse;
}
.zone-saisie, .boite-saisie, .table-services{
	width: 99%;
}
.zone-saisie{
	height: 200px;
}
.boite-saisie{
	height: 25px;
	border: 1px solid rgb(200,200,200);
}
select.boite-saisie{
	height: 32px;
}
.boite-saisie:hover{
	border: 1px solid rgb(150,150,240);
}
.boite-saisie:focus{
	border: 1px solid rgb(140,140,255);
}
.option{
	background: rgb(210,210,255);
}
.option:hover{
	background: rgb(210,210,235);
	color: rgb(20,20,20);
}
.option-selected{
	padding-top: 3px;
	background: rgb(200,200,200);
}
.boite-bouton{
	margin-top: 20px;
	padding: 10px 15px;
	background: rgb(200,200,240);
	border: 1px solid rgb(100,100,255);
}
.boite-bouton:hover{
	background: rgb(150,150,240);
}

/* Liste de service dans la page d'acceil */
.service-element{
	background: rgba(190,180,200,.20);
	width: 99%;
	padding: 5px 0px;
	margin: 2px 0px;
}
.service-element:hover{
	background: rgba(190,180,200,.30);
}




/* Tablet Layout: 769px down to 481px.  Inherits styles from: Desktop Layout. */

@media only screen and (max-width: 769px) {

body {
	background: rgba(236,236,236,1.00);
	font-family: Arial;
	color: rgba(81,81,81,1.00);
	font-size:12px;
}
a, a:hover, a:focus, a:selected {
	color: rgba(212,212,212,1.00);
	text-decoration: none;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#page {
	border: 0px;
	padding: 0px;
}
#baniere {
	height: 40px;
	background: rgba(68,67,228,1.00);
}
.animation {
	display: none;
}
.logo {
	height: 36px;
	margin: 2px 2px 2px 2px;
	float: left;
}
.nom, .nom-description {
	font-weight: bold;
	font-family: 'comic sans ms';
	color: rgba(29,176,37,1.00);
	text-shadow: 1px 2px 20px rgba(255,255,255,1.00);
}
.nom {
	font-size: 14px;
	padding-top: 0px;
}
.nom-description {
	font-size: 8px;
	float: left;
	clear: right;
}
#menu-gauche {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 0px;
	height:100%;
	color: rgba(212,212,212,1.00);
	background:  rgba(212,212,212,1.00);
	position:fixed;
	right:0px;
	top:0px;
	transition: width linear 400ms;
}
#menu-gauche:hover {
	width: 200px;
}
.menu {
	margin: 0px 0px 2px 0px;
}
.bouton-menu{
	width: 20px;
	display: block;
	top: 0px;
	right: 0px;
	position: fixed;
	transition: all linear 400ms;
}
.menu-element {
	border: 0px;
}
.menu-element-text {
	background: rgba(212,212,212,1.00);
}
#menu-gauche:hover .bouton-menu {
	right: 200px;
}
#menu-gauche:hover .menu-element {
	border-bottom: 1px solid rgba(68,67,228,1.00);
}
#menu-gauche:hover .menu-element-text {
	background: rgba(170,170,247,1.00);
	color: rgba(49,48,77,1.00);
}
.menu {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#menu-gauche:hover .menu-element-text:hover {
	background: rgba(68,67,228,1.00);
	font-weight: bold;
	color: rgba(0,0,0,1.00);
}
#corp {
	width: 100%;
	padding-right:0px;
	border-left: 0px;
	float: left;
}
.titre {
	font-size: 20px;
	font-weight: bold;
	font-family: 'comic sans ms';
	color: rgba(120,134,238,1.00);
	clear: right;
	margin: 0px 0px 15px 0px;
}
.boite-contenu {
	clear: right;
	margin-bottom: 15px;
	margin: 0px 0px 15px 5px;
}
.completion {
	display: none;
	clear: both;
}
#menu-droit {
	width: 100%;
	padding-right:0px;
	float: left;
	clear: right;
	border-left: 0px;
}
.boite-pub {
	margin: 0px 0px 10px 0px;
	width: 45%;
	height: 150px;
	background: rgba(201,250,235,1.00);
	text-align: center;
}
.pub {
	height: 120px;
	width: 100%;
	text-decoration:underline;
}
.description-pub {
	height: 40px;
	width: 100%;
	background: rgba(12,197,10,1.00);
	font-style: 16px;
	font-weight: bold;
}
#pied {
	height: 50px;
	background: rgba(68,67,228,1.00);
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}




/* Mobile Layout: 481px lower. Inherits styles from: Desktop Layout and Tablet Layout. */

@media only screen and (max-width: 481px) {

body {
}
a, a:hover, a:focus, a:selected {
	color: rgba(212,212,212,1.00);
	text-decoration: none;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	clear: none;
	float: none;
}
#page {
	border: 0px;
	padding: 0px;
}
#baniere {
	height: 40px;
	background: rgba(68,67,228,1.00);
}
.logo {
	height: 36px;
	margin: 2px 2px 2px 2px;
	float: left;
}
.nom, .nom-description {
	font-weight: bold;
	font-family: 'comic sans ms';
	color: rgba(29,176,37,1.00);
	text-shadow: 1px 2px 20px rgba(255,255,255,1.00);
}
.nom {
	font-size: 14px;
	padding-top: 0px;
}
.nom-description {
	font-size: 8px;
	float: left;
	clear: right;
}
#menu-gauche {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 0px;
	height:100%;
	color: rgba(212,212,212,1.00);
	background:  rgba(212,212,212,1.00);
	position:fixed;
	right:0px;
	top:0px;
	transition: width linear 400ms;
}
#menu-gauche:hover {
	width: 200px;
}
.menu {
	margin: 0px 0px 2px 0px;
}
.bouton-menu{
	width: 20px;
	display: block;
	top: 0px;
	right: 0px;
	position: fixed;
	transition: all linear 400ms;
}
.menu-element {
	border: 0px;
}
.menu-element-text {
	background: rgba(212,212,212,1.00);
}
#menu-gauche:hover .bouton-menu {
	right: 200px;
}
#menu-gauche:hover .menu-element {
	border-bottom: 1px solid rgba(68,67,228,1.00);
}
#menu-gauche:hover .menu-element-text {
	background: rgba(170,170,247,1.00);
	color: rgba(49,48,77,1.00);
}
.menu {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#menu-gauche:hover .menu-element-text:hover {
	background: rgba(68,67,228,1.00);
	font-weight: bold;
	color: rgba(0,0,0,1.00);
}
#corp {
	width: 100%;
	padding-right:0px;
	border-left: 0px;
	float: left;
}
.titre {
	font-size: 20px;
	font-weight: bold;
	font-family: 'comic sans ms';
	color: rgba(120,134,238,1.00);
	clear: right;
	margin: 0px 0px 15px 0px;
}
.boite-contenu {
	clear: right;
	margin-bottom: 15px;
	margin: 0px 0px 15px 5px;
}
.completion {
	display: none;
	clear: both;
}
#menu-droit {
	width: 100%;
	padding-right:0px;
	float: left;
	clear: right;
	border-left: 0px;
}
.boite-pub {
	margin: 0px 0px 10px 0px;
	width: 45%;
	height: 150px;
	background: rgba(201,250,235,1.00);
	text-align: center;
}
.pub {
	height: 120px;
	width: 100%;
	text-decoration:underline;
}
.description-pub {
	height: 40px;
	width: 100%;
	background: rgba(12,197,10,1.00);
	font-style: 16px;
	font-weight: bold;
}
#pied {
	height: 50px;
	background: rgba(68,67,228,1.00);
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
}
}