@charset "UTF-8";
/* CSS Document */


body {
	text-align: center;
	background-image: url(images/2011/texturebois11.jpeg);
	background-repeat: repeat;
}


/* marges à zero */
#tout{

	width: 1016px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: center;
}



#banniere { /* d&eacute;finition couleur et images bannière du haut du site */
	height: 200px;
	text-align: left;
	background-repeat: repeat;
	width: 1000px;
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #F60;
	text-indent: 10px;
	display: block;
	z-index: 50;
	background-image: url(/images/2011/texturebois13.jpeg);
}
#menuGeneral { /* d&eacute;finition couleur et images bannière du haut du site */
	height: 52px;
	text-align: center;
	width: 1000px;
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #F63;
	display: block;
	background: #FFF;
}
#contenuGeneral { /* d&eacute;finition des couleurs de fond dans le corps du site */
	width: 998px;
	display: block;
	border: 1px dotted #CCC;
	background: url(images/2011/fond_GrafikArt.jpg) repeat;
}


/* sp&eacute;cification du haut et bas du site */ 

/* cache le champs adresse du formulaire de contact 
contre les moteurs de spam, actuellement caché en Javascript
si non réactiver ce CSS */

#adresse {
	display:none;
}
 

#arrondis_haut {
	text-align: center;
	height: 21px;
	width:926px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/fonds/fond-glass_haut.jpg);
}

#arrondis_bas {
	width:926px;
	display: block;
	height: 21px;
	top: -5px;
	background-repeat: no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/fonds/fond-glass_bas.jpg);
}

#fashinfos { /* d&eacute;finition de la bannière flash haut du site avant le menu horizontal*/
	background-repeat: no-repeat;
	background: url(medias/flash/cabines.swf);
	margin-bottom:5px;
	width: 655px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}
#cadre_menu_haut {
	height: 45px;
	background-position: center center;
	width: 918px;
	display: block;
	text-align: center;
	padding-left: 8px;
	padding-right: 0px;
	margin: 2px 0px 0px;
}


#menu01 a { /* d&eacute;finition du menu horizontal*/
	color:#666;
	text-align:center;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	display: inline;
	height: 37px;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	padding: 15px 15px 0px 10px;
	float: left;
	position: relative;
	left: 15px;
}


#menu01 a:hover  { /* d&eacute;finition du Roll over du menu horizontal*/
	font-family: "Trebuchet MS";
	color: #F60;
	text-decoration: none;
	font-size: 15px;
 }
#menu01
a:active {
	font-family: "Trebuchet MS";
	color: #F00;
	text-decoration: none;
	font-size: 15px;
}
 
 
#contenu1 { /* d&eacute;finition du bloc contenu bloc gauche + droite + partie centrale textes  */
	text-align: center;
	margin-top: 2em;
}


#contenu { /* d&eacute;finition du contenu textes */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 600px;
	display: block;
	height: auto;
	float: left;
	font: 12px Verdana, Geneva, sans-serif;
	position: relative;
	left: 37px;
	top: -12px;
}
#contenu_form { /* d&eacute;finition du contenu textes */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 250px;
	width: 750px;
	display: block;
	height: auto;
}
#contenu_web { /* d&eacute;finition du contenu textes */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 850px;
	display: block;
	height: auto;
	float: none;
	position: relative;
}
 

	
/* Encart post-it - là il s'agit de r&eacute;gler en CSS les diverses 
marges internes (margin) et externes (padding). 
Pour les encadrements graphiques se reporter au chapitre 14 du livre */ 

/* bloc haut du menu gauche*/
.menugauche {
	margin-left: 0.5em;
	width: 150px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #BAA080;
	position: relative;
	float: left;
	height: auto;
	}
.menugauche_vide {
	margin-left: 0.5em;
	width: 150px;
	display: block;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #BAA080;
	text-align: left;
	position: relative;
	float: left;
}

.contenu_gauche { /* d&eacute;finition du contenu du site */
	float: left;
	display:block;
	text-align: left;
}

