/*
 * STYLES GENERAL
 */

* {
	margin:  0px;
	padding: 0px;
}

body {
	background-color: #89adbf;
	background-attachment: fixed;
	padding:               10px;
	font-family:           Arial, Helvetica, sans-serif;
	color:                 #296788;
}

P, TD, LI, P *, TD *, LI * {
	color:     #608498;
	font-size: 11pt;
}

P {
	margin-top: 5px;
	margin-bottom: 5px;
}

H1, H2, H3, H4, H5, H6 {
	color:     #608498;
	padding-top: 5px;
	padding-bottom: 5px;
}

H1 {
	text-align: center;
	font-weight: bolder;
	font-size: 20pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

H2 {
	font-weight: bolder;
	font-size: 16pt;
}

H3 {
	font-size: 14pt;
}

H4 {
	font-size: 12pt;
}

H5 {
	font-size      : 11pt;
	padding: 5px 0;
}

H6 {
	font-size  : 11pt;
	font-weight: normal;
	font-style : italic;
	padding     : 5px 20px;
}

UL, UL * {
	margin-left: 15px;
}

B, B * {
	color: #195778;
	font-weight: bolder;
}

A {
	text-decoration: none;
	color          : #608498;
	font-weight    : bold;
}

ARTICLE, SECTION, NAV, ASIDE {
	margin : 0;
	padding: 10px;
}
 
/*
	LUSTES A PUCES
 */

UL {
	margin: 15px 0;
	padding-left: 20px;
	list-style-type: none;	
}
	
UL LI {
	margin: 5px 0; padding: 2px 2px 2px 25px;
	background-image: url(../images/icones/puceLight.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

/*
 * MISE EN PAGE
 * ============
 */
 
#PAGE {
	width         : 1024px;
	margin        : 10px auto;
	padding       : 0;
}

#PAGE>HEADER { 
	position   : relative;
	margin     : 0; 
	padding    : 0;
	width      : 100%;
	min-height : 250px;
}

#PAGE>HEADER>#LOGO {
	position: absolute;
	height: 170px; width: 220px;
	margin: 40px;
	left: 0;
	z-index: 10;
}

#PAGE>HEADER>#LOGO>A {
	display: block;
	height: 100%; width: 100%;
	background-image: url(../images/Logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 97%;
}

#PAGE>HEADER>#LOGO>A {
	-ms-transform: scale(1.1,1.1); /* IE 9 */
	-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
	transform: scale(1.1,1.1);
}

#PAGE>HEADER>#TITRE {
	position: absolute;
	height: 230px; width: 704px;
	margin: 10px;
	right: 70px;
	z-index: 10;
}

#PAGE>HEADER>#TITRE H1 {
	margin-top: 25px;
	margin-bottom: 25px;
}

#PAGE>HEADER>#TITRE H2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#PAGE>HEADER>#TITRE * {
	color : #EEEEEE;
	text-shadow: 1px 1px 2px #CCCCCC, 0 0 1em #222222, 0 0 0.2em #222222;
}

#PAGE>HEADER>#BANDEAU {
	margin: 0; padding: 0;
	height: 250px;
	width:  1024px;
}

#PAGE>HEADER>#MENUHAUT {
	clear           : both;
	display         : block;
	width           : 100%;
	background-color: #EEEEEE;
}

#PAGE>HEADER>#MENUHAUT>#STITRE {
	background-color: #DDDDDD; 
	margin: 0 10px; 
	border: solid 4px #296788;
}

#PAGE>HEADER>#MENUHAUT>#STITRE::parent {
	background-color: #pink; 
	padding: 10px; 
}

#PAGE>ARTICLE  { 
	position: relative;
	margin          : 0;
	padding         : 0;
	width           : 100%;
	min-height      : 200px;
	background-color: #EEEEEE;
	overflow-y      : visible;
}

#PAGE>FOOTER  { 
	margin          : 10px 0;
	padding         : 0;
	width           : 100%;
	min-height      : 50px;
	background-color: #EEEEEE;
	/* border-radius   : 10px; */
}

