﻿/*	feuille CSS - Deco-Caludia */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
fieldset,img {  
	    border:0; 
	} 
address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
ol,ul { 
	    list-style:none; 
	} 
caption,th { 
	    text-align:left; 
	} 
h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
q:before,q:after { 
	    content:''; 
	} 
abbr,acronym { border:0;
}

/*	---------------------------------------------------------	*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #333333;
	background-repeat: repeat;
	background-image:  url(images/background.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}
#container {
	width: 1024px;
	height:auto;
	max-height:100%;
	margin: 0px auto 0px auto;
	/*border: 3px solid #333333;*/
	padding-top: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-position : 0 0;
}

/* -------------------- bandeau ---------------------------------------- */

#header{
	background-image: url(images/header0_1024x200.jpg);
	background-repeat:no-repeat;
	background-position :0 0;
	height:200px;
}

/* ------------------------------------------------- 
	bas de page 
	------------------------------------------------ */

#piedPage {
	background-color: gray;
	clear: both;
	width: 1024px;
	height: 20px;
	text-align: center;
}
#menuPiedPage a {
	width: 892px;
	padding-top: 0px;
	margin-left: 25px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
}
#menuPiedPage a:hover{
	font-weight: bold;
	color: #B42817;
	text-decoration: none;
}

/* --------------------------------------------------
	Liens
   --------------------------------------------------*/

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active
{
	color: #2992D9;
}

a:link
{
	color: #4D4D4D;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: #000;
}
a:active
{
	color: #A8A7A7;
	text-decoration: none;
}

/* ------------------------ page de redirection ------------------------*/

#fond{
	background-image:url(images/Redirection.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	height:921px;
	width:1247px;
	padding-top:0px;
	margin-top:0px;
}

#fond #redirection{
	width:600px;
	height:350px;
	padding-top:320px;
	padding-left:320px;
}

#redirection p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	color: #CC3366;
	text-align:center;
}

#redirection h1{
	font-size: 150%;
	color: #9F2179; /* Rouge */
	font-weight: bold;
	text-align:center;
}

/* -------------------- contenu ---------------------------------------- */

#page{
	width: 1024px;
	min-height:500px;
	max-height:1300px;
}

html > body #page
{
	min-height: 500px;
	height: auto;
}

#contenu{
	width: 984px;
	height:auto;
	max-height:1300px;
	/*margin-right:auto;*/
	margin-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	}
	
#colContenu8 {
	width: 736px;
	height: 100%;
	background-image:  url(images/EnPeinture.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}

	/*-------------------- Options 2 Colonnes Contenus : 1/3 - 2/3 ------------------------ */
	
#colContenu1{
	width:324px;
	height:100%;
	float:left;
}

#colContenu2{
	width: 650px;
	height: 100%;
	left: 324px;
	margin-left: 10px;
}

	/*-------------------- Options 3 Colonnes Contenus ------------------------ */
	
#colContenu3{
	width:324px;
	height:100%;
	float:left;
}

#colContenu4{
	width:326px;
	height:100%;
	float:left;
	left:324px;
	margin-left:10px;
}

#colContenu5{
	width:300px;
	height:100%;
	left:660px;
	top:0px;
	float:left;
	margin-left:10px;
}

	/*-------------------- Options 2 Colonnes Contenus 2/3 - 1/3 ------------------------ */
	

#colContenu6{
	width:620px;
	height:100%;
	float:left;
}

#colContenu7{
	width:324px;
	height:100%;
	float:right;
	left:650px;
	margin-left:10px;
}

	/*-------------------------------- Page d'Accueil ----------------------------------- */
	
#colContenu6 #titreAccueil{
	width:620px;
	height:50px;
	float:left;
	margin:30px 0 10px 0;
	border-bottom: 1px solid #D4D4D4;
}

#colContenu6 #colContenu6_left{
	width:300px;
	height:450px;
	float:left;
	margin:0px 0 0 0;
}

#colContenu6_left #titreAnim{
	width:300px;
	height:150px;
	float:left;
	margin:0px 0 10px 0;
}

#colContenu6_left .texteTitre{
	margin: 0px 0 0px 0;
	font-size: 110%;
	color: #CC0066;
	font-weight: bold;
	}

#colContenu6_left #animAccueil{
	width:300px;
	height:150px;
	float:left;
	padding: 0 0 10px 0px;
}

#colContenu6_left #partenairesAccueil{
	width:300px;
	height:140px;
	float:left;
	margin:10px 0 0 0;
	border-top: 1px solid #D4D4D4;
}

#partenairesAccueil .lienPartenaire{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	font-weight: normal;
	letter-spacing:0.04em;
	text-align: left;
	line-height: 15px;
	margin-top: 10px;
}

#partenairesAccueil .lienPartenaire a{
	color:#0099FF;
	text-decoration:none;
}

#partenairesAccueil .lienPartenaire a:hover{
	color:#000099;
	text-decoration:none;
}

