/* Bloc */

html 
{
    font-size: 100%;
    
}

body
{
	background-color: black;
	font-family: Arial; 
	color: black;
	margin: 0;
}

#bloc_page
{
	width: 100%;
	margin: auto;
	min-width: 1250px;
}

em
{
	color: red;
}

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


#mail
{	
	color: white;
	text-decoration: none;
}	

.cv
{
	font-size: 0.9em;
	color:  rgb(216,217,240);
	text-align: center;
}

.cv:hover
{
	color:  rgb(230,229,183);
	text-decoration: none;
	font-style: oblique;
}

.voir
{
	color: black;
	text-decoration: none;
}	


.voir:hover
{
	color: grey;
	text-decoration: none;
	font-style: oblique;
}

a:link
{
	text-decoration:none;
}

.lien
{
	color: white;
	text-decoration: none;
}

.lien:hover
{
	color: white;
	text-decoration: none;
	font-style: oblique;
}

.panologo

{
    margin-top: -20px;
    margin-left: 200px;
}

.imageflottantegauche
{
    float: left;
    border-right : 50px solid black;
}

.imageflottantedroite
{
    float: right;
    border-left : 50px solid  black;
}

.dessous
{
    clear: both;
    text-align: justify;

}

.bio1 /* texte de la bio du haut  */
{
	text-align: left;
	font-size: 0.8em;
	color:  rgb(216,217,240);
	text-decoration: none;
	font-style: normal;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height : 145%;
}

.bio2 /* texte de la bio du haut  */
{
	text-align: right;
	font-size: 0.8em;
	color:  rgb(216,217,240);
	text-decoration: none;
	font-style: normal;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height : 145%;
}

p
{
	text-align: center;
	font-size: 0.8em;
	width: 100%;
	color:  rgb(204,216,240);
	text-decoration: none;
	font-style: normal;
	line-height : 145%;
}

h1 /* titre pied de page */
{
	text-align: center;
	font-size: 1.1em;
	color: black;
}

h2 /* nom réal/prod */
{
	text-align: center;
	font-size: 0.4em;
	color: grey;
}

h3 /* titre Mentions légales */
{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color:  rgb(204,216,240);
	margin-top: 30px;
	margin-bottom: 20px;
}

h4 /* titre vidéo accueil */
{
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color:  rgb(204,216,240);
	margin-top: 10px;
}

h5 /* titre vidéo page */
{
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color:  rgb(204,216,240);
	margin-top: 30px;
	margin-bottom: 20px;
}

h6 /* accueil page */
{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color:  rgb(240,240,240);
	margin-top: 35px;
	margin-bottom: 20px;
}


/* En_tête */