#PAGE>FOOTER>SECTION  { 
	float: left;
	width: 24%;
	padding : 5px; 
}

#PAGE>FOOTER>SECTION>H3  { 
	border-bottom : solid 2px #BBBBBB;
	margin : 0; padding : 0 0 5px 0;
}

#PAGE>FOOTER>SECTION>UL  { 
	margin: 5px 0;
	padding-left : 5px;
}

#PAGE>FOOTER>SECTION>UL>LI  { 
	padding-left : 10px;
}

#PAGE>FOOTER>SECTION>ARTICLE  { 
	margin: 0; padding: 0;
}

#PAGE>FOOTER>SECTION>ARTICLE IMG  { 
	padding: 0 5px;
}


/*
HEADER {
	position: relative;
	height: 210px;
	width : 100%;
}
*/


#MENUDROIT {
	float: right;
	width:  20%;
}

#MENUGAUCHE {
	float: left; 
	width:  50%;
}

#MENUFLOTANT {
	position: fixed; 
	bottom: 10px;
	left: 10px;
	width:  200px;
}

.CLEARFLOAT {
	clear: both;
	min-height: 0px;
}

/*
	Afichage des CV
*/

/*
	Mise en forme des Tableaux
*/

.tabListe CAPTION {
	border: none;
	font-size: 13pt;
	padding: 5px; margin: 10px 0;
	background-color: #608498;
	color:            #dbe7ed;
	text-align:       center;
}

.tabListe TH {
	padding: 2px 5px; margin: 10px;
	text-align:       center;
	font-weight: bolder;
	font-size: 11pt;
	background-color: #90A4B8;
	color: #FFFFFF;
	border: 1px solid #90A4B8;
}

.tabListe TD {
	padding: 2px 5px;  margin: 10px;
	font-size: 11pt;
	border: 1px solid #608498;
}

.tabListe LI {
	margin : 0; padding-top: 0; padding-bottom: 0;
}

/*
 * Style menuServices 
 */
 
UL.menuServices {
	margin: 0;
	padding: 0;
	display: block;	
	width: 1030px;
	height: 60px;
} 

.menuServices>LI {
	position: relative;
	list-style-type: none;	
	float: left;
	margin: 0;
	padding: 0;	
	background-image: url(../images/fleche-droit.png);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: 0 0;
	height: 60px;
	width: 205px;
	transition: -ms-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
 }

.menuServices>LI>DIV {
	opacity: 0.8;
	margin: 0;
	padding: 0;	
}

.menuServices A {
	font-size: 10pt;
	display: table-cell;	
	/*margin-left: 20px;*/
	padding: 5px 10px 5px 30px;
	height: 50px;
	width: 131px;
	color: #FFFFFF;
	vertical-align: middle;
}

.menuServices LI:hover {
	/*opacity: 0.6;*/
	border-radius: 10px;
	/* DILATATION */
	overflow: hidden;
	-ms-transform: scale(1.1,1.1); /* IE 9 */
	-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
	transform: scale(1.1,1.1);
	z-index: 10;
}

/*
 * Style menuOptions 
 */
 