#colContenu6 #colContenu6_right{
	width:270px;
	height:450px;
	float:left;
	margin:10px 0 0 30px;
}

#colContenu6_right .texteTitre{
	margin: 0px 0 0px 0;
	font-size: 110%;
	color: #CC0066;
	font-weight: bold;
	}

#colContenu6_right #conseilAccueil{
	width:300px;
	height:100px;
	float:left;
	margin:0px 0 0 0;
}

#colContenu6_right #nuancierAccueil{
	width:270px;
	height:210px;
	background-image:url('images/nuancierAccueil.jpg');
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	margin:0px 0 0 0;
}
#nuancierAccueil .texteNuancierAccueil{
	margin:120px 0 0 0;
}

#colContenu6_right #temoignagesAccueil{
	width:300px;
	height:140px;
	float:left;
	margin:10px 0 0 0;
	border-top: 1px solid #D4D4D4;
}

#temoignagesAccueil #temoignages{
	width:305px;
	float:left;
	height:90px;
	margin-top:5px;
	overflow-y:scroll;
	overflow-x:hidden;
}

#temoignages p{
	margin: 0 5px 0 5px;}

#colContenu7 #permanenceAtelier{
	float:left;
	background-image:url('images/Horaire_SiteWeb.jpg');
	background-repeat:no-repeat;
	width:320px;
	height:180px;
	margin:40px 0 0 0;
}

#permanenceAtelier .infoHeure{
	text-align:center;
	font-weight:bold;
	font-size:75%;
	padding-top:120px;
	line-height:13px;
}

#colContenu7 #contactAccueil{
	float:left;
	width:320px;
	height:auto;
	margin:10px 0 0 0;
}

#colContenu7 #relookingAccueil{
	float:left;
	width:320px;
	height:auto;
	margin:10px 0 0 0;
}

	/*-------------------------------- Page Contact - Formulaire ------------------------ */
	
#contenu #Formulaire{
	width:300px;
	padding-top:30px;
	height:100%;
	float:left;
	text-align:center;
	
}

#Formulaire p{
	font-size: 100%;
	color: #333333;
	font-weight: normal;
	text-align:center;
	line-height: 15px;
	margin-top: 10px;
}
	
#FormulaireContact {
	width: 400px;
	height: 100%;
	margin-left: 200px;
	float:left;
}

#fondformulaire{
	width: 984px;
	height: 523px;
	background-image: url(images/FondContact.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	clear:both;
	
}
	/*-------------------------------- Page Galets ------------------------ */

#pageGalet{
	width: 1024px;
	height:900px;
}
	
#contenuGalet{
	width: 984px;
	height: 900px;
	/*margin-right:auto;*/
	margin-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	}

#galet{
	text-align:left;
	width:900px;
	height:800px;
	margin: 0px auto 0 auto;
	
	
	}
	
#galet #ColImage{
	width:150px;
	height:800x;
	float:left;
	padding-top:5px;
	background-color:#eeeeee;
	line-height:130%;
}

#ColImage #imageGalet{
	background-position:center;
	width:100px;
	margin: 25px 25px 25px 25px;
	}

#galet #ColTexte{
	width:680px;
	height:700px;
	padding-left:20px;
	padding-right:20px;
	float:right;
	}
	
#ColTexte .titreGalet{
	font-size:120%;
	color:#CC3300;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:120%;
	}

#ColTexte .sousTitreGalet{
	font-size:100%;
	color:#000000;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:200%;
	}

#ColTexte .description{
	color: #666666;
	font-size:95%;
	margin-top: 10px;
	text-align:justify;
	}

#ContactGalet{
	width:900px;
	height:30px;
	margin: 10px auto 0 auto;
}

#ContactGalet .contact{
	text-align:center;
}
	/* --------------------------------- Atelier --------------------------*/

#colAtelier1{
	background-image: url(images/montageAtelier.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	width:250px;
	height:550px;
	float:left;
}

#colAtelier2{
	width: 650px;
	height: 100%;
	margin-left: 20px;
	float:left;
	
}

.textReduit{
	font-size:80%;
	font-weight:bold;
	}

	/* --------------------------------- Rempaillage --------------------------*/

#fondRempaillage{
	background-image: url(images/montageAtelierRempaillage.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	width:984px;
	height:550px;
	float:left;
}
#fondRempaillage #diapoRampaillage{
	margin: 269px 0 0 252px;
	width:189px;
	height:143px;
	float:left;
	background-image:url('images/Détail-rempaillage.jpg');
	background-repeat:no-repeat;
	}


#fondRempaillage #colRempaillage{
	width: 300px;
	height: 100%;
	margin-left: 20px;
	float:left;
	margin: 0px 0 0 00px;
}

#colRempaillage #texte{
	width: 450px;
	height: 100%;
	margin-left: 20px;
	float:left;
	padding: 50px 0 0 50px;
	
}


	/* --------------------------------- Stages --------------------------*/