#header
{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#barrelogo
{
	background-color: black;
	height: 180px;
	min-width: 1000px;
	vertical-align: central;
	text-align: center;	
	box-shadow: 0px 0px 3px white inset;
}

#logo
{
	height: 160px;
	padding-top:10px;
}

/* Navigation */

#menu 
{
	width: 100%;
	min-width: 1250px;
	position: fixed;
	top:180px;
	background-color: rgb(240,240,240);
	color: black;
	line-height : 40px; /* taille de la barre du menu déroulant */
}

#menu ul  
{
	text-align : center;
	font-family : Arial; 
    font-size : 0.7em; 
    padding: 0; 
    margin:0;
    list-style : none;  
	text-transform: uppercase;
	background-color: white; /* couleur fond barre menu + déroulant */
	color: white; /* ? */
	text-decoration: none;
}



#menu li
{ 
	display: inline-block;
    width: 130px; /* largeur capsules barre menu + déroulant */
}


#menu a 
{
    display : block; 
    padding: 0px;
	font-weight: bold;
	background-color: white; /* couleur capsule texte barre menu + déroulant */
	color: black; /* couleur texte barre menu + déroulant */
    text-decoration : none; 
	width: 130px; /* largeur capsules barre menu + déroulant */
	text-align: center;
	border-radius: 0px;
}

#menu ol  /* Second sous menu déroulant TIM */
{
	margin: 0px -23px 0px; 
	padding: 0; 
	text-align : center;
	font-family : Arial; 
    font-size : 1.3em;
    list-style : none;  
	text-transform: uppercase;
	background-color: rgb(240,240,240); /* couleur fond barre menu + déroulant*/
	color: black; /* ? */
	text-decoration: none;
	width: 0px; /* largeur capsules */
	border-bottom : 0px solid black;
    border-top : 0px solid black;
    border-left : 0px solid black;
    border-right : 0px solid black;
}

html>body #menu li ol
{
    border-right: 5px solid transparent; /* espace entre les capsules barre menu deroulant */
}

#menu li ul
{ 
    position: absolute; 
    width: 25px; /* largeur capsules du menu déroulant */
    left: -999em; /* IMPORTANT - permet l'apparition du sous menu */
}

#menu li ul li 
{
    border-top : 1px solid white; 
}


html>body #menu li ul li                
{
    border-top : 1px solid white; 
}

#menu li ul ul 
{
    margin    : -22px 0 0 150px ; 
	border-left: 5px solid white ; 
}


html>body #menu li ul ul                
{
    border-left: 5px solid transparent ; 
}

#menu a:hover 
{
    color: grey;
	font-style: oblique;
}

#menu li:hover ul ul, #menu li.sfhover ul ul 
{
    left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  
{
    left: auto; 
    min-height: 0; 
}

.sous_menu
{
	font-size: 1.3em;
	float: left;
}


/* Banniere */

#barre_banniere
{
	display: block;
	text-align: center;
	margin-top: 220px;
	height: 0px;
	border-radius: 0px;
	box-shadow: 0px 2px 0px 0px black;
}

#banniere_image
{	
	height:0px;
	position: relative;
}

/* Pied_de_page */

footer
{
	width: 100%;
	height: 150px;
	background-color: white;
	text-align: center;
	color: black;
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 0.7em;
	margin-top: 50px;
}


#informations
{
	display: inline-block;
	border-style: solid;
	border-width: thin;
	border-color: grey;
	width: 20%;
	vertical-align: top;
	margin: 10px;
	height: 90%;
}

#reseau
{
	display: inline-block;
	border-style: solid;
	border-width: thin;
	border-color: grey;
	width: 15%;
	vertical-align: top;
	margin: 10px;
	height: 90%;
}

#coordonnees
{
	display: inline-block;
	border-style: solid;
	border-width: thin;
	border-color: grey;
	width: 20%;
	vertical-align: top;
	margin: 10px;
	height: 90%;
}

.lien
{
	color: black;
	text-decoration: none;
}

.lien:hover
{
	color: grey;
	text-decoration: none;
	font-style: oblique;
}

#mail /* pied de page */
{	
	color: blue;
	text-decoration: none;
}	

#mail2 /* page contact */
{	

	color: white;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 40px;
}

#haut
{
	display: block;
	text-align: center;
	margin-top: 10px;
}

/* Corps_Accueil */


#accueil_texte
{
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	width: 90%;
	color: black;
	margin: 5px 25px 5px 50px;
	font-size: 1.1em;
}

#accueil_bloc_images
{
	display: inline-block;
	text-align: center;
	width: 95%;
	min-width: 1000px;
	color: black;
	margin: 5px 25px 5px 30px;
}

.avantages
{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-style: bold;
	font-size: 1em;
	width: 150px;
	margin: 20px;
}

.accueil_images
{
	width: 100px;
	height: 100px;
	border-radius: 200px;
	border-style: solid; 
	border-color: black;
	border-width: 3px;
}

#video
{
	width: 548.57px;
	height: 308.57px;
	text-align: center;
	border-style: groove;
	border-width: ;
	border-color: black;
	border-radius: 5px;
	margin: auto;
	padding-bottom: none;
}

#video-db
{
	width: 560px;
	height: 263px;
	text-align: center;
	border-style: groove;
	border-width: ;
	border-color: grey;
	border-radius: 5px;
	margin: auto;
	padding-bottom: none;
}

#video1 /* video accueil */
{
	width: 1920px;
	height: 904px;
	
	text-align: center;
	border-style: ;
	border-width: ;
	border-color: ;
	border-radius: ;
	margin: ;
	padding-bottom: ;
}

#videocarre /* no work... à voir */
{
	width: 440px;
	height: 440px;
	text-align:center;
	border-style:groove;
	border-width: center;
	border-color:grey;
	border-radius:5px;
	margin: auto;
	padding-bottom: none;
}

#videoaccueil
{
	width: 640px;
	height: 360px;
	text-align: center;
	border-style: groove;
	border-width: ;
	border-color: grey;
	border-radius: 5px;
	margin: auto;
	padding-bottom: none;
}
------------------------------------------------------

/* Contact */

#nouveaute_texte
{
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	width: 95%;
	color: black;
	margin: 5px 20px 20px 20px;
}

#centre_gauche
{
	display: inline-block;
	width: 30%;
	margin: 0px 20px 20px 20px;
}

.bord
{
	display:inline-block;
	background-color: rgb(200,200,200);
	width: 100%;
	vertical-align: top;
	height: auto;
}

.bord_deco
{
	display: block;
	width: 80%;
	height: auto;
	color: white;
	background-color: black;
	text-align: center;
	vertical-align: center;
	margin: 10px;
	padding: 5px;
	border-radius: 20px;
}

.bord_deco:hover
{
	font-style: oblique;
}
	
#bloc_devis
{
	font-size: 1.2em;
	display: inline-block;
	width: 60%;
	margin: 0px 20px 20px 0px;
	padding: 20px;
	vertical-align: top;
	text-align: jusitfy;
	background-color: rgb(240,240,240);
}

#bloc_contact
{
	font-weight: bold;
	font-size: 1.2em;
	display: inline-block;
	width: 60%;
	margin: 0px 20px 20px 0px;
	padding: 20px;
	vertical-align: top;
	text-align: center;
	background-color: rgb(240,240,240);
}

#maps
{
	width: 90%;
	height: 300px;
	text-align: center;
	vertical-align: center;
	padding: 20px 0px 20px 0px;
	border-style: none;
}

contact h3
{
	font-size: 1.8em;
	color: red;
}

#formulaire
{
	width: 90%;
	text-align: center;
	vertical-align: center;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.formulaire_details
{
	text-align: left;
	font-size: 1em;
	margin: 10px;
}

label
{
	vertical-align: top;
}

.label1
{
	display: block;
    width:220px;
	float: left;
}

legend
{
	text-align: top;
	font-weight: bold;
	font-variant: small-caps;
}

fieldset
{
	border:none;
}


/* Mentions */

#mentions
{
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	width: 95%;
	color: black;
	margin: 5px 15px 5px 20px;
}

.retour
{
	display: inline-block;
	color: white;
	background-color: black;
	border-radius: 10px;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: center;
}

/*Plan du site */

#equipement
{
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	width: 95%;
	color: black;
	margin: 5px 15px 5px 20px;
}

------------------------------------------------------------

/*Gallerie */

/* Corps_Produits */

.plaques
{
	display: inline-block;
	text-align: center;
	width: 95%;
	padding-left: 20px;
}

.produits_fond1
{
	display: inline-block;
	width: 43%;
	background-color: white;
	color: black;
	text-align: center;
	margin: 30px;
	margin-bottom: 15px;
}

.produit_image
{
	display: inline-block;
	width: 90%;
	margin:10px;
}

.produits_fond2
{
	display: inline-block;
	width: 70%;
	background-color: white;
	border-radius: 10px 10px 10px 10px;
	color: black;
	font-size: 0.7em;
	margin-bottom: 15px;
}

/* Corps_Support */


table
{
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	border-collapse: separate;
	border-spacing: 10px;
	font-size: 0.8em;
}

.type /* titre de gauche de référence */
{
	font-size: 1.2em;
	font-style: bold;
	width: 35%;
	vertical-align: top;
	text-align: left;
	padding: 8px;
	color: white;
	text-transform: uppercase;
}

.variete /* capsule de référence */
{
	font-size: 1.2em;
	font-style: bold;
	width: 80%;
	text-align: left ;
	background-color: white;
	color: black;
	padding: 8px
}

.ideal /* titre voir de référence */
{
	font-size: 1.2em;
	width: 10%;
	text-align: center ;
	background-color: white;
	padding: 8px;
}

caption /* 1ere capsule de référence */
{
	font-size: 1.8em; /* taille texte 1ere capsule de référence */
	width: 100%;
	text-align: center;
	background-color: white; /* couleur fond 1ere capsule de référence */
	color: black; /* couleur texte 1ere capsule de référence */
	padding: 5px;
}