UL.menuOptions {
	margin: 0 auto;
	padding: 0;
	display: block;	
	width: 350px;
	/*width: 100%;*/
	background-color:: linear-gradient(#FFFFFF, #555555);
} 

UL.menuOptions>LI {
	list-style-type: none;	
	margin: 5px 0;
	padding: 0;	
}

UL.menuOptions>LI>DIV {
	opacity: 0.8;
	margin: 0;
	padding: 0;	
}

UL.menuOptions A {
	display: table-cell;	
	margin-left: 20px;
	padding: 5px 10px 5px 10px;
	height: 30px;
	width: 350px;
	color: #FFFFFF;
	vertical-align: middle;
}

UL.menuOptions A:hover, .selectedOption {
	opacity: 0.6;
	background-image: url(../images/fleche-droit.png);
	background-size: 2%;
	background-repeat: no-repeat;
	background-position: right;
}

.puceImage{
	display:table-cell;
}

.puceImage>LI{
	list-style-image:url(../images/icones/43.png);
	margin-left: 50px;
	margin-top: 5px;
}

/*
 * Styles dégradés
 */
 
.degradeRouge {
	background-image: linear-gradient(#dd0000, #330000);
} 
.degradeJaune {
	background-image: linear-gradient(#FFFF00, #333300);
} 
.degradeVert {
	background-image: linear-gradient(#00FF00, #003300);
} 
.degradeCyan {
	background-image: linear-gradient(#00FFFF, #003333);
} 
.degradeBleu {
	background-image: linear-gradient(#0000FF, #000033);
} 
.degradeGris {
	background-image: linear-gradient(#FFFFFF, #333333);
}

/*
 * Objet défilement d'images
 */
  
UL.bandeauSwitchImages {
	margin: 0; padding: 0;
	list-style-type: none;	
} 

UL.bandeauSwitchImages>LI {
	margin: 0; padding: 0;	
	display: none;
	position: absolute;
}

UL.bandeauSwitchImages>LI IMG {
	margin: 0; padding: 0;	
	height: 250px; width:  1024px;
}

/*
 LES CADRES DE CITATIONS
 */

.cadre {
	display: inline-block;
	text-align: center;
	padding: 1%;
	width: 98%;
	margin: 1%;
}

.cadre H4, .cadre A, .cadre P {
	display: block;
	text-align: center;
	background-color: #DDD;
	padding: 2%;
	width: 73%;
	margin: 0 auto;
}

.cadre IMG {
	padding: 0; margin: 0 auto;
	max-width: 95%;
	max-height: 95%;
}

.cadreDroite {
	background-color: #b4c6d0;
	padding: 3%; margin: 3%;
	width: 88%;
	border: 4px solid #608498;
	border-radius: 10px;
}

#contact A {
	display: block;
	width: 100%; height: 100%;
	font-size: 20px;
	text-align: center; 
}


.droite {
	float:right;
}

.gauche {
	float:left;
}

STRONG {
	margin : 0; padding: 0;
	color: #195778;
	font-size: 11pt;
}


ARTICLE>HEADER>A {
	color:     #608498;
	font-weight: bolder;
	font-size: 16pt;
	margin-top: 20px;
	margin-bottom: 20px;
}

.centrer {
	text-align: center;
}

/* STYLES DE LA PAGE D'ACCEUIL */
.prestation {
	display: block;
	padding: 150px 1% 0 1%; margin: 1%;
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size: 70%;
	background-color: #CCCCCC;
	width: 21%; height: 180px;
	float: left;
	position : relative;
}

.prestation:hover {
	opacity: 0.6;
}

.prestation H2 {
	display: block;
	font-size: 11pt;
	text-align: center;
	color: #FFF;
	padding: 10px;
	margin: 0; 
	vertical-align: middle;
	border-radius: 10px;
	opacity: 0.7;
}

.prestation P {
	margin: 5px 0;
	font-size: 10pt;
}

.prestation .bouton {
	margin : 10px 40px;
	padding : 5px;
	width: 125px;
	text-align: center;
	color: #EEEEEE;
	position : absolute; bottom: 0;
	background-image: linear-gradient(#b4c6d0,#304150);
	border-radius: 10px;
}

#prestat_formation {
	background-image: url(../images/presta_formation.png);
	background-position: center 10px;
	background-size: 60%;
}

#prestat_formation H2 {
	background-image: linear-gradient(#FF0000,#770000);
}

#prestat_installation {
	background-image: url(../images/prestat_expertise.png);
}

#prestat_installation H2 {
	background-image: linear-gradient(#FCC700,#a77900);
}

#prestat_conception {
	background-image: url(../images/presta_conception.png);
}

#prestat_conception H2 {
	background-image: linear-gradient(#52c9d9,#2e7983);
}

#prestat_recuperation {
	background-image: url(../images/presta_recuperation.png);
}

#prestat_recuperation H2 {
	background-image: linear-gradient(#00BA4E,#00722c);
}


#copyright, #pied {
	line-height: 30px;
	margin: 0; padding: 0;
	padding-left: 30px;
	font-size: 10pt;
	font-style: italic;	
	background-size : 20px;
	background-position : 5px 5px;
	background-repeat: no-repeat;
}

#pied {
	border-top:;
	margin-left: 480px;
	background-image: url(../images/icones/3.png);
}

#copyright {
	float: left;
	background-image: url(../images/Logo_ico.png);
}