.contenu_droite { /* d&eacute;finition du contenu du site */
	float: right;
	display:block;
	text-align: center;
}
.blocgauche_vide {
	padding-bottom:10px;
	display: block;
	text-align: left;
	width: 160px;
	float: left;
	margin-left: 5px;
	position: relative;
	margin-right: 5px;
	margin-top: 0px;
	top: 45px;
}
	
/* Bloc bas du menu gauche */
.blocgauche {
	padding-bottom:10px;
	display: block;
	text-align: left;
	width: 160px;
	float: left;
	margin-left: 5px;
	position: relative;
	margin-right: 5px;
	margin-top: 0px;
	top: 50px;
}	

/* liens du menu gauche */
.blocgauche ul {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
}

/*  Puces Nike de liste du menu gauche */
.blocgauche li {
	margin-left: 0.5em;
	list-style-image: url(images/postpuce.gif);
	margin-bottom:0.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* look des liens du menu gauche */
.blocgauche li a {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color:#666;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: bold;
}
/* look roller over des liens du menu gauche */
.blocgauche li a:hover {
	color:#BAA080;
	font-family: "Trebuchet MS";
}

/* Titre rubrique du menu gauche */
.blocgauche h1 {
	color:#FFFFFF;
	margin: 0 0 0 0px;
	position:relative;
	top:-1.7em;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
}

/* image cadre menu de droite */
.blocmenudroite {
	float: right;
	width: 126px;
	height:295px;
	margin-right: 5px;
	text-align: left;
}

.blocmenugauche2 {
	float: left;
	width: 126px;
	height:295px;
	margin-right: 8px;
	background: url(images/menu_arrondi.gif) no-repeat center;
	text-align: center;
	margin-top: 200px;
}


#bas {
	padding:1em;
	text-align: center;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0.5em;
}

#bouton_navigation {
	background-image: url(images/bouton_navigation.jpg);
    background-repeat: no-repeat;
	background-position: center top;
}


/* Fixer la largeur du champ de texte &eacute;vitera tout d&eacute;calage et uniformisera l'affichage sur tous les navigateurs */ 
#menu form .champ {
	width: 8em;
}
#contenu div table tr .textarea2 {
}
/* d&eacute;inition des liens du site */ 
 
a :link a{
	color:#CC9;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0.1em;
 }

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

 
a :visited {
	color:#9966CC;
	font: normal 12px "Trebuchet MS";
 }
 
  /* d&eacute;ifinition de la couleur des liens dans les textes  */
.lientextpages a:link {
	color:#09F;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
 }
 
.lientextpages a :hover {
	color:#036;
	text-decoration: underline;
}

/* d&eacute;ifinition de la couleur de lien du bas de page du site >> qui est diff&rent des autres liens */
.lienbaspages  {
	color:#666;
	font: 13px "Trebuchet MS";
 }


.masquephotoscss {
	float: left;
	width: 175px;
	height:251px;
	background-image: url(images/masquephotomini.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	margin-right: 5px;
}

.masquephotosmaxi {
	margin: 0 auto;
	margin-top:1em;
	float: left;
	width: 665px;
	height:916px;
	text-align: center;
	background: #660000 url(images/masque_photomaxi.jpg) no-repeat center center;
}

/* pr&eacute;sentation des polices et tu titre 1 (<h1>)*/ 
.global h1 {
	font-weight: bold;
	font-size: 150%;
	padding-bottom: 0.2em;
	border-bottom: 3px solid #ffff99; /*souglignement jaune du titre*/
	font-variant: small-caps;/* les capitales en gras */
	color: #250;
	}

/*  et du sous titre 2 (<h2>)*/
.global h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 110%;
	font-weight: bold;
	color: #282;
	}


/* d&eacute;finition des champs de saisie du formulaire */ 
.champsform {
	margin-top: 1em;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	position: relative;
	left: 100px;
	width: 110px;
	height: 20px;
}


.champsform {
	position: relative;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	left: 20px;
	width: 150px;
}
.titre_mag {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}