#colStages1{
	background-image: url(images/montageStages.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	width:250px;
	height:550px;
	float:left;
}

#colStages2{
	width: 650px;
	height: 100%;
	margin-left: 20px;
	float:left;
	
}

/* -----------------------------------Nuancier----------------------------*/

#contenu #nuancier {
	width: 950px;
	height: 576px;
	float:left;
	background-image:  url(images/BaseNuancier.jpg);
	background-repeat: no-repeat;
	/*text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;*/
}



#nuancier #rubricNuancier{
	width:135px;
	height:576px;
	float:left;
	margin:70px 10px 0 10px;
	}
	
#rubricNuancier #tacheNuancier{
	width:135px;
	height:12px;
	float:left;
	margin:0 0 5px 0;
	}
	
#tacheNuancier #refColor{
	width:auto;
	height:12px;
	float:left;
	margin:0 0 0 2px;
	}
	
#refColor p{
	font-size:90%;
	color: #333333;
	font-family: Arial Narrow;
	/*letter-spacing:0.02em*/
	}



/* --------------------------------- Formulaire --------------------------*/
	
.Champs{
	height:20px;
	border:1px solid #D6D8D9;
	vertical-align:middle;}
	
/* --------------------------------Mentions légales------------------------*/

#mentionsLegales {
	width: 800px;
	height: 1300px;
	padding : 20px 0 0 0px;
	margin-left:100px;
}	

#mentionsLegales p{
	font-size:90%;
	color: #333333;
	font-weight: normal;
	text-align: justify;
	
	line-height: 15px;
	margin-top: 10px;
	}
	
/* ---------------------------------Liens Partenaires----------------------------*/

#titrePage{
	background-position:left top;
	border-bottom:1px solid #FF3300;
}

#contenu #tableauSite{
	width:850px;
	height:150px;
	margin-left:50px;
	border-bottom: 1px solid #CECECE;
	border-top: 1px solid #FFFFFF;
}

#tableauSite #colScreenshot{
	width:200px;
	height:150px;
	float:left;
}

#tableauSite #colPresentation{
	width:600px;
	height:135px;
	padding: 10px 0 5px 15px;
	float:left;
}

.legende{
	font-size:100%;
	font-weight:bold;
	color:#6D9AF5;
	letter-spacing:0,08em;
	}
	
	

/* --------------------------------- Lightbox --------------------------*/
	
.thumbnail{
	height:41px;
	width:55px;
	float:left;
	margin-right:10px;
	margin-top:10px;
	}
	
#DiaporamaColLeft{
	width: 220px;
	height:550px;
	margin-left:20px;
	margin-right:20px;
	float:left;
	}
	
#Diaporama{
	width: 300px;
	height:100%;
	margin-left:20px;
	float:left;
	}
	
#espace{
	width:300px;
	height:25px;
	float:left;
	
	/*display:block;*/
	}
	
#fondPresentation{
	width: 984px;
	height: 550px;
	background-image:  url(images/fondPageAtelier2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}




	/* ------------------------------------ Adresse --------------------------*/

#Adresse {
	font-weight: normal;
	font-size: 100%;
	clear: both;
	color: #000;
	margin-top: 150px;
}

.bleuLien{
	color: #0033CC;
	text-decoration: underline;
}


/* ---------------------------- Caractères -----------------------------------*/

h1, h2, h3, h4, h5, h6, p{
	font-family: Verdana,Arial,helvetica,Sans-serif;
	font-weight:normal;
	}
	
#contenu h1, #titreAccueil h1{
	font-size: 150%;
	color: #9F2179; /* Rouge */
	font-weight: bold;
}
#contenu h2{
	font-size: 130%;
	color: #0C0C92;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contenu h3{
	font-size: 120%;
	color: #CC0000; /* Gris foncé */
	font-weight: bold;
}
#contenu h4{
	font-size: 110%;
	color: #CC0066;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

#contenu h5{
	font-size: 115%;
	color:#808083; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:5px;
}

#contenu h6{
	font-size: 100%;
	color: #333333; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

#contenu p{
	font-size: 90%;
	color: #333333;
	font-weight: normal;
	text-align: left;
	line-height: 14px;
	/*margin-top: 10px;*/
}

#text {
	margin-left: 40px;
	margin-top: 10px;
}

/*	----------------------------- Span Couleurs ----------------------------*/

.RougeDecoCaludia{
	color:#CC0000;
	font-weight:bold;
	margin-left:180px;
}

.rouge{
	color:#CC0000;
	font-weight:bold;
}
	
.bleuMenu{
	color:#579AAB;
}

.parmeMenu{
	color:#585DB1;
}

.violetMenu{
	color:#A748A6;
}

.rougeMenu{
	color:#B62424;
}

.jauneMenu{
	color:#F2E61A;
}

.vertMenu{
	color:#2BB12A;
}

.grisMenu{
	color:#8E8E8C;
}
	