/*
 * STYLE HEADER DE PAGE
 */

@font-face
{
	font-family: fontTitrePage;
	src: url(../styles/fonts/HappyKiller.ttf);
}

.uniteeForm, .profilForm {
	display: none;
}

SECTION {
	padding: 10px;
}

#PAGE>HEADER H1 {
	font-family: fontTitrePage;
	font-size: 60px;
	line-height: 100px;
	margin:10 0;padding:0;
}

#PAGE>HEADER H2, #MENUHAUT H2 {
	text-align: center;
	font-size: 32px;
	padding: 0; margin: 0;
	line-height: 60px;
}

#MENUHAUT H2 {
	line-height: 40px;
}

#MENUHAUT H3 {
	text-align: center;
	font-size: 20px;
	padding: 5px 0 0 0; margin: 0;
}

#MENUHAUT {
	display; block;
	background-color : #EEEEEE;
	margin : 0;
}

ul.puce43 {
	margin: 15px 0;
	padding-left: 20px;
	list-style-type: none;	
}
	
ul.puce43 li {
	margin: 5px 0; padding: 2px 2px 2px 20px;
	background-image: url(web/images/icones/43.png);
	background-repeat: no-repeat;
	background-position: center left;
}

/*
 * FORMULAIRES
 */

.form TABLE {
	margin : 10px auto; 
}
 
.form TH {
	width : 33%;
	padding  : 5px;
	background-color: #608498;
	color:            #dbe7ed;
	text-align:       center;
	vertical-align : top;
}

.form THEAD TH {
	text-align     : center;
	vertical-align : middle;
}

.form TBODY TH {
	text-align     : right;
	vertical-align : top;
}

.form TFOOT TH {
	background-color: transparent;
	text-align      : right;
	vertical-align  : middle;
}

.form TD {
	padding  : 5px;
	color:            #608498;
	text-align:       left;	
	vertical-align  : top;
}

.form TFOOT TD {
	text-align      : center;
	vertical-align  : middle;
}
 
.form input,
.form textarea, 
.form select {
	margin   : 1px; 
	padding  : 2px 2px 2px 25px;
	font-size: 12px; 
}

.form input[type='text'], 
.form input[type='date'], 
.form input[type='email'], 
.form input[type='tel'], 
.form input[type='number'], 
.form input[type='password'], 
.form select {
	margin-right:0px;
	color       : grey; 
	text-align  : left;
	line-height : 16px; 
	width       : 400px;
}

.form input[type='tel'] {
	width       : 120px;
}

.form input[type='date'] {
	width       : 80px;
}

.form input[type='number'] {
	width       : 90px;
}

.form textarea {
	width       : 420px;
	height      : 150px; 
	color       : grey; 
	text-align  : left;
	line-height : 20px; 
}

.form input[type="radio"],
.form input[type="checkbox"] {
	height : 10px; 
	width  : 10px;
}

.form input[type="submit"] {
  margin:0px;
}

.form  *[required] {
	background-image: url(../images/icones/50.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

/*
 * BOUTON BLEU
 */

.Boutons  {
	margin: 10px;
	list-style-type: none;	
}

.Boutons li {
	background-image : none;
	float:left;
	padding: 0; margin: 0 5px;
	width: 120px;
}

.Boutons a, .Boutons span {
	display: block;
	text-decoration:none; 
	font-size: 12pt;
	font-weight: bolder;
	text-align: center;
	color: white; 
	letter-spacing: 1px;
	background-color: #4F81BD;
	border-radius: 10px;	margin: 0; padding: 10px; 	
	cursor: pointer;
}

#planSite H1,
#mentions H1,
#formation H1,
#maintenance H1,
#conception H1,
#recuperation H1,
#presentation H1 {
	border-radius: 10px;
	text-align : center;
	color: #DDDDDD;
}

#planSite H2,
#mentions H2,
#formation H2,
#maintenance H2,
#conception H2,
#recuperation H2,
#presentation H2 {
	border-radius: 10px;
	padding-left : 10px;
}