/* D&eacute;finition du style des rubriques */
.rubrique {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#C63;
	text-align: left;
	text-indent: 25px;
}
.clients {
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F60;
	text-align: center;
}
.h1  {
	font: normal 22px Verdana, Geneva, sans-serif;
	color:#6CF;
	text-align: left;
	display: block;
	margin-left: 25px;
}
.h2 {
	font: normal 14px Verdana, Geneva, sans-serif;
	color:#C9A979;
	text-align: left;
	display: block;
	letter-spacing: 0.1em;
	margin-left: 25px;
}
.h2header {
	font: 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CFF;
	text-align: left;
	text-indent: 30px;
	letter-spacing: 0.3em;
	margin-top: 10px;
	display: block;
}
.h3header {
	font: lighter normal 12px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999;
	text-align: left;
	display: block;
	margin-left: 25px;
	letter-spacing: 0.1em;
	margin-top: 5px;
}
.h3headerComments {
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F60;
	text-align: center;
	display: block;
	font-size: 16px;
	letter-spacing: 0.2em;
}
.h4 {
	font: normal 14px "wTrebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	display: block;
	letter-spacing: 0.1em;
	margin-left: 25px;
}
.h5 {
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #003;
	text-align: justify;
	display: block;
	width: 100%;
	left: 25px;
	position: relative;
}
.h6 {
	font: normal 14px "wTrebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	display: block;
	letter-spacing: 0.1em;
	margin-left: 50px;
}

.h1titre_niveau1 {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #666;
	text-indent: 50px;
}

/*  d&eacute;finition des styles de TITRES 1, 2 et 3 */

.h1titre_noirGothic {
	color:#000000;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
}
.h1titre_roseGothic {
	color:#F09;
	text-align: left;
	font-family: "Century Gothic";
	font-size: 14px;
}

.h1titre_niveau1Admin {
	font: bold 16px "Century Gothic";
	color: #FF0000;
	text-align: center;
}
.h3titre_niveau3 {
	color: #999;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
}
.h4titre_niveau1 {
	color:#333;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}
.infos {
	font: italic normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F30;
	text-align: left;
}
.disponibilite {
	font: lighter normal 11px/normal "wTrebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	display: block;
	letter-spacing: 0.2em;
	top: 5px;
	position: relative;
}

/*  d&eacute;finition des styles de TEXTES 1, 2 et 3 */

.textarea1 {
	font: lighter 11px Verdana, Arial, Helvetica, sans-serif;
	color:#663333;
	text-align: justify;
	
}
.textarea2 {
	color: #666;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	position: relative;
}
.infosProjetsPersos {
	color: #666;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	position: relative;
	display: inline;
	left: 20px;
	width: 100%;
	height: auto;
}
.textarea3 {
	color:#000000;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.texteminuscule {
	font: lighter 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: justify;
}
.textarea2centre {
	font: lighter 12px Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: center;
	font-size: 12px;
}

.textbaspage {
	font: lighter 11px Verdana, Arial, Helvetica, sans-serif;
	color:#663;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	}
.textTechnologie {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}


.textformulairemail1 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-align: left;
}


.textformulairemail2 {
	font: lighter 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	text-align: justify;
}

.textformulairemail3 {
	font: lighter 10px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	text-align: justify;
}


.champsadmin {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	height: 20px;
	width: 100px;
	position: relative;
	top: -4px;
	left: 250px;
	clip: rect(4px,auto,auto,auto);
}


.descripadmin {
	text-align: right;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	left: 240px;
	width: 150px;
	float: left;
	position: relative;
}


.descriptionsform {
	float: left;
	position: relative;
	width: 250px;
	text-align: right;
	font: lighter 10px Verdana, Arial, Helvetica, sans-serif;
	color:#663333;
	left: 5px;
	top: 20px;
	bottom: -40px;
}
	
	
	
.Style1 {
	font-weight: bold;
	font-size: 12px;
}
.Style1 a:hover {
	font-weight: bold;
	font-size: 12px;
	color: #FF3300;
}
#tout #infos .titre {
	color: #CF0;
}
#infos.titre {
	color: #CF0;
}
#banniere .h3header .h3header {
	font-size: 14px;
	letter-spacing: 0.1em;
	display: block;
}