/* Fond dégradés de couleur du thème des Titres de page 2*/
#planSite H1 		{background-image: linear-gradient(#0000FF, #000033);}
#mentions H1 		{background-image: linear-gradient(#0000FF, #000033);}
#formation H1 		{background-image: linear-gradient(#dd0000, #330000);}
#maintenance H1 		{background-image: linear-gradient(#FFFF00, #333300);}
#conception H1 		{background-image: linear-gradient(#52c9d9,#2e7983);}
#recuperation H1 	{background-image: linear-gradient(#00BA4E,#00722c);}
#presentation H1 	{background-image: linear-gradient(#FFFFFF, #333333);}

/* Bordure de la couleur du thème des Titres 2*/
#planSite H2			{border	: double 6px #0000FF; color	: #0000FF;}
#mentions H2			{border	: double 6px #0000FF; color	: #0000FF;}
#formation H2		{border	: double 6px #dd0000; color	: #dd0000;}
#maintenance H2		{border	: double 6px #BBBB00; color	: #BBBB00;}
#conception H2 		{border	: double 6px #52c9d9; color	: #52c9d9;}
#recuperation H2 	{border	: double 6px #00BA4E; color	: #00BA4E;}
#presentation H2 	{border	: double 6px #AAAAAA; color	: #AAAAAA;}

/* Listes à puces de la couleur du theme */	
#planSite ARTICLE LI   	{background-image: url(../images/icones/puceBlue.png);}
#mentions ARTICLE LI   	{background-image: url(../images/icones/puceBlue.png);}
#formation ARTICLE LI 	{background-image: url(../images/icones/puceRed.png);}
#maintenance ARTICLE LI 	{background-image: url(../images/icones/puceYellow.png);}
#conception ARTICLE LI 	{background-image: url(../images/icones/puceLight.png);}
#recuperation ARTICLE LI 	{background-image: url(../images/icones/puceGreen.png);}
#presentation ARTICLE LI 	{background-image: url(../images/icones/puceGrey.png);}

/* Formatage des sections de page : multicolonne et séparation des colonnes et des sections 2*/
#planSite>ARTICLE>SECTION,
#mentions>ARTICLE>SECTION,
#formation>ARTICLE>SECTION,
#maintenance>ARTICLE>SECTION,
#conception>ARTICLE>SECTION,
#recuperation>ARTICLE>SECTION,
#presentation>ARTICLE>SECTION {
	/* Multicolonnes */
	column-count : 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	/* Séparateur Multicolonnes */	
    -webkit-column-rule: 2px solid #DDDDDD; /* Chrome, Safari, Opera */
    -moz-column-rule: 2px solid #DDDDDD; /* Firefox */
    column-rule: 2px solid #DDDDDD;
	/* Séparateur entre les sections */	
	border-bottom : solid 2px #DDDDDD;
}


/*
 * LOGO CONTACT
 */
.CONTACT, .DEVIS {
	background-color: white;
	border: solid 4px green;
	border-radius: 30px; margin: 0; padding: 0; 	
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	line-height : 35px;
	color : green;
}
 
.CONTACT {
	z-index: 20; opacity: 0.8;
}

#CONTACT {
	position: absolute; right: 10px; top: 10px; 
	width: 180px; height: 60px;
}

#CONTACT A {
	display: block;
	width: 180px; height: 25px;
	background-color: green;
	border-radius: 30px 30px 0 0;	margin: 0; padding: 0; 
	line-height : 25px;
	font-size: 16px;
	color : white;
}

 
/************************************************************************************/
/*                       AFFICHAGE DES ALERTES  et des Fenêtres POPUP               */
 /***********************************************************************************/
#POPUPWINDOWS, #ALERTMESSAGE {
	display: none;
	/* color: red; */ /* Mise en forme du texte ex : commande n°.... */
	text-align : center;
	font-size: 14px; 
}

.invisible {
	display: none;
}
.annexe {
	font-size : 9pt;
}