@charset "utf-8";

/*
Theme Name: Site carton
Theme URI: http://www.edouard-dullin.com/
Description: Theme created by Edouard Dullin
Version: 0.1
Author: Edouard Dullin
*/




/* A simple Browser Reset 
==========================================*/
html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

*{
	margin:0;
	padding:0;
	text-decoration: none;
	/*border: none;*/
	outline:0;
	/*line-height:1.1em;*/
}
* a{
	text-decoration: none;
}
* p,h1,h2,h3,h4,h5,h6,ul,il,a{
	margin:0;
	padding:0;
}
 /* font
===========================================*/

html  {
	font-size: 100%; /* IE hack */
	margin:0;
	padding:0;
	background-color: #fff;
	line-height:100%;	
} 

body {
	font-size: 76%; 
	margin:0;
	padding:0;
}

table, th, td, input, select { font-size: 100%; } /* IE hack */

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {	font-size: 2.0em;}
h2 {	font-size: 1.4em;}
h3 {	font-size: 1.4em;}
h4 { font-size: 1.3em; }
h5 {	font-size: 1.3em;}
h6 {	font-size: 1.0em;}
p, td,a { font-size: 1.2em;}
ol, ul, li { font-size: 1.0em;}
.notes { font-size: 1.0em;}

 /* General Layout
===========================================*/

#page{
	width: 100%;
	height:98%;
	position:relative;
	background-repeat: repeat;
	background-image: url(img/tex_fond.jpg);
	background-position: left top;
	background-color: #906543;
}

#site_flash {
	width:100%; height:100%;
	background-repeat: repeat;
	background-image: url(img/tex_fond.jpg);
	background-position: left top;
	background-color: #906543;
}

#siteHtml {
	position:relative;
	width: 100%;
	float:left;
	background-repeat: repeat;
	background-image: url(img/tex_fond.jpg);
	background-position: left top;
	background-color: #906543;
}
#boiteTexte {
	width:700px;
}

#boiteTexte h1 {
	padding:25px;
 	text-align: center;
	color: #330000;
}

#boiteTexte h2, h3{
	padding-left:20px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:2px;
 	text-align: left;
	color: #660000;
}

#boiteTexte p {
	font-weight:bold;
	padding-left:30px;
 	text-align: justify;
	color: #330000;
}

#boiteTexte a {
	font-weight:bold;
	color: #660000;
}
#boiteTexte a:hover{
	color: #990000;
}
#Attention {
	text-align:center;
	background-color: #fff;	
	border-style:outset;
	border-width:3px;
	border-color:#663300;
	padding:0 0 0 20px;
	margin:0 0 0 20px;
	border-radius: 5px 5px 5px 5px;	-moz-border-radius: 5px 5px 5px 5px;	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #000;	-moz-box-shadow: 2px 2px 2px #000;	-webkit-box-shadow: 2px 2px 2px #000;
}
	

/* application 
===========================================*/
#pageAppli{
	width: 100%;
	height:100%;
	position:relative;
	background-repeat: repeat;
	background-image: url(img/tex_fond.jpg);
	background-position: left top;
	background-color: #906543;
}
#mainAppli{
	padding:10px;
	background-repeat: repeat;
	background-image: url(img/tex_fond.jpg);
	background-position: left top;
	background-color: #906543;
}
#dimensionneurMinimal{
	height:98%; /*div "badge" en bas de page*/
	float:left;
}

.ombre{
	background-color: #542A17;
	text-align:center;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:0;
	padding-top:0;
	
	margin-bottom:8px;
	margin-right:0;
	margin-left:0;
	margin-top:0;

}

.carton0{
	background-repeat: repeat;
	background-image: url(img/tex_carton_onduleGrosBord.jpg);
	background-position: left top;
	background-color: #906543;
	
	padding-bottom:5px;
	padding-right:5px;
	padding-left:0;
	padding-top:0;
	
	border-style:outset;
	border-width:1px;
	border-color:#663300;

}
.carton{
	background-repeat: repeat;
	background-image: url(img/tex_carton_onduleFin.jpg);
	background-position: left top;
	background-color: #906543;
	margin:0;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:30px;
	
	border-style:outset;
	border-width:1px;
	border-color:#663300;

}
.carton2{
	background-repeat: repeat;
	background-image: url(img/tex_carton_onduleGrosBord.jpg);
	background-position: left top;
	background-color: #906543;
	text-align:center;
	padding-top:2px;
	padding-right:0;
	padding-left:2px;
	padding-bottom:0;
	margin:0;
	
	border-style:outset;
	border-width:1px;
	border-color:#663300;

}
.appli_flash{
	background-repeat: repeat;
	background-image: url(img/tex_carton_onduleGros3.jpg);
	background-position: left top;
	background-color: #906543;
	
	border-style:outset;
	border-width:1px;
	border-color:#663300;
}


/* Acceuil 
===========================================*/
#BG_Acceuil {
	width:100%; height:100%;
	margin:0;
	background-color: #fff;
	position:relative;
	padding: 0;

}
#horizon{ /* centre dans la hauteur*/
	color: white;
	/*background-color: aqua;*/
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#Acceuil {
	width:990px;
	height:100%;
	position:relative;
	margin: 0 auto 0 auto;
	padding: 0; 
	/*background-color: #aaa;*/

}
#cx_site {
	position:absolute;
	top: 50%;
	height: 330px;
	overflow: visible;
	margin-top: -280px; /* reglage de la hauteur */
	/*border: 1px solid #000;*/
	padding: 0 0 0 80px;
}

#cx_site h1{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
 	text-align: left;
	color: #d4d6df;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#e0e3ec;
	font-size: 1.5em;
}
#cx_site h2{
	padding:0 5px 0 0;
	margin:0;
 	text-align: center;
	color: #d4d6df;
	font-size: 1.5em;
}
#cx_site h3{
	padding:0 5px 0 0;
	margin:0;
 	text-align: center;
	color: #d4d6df;
	font-size: 1em;
}
#cx_site h3 a{
	color: #d4d6df;
	font-size: 1em;
}
#cx_site h3 a:hover{
	color: #737b8e;
}
hr {
	border: solid 1px #e0e3ec;
	margin: 10px 0
}
/* Book 
===========================================*/
html {
	background-color: #f3f3f8;
}

#bg1 {
	background-color: #ebedf4;
	background-image: url(img/tex_rayure.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-attachment : fixed;
}
#bg2 {
	background-repeat: repeat-x;
	background-image: url(img/bord_banniere_portfolio.png);
	background-position: left top;
}
#bg3 {
	background-repeat: repeat-x;
	background-image: url(img/bord_banniere_portfolio2.png);
	background-position: left bottom;
}

#book {
	width:990px;
	position:relative;
	margin: 0 auto 40px auto;
	padding: 0;
}
.bookCategorie {
	background-color: #fff;
	margin: 0 0 10px 0;
	-webkit-border-radius: 5px 10px 0 5px;	-moz-border-radius: 5px 10px 0 5px; border-radius: 5px 10px 0 5px;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);	 -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	width:100%;
	overflow:hidden;
	text-align: center;
	behavior: url(PIE-1/PIE.htc); /*ie 6-7-8*/
}

#lienCategorie {
	float:left;
	margin:30px 0 0 25px;

}
#lienCategorie h3{
	padding:0;
	margin:0 0 8px 0;
 	text-align: center;
	color: #d4d6df;
	/*text-shadow: 0px 0px 1px #737b8e;*/
	border-width:0 0 0 0;
	border-style:solid;
	border-color:#e0e3ec;
	font-size: 1.7em;
}
#lienCategorie  ul{
	list-style-type: none;
	border-style:solid;
	border-color:#e0e3ec;
	border-width: 1px;
	-moz-border-radius: 5px 5px 5px 5px;	-webkit-border-radius: 5px 5px 5px 5px;   border-radius: 5px 5px 5px 5px;
	behavior: url(PIE-1/PIE.htc); /*ie 6-7-8*/
	padding:20px;
}
#lienCategorie li {
	text-align: center;
	color: #c4cfbb;
}

#lienCategorie a {
	color: #d1d4dd;
}
#lienCategorie a:hover {
	color: #3f535d;
}

#lienCategorieJS {
	position:fixed; z-index:10; right:0px; opacity:1; top: 0;
	margin:0;
	padding:30px 0 0 15px;
	width:150px;
    
}
#lienCategorieJS h3{
	padding:0;
	margin:0 0 5px 0;
 	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 1px #737b8e;
	border-width:0 0 0 0;
	border-style:solid;
	border-color:#e0e3ec;
	font-size: 1.7em;
}
#lienCategorieJS  ul{
	list-style-type: none;
	border-style:solid;
	border-color:#e0e3ec;
	border-width: 1px;
	-moz-border-radius: 5px 5px 5px 5px;	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);   -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); 	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	padding:15px 5px 15px 5px;
	background-color:#fff;
	
}
#lienCategorieJS li {
	text-align: center;
	color: #c4cfbb;
}

#lienCategorieJS a {
	color: #d1d4dd;
}
#lienCategorieJS a:hover {
	color: #3f535d;
}
.photo{
	border-style:solid;
	border-color:#ffffff;
	border-width:5px;
	-moz-box-shadow: 3px 3px 7px #d5d6b2;	-webkit-box-shadow: 3px 3px 7px #d5d6b2;   -o-box-shadow: 3px 3px 7px #d5d6b2;	box-shadow: 3px 3px 7px #d5d6b2;
	/*margin:0 0 3px 35px;*/
	padding:1px;
	background-color: #babdc6;

}

.bookCategorie h1 {
 	text-align: center;
	color: #2f323b;
	width:550px;
	font-size: 2.3em;
}

.bookCategorie h2{
	padding:10px 0 6px 20px;
		
	border-style:solid;
	border-color:#737b8e;
	border-width: 0 0 1px 0;
 	text-align: left;
	font-size: 2.3em;
	font-variant:small-caps;
	font-weight:bold;
	-moz-border-radius: 5px 10px 0 0;
	-webkit-border-radius: 5px 10px 0 0;
	border-radius: 5px 10px 0 0;
	text-shadow: 0px 0px 2px #777;
	color: #fff;
	background-color: #babdc6;
	box-shadow:0 -10px 10px 0px rgba(255, 255, 255, 0.2) inset; 
	
	behavior: url(PIE-1/PIE.htc); /*ie 6-7-8*/
	
	/*border:2px outset #737b8e;
	border-radius: 5px 10px 0 0;	-moz-border-radius: 5px 10px 0 0;	-webkit-border-radius: 5px 10px 0 0;
	box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.5), 0 10px 3px 0px rgba(255, 255, 255, 0.2) inset; 
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5),  -1px -1px 0px rgba(0, 0, 0, 0.5);
	color: #707278;
	background: url(img/tex_brosse.png) left top repeat ;
	background-color: #d0d3dd;*/
}

.bookCategorie h3{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
 	text-align: left;
	color: #babdc6;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#d4d6df;
	font-size: 1.5em;
	clear: both;
}
.bookCategorie h4{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
	color: #d4d6df;
	font-size: 1.1em;
}

.legende_Creations h4 a, #appli_flash04 h4 a{
	padding:0 0 0 10px;
	color: #c0c2cf;
	font-size: 1.1em;
	text-decoration:underline ;
}
.legende_Creations h4 a:hover, #appli_flash04 h4 a:hover{
	color: #000;
}
.legende_Creations{
	padding:0 5px;
	margin:0 auto  20px auto;
	text-align: center;
}
.legende_Creations p {
	padding:0 150px 0 150px;
	color: #A1A3AF;
	font-size: 1.0em;
}
.legende_Creations a {
	text-decoration:underline ;
	color: #A1A3AF;
	font-size: 1.0em;
}
.legende_Creations a:hover{
	color: #8B8D96;
}
.legende_Creations h4{
	color: #007c99;
	font-size: 1.1em;
	padding:0;
	margin:0;
}

.references {
	padding: 10px 40px;

}
.references img {
	max-height: 50px;
	max-width: 100px;
	margin: 5px;	
}




/***** colo ****/
.bgViolet h2{
	background-color: #c45387;
	text-shadow: 0px 0px 2px #720d39;
	border-color:#720d39;
	color: #ffbee0;
}
.bgJaune h2{
	background-color: #e88601;
	text-shadow: 0px 0px 2px #c06306;
	border-color:#c06306;
	color: #feda3b;
}
.bgVert h2{
	background-color: #829546;
	text-shadow: 0px 0px 2px #606d37;
	border-color:#606d37;
	color: #ceda50;
}
.bgBleu h2{
	background-color: #0077c7;
	text-shadow: 0px 0px 2px #004682;
	border-color:#004682;
	color: #54d5fd;
}
.bgRouge h2{
	background-color: #df5a5d;
	text-shadow: 0px 0px 2px #9c3040;
	border-color:#9c3040;
	color: #fcbd88;
}

.bgViolet h3{
	border-color:#ffbee0;
	color: #ffbee0;
}
.bgJaune h3{
	border-color:#feda3b;
	color: #feda3b;
}
.bgVert h3{
	border-color:#ceda50;
	color: #ceda50;
}
.bgBleu h3{
	border-color:#54d5fd;
	color: #54d5fd;
}
.bgRouge h3{
	border-color:#fcbd88;
	color: #fcbd88;
}
/***reset colo ***/
.bgRouge h2, .bgViolet h2, .bgJaune h2, .bgVert h2, .bgBleu h2{
	background: url(img/tex-grain.png) left top repeat ;
	background-color: #007c99;
	text-shadow: -1px -1px 1px #0d5465;
	box-shadow:
	0px 2px 2px 0px rgba(0, 0, 0, 0.5),
	0px 1px 1px 0px rgba(255, 255, 255, 0.5) inset; 
	border-color:#0d5465;
	color: #fff;
}
.bgRouge h3, .bgViolet h3, .bgJaune h3, .bgVert h3, .bgBleu h3{
	border-color:#007c99;
	color: #007c99;
}



.fLeft, #colonne{
	float:left;
}
.fRight{
	float:right;
}
#Intro{
	float:left;
	width:550px;
	margin:0 0 0 40px;
}
.blocText{ 
	position:relative;
	border-style:solid;
	border-color:#e0e3ec;
	border-width: 0 0 0 5px;
	background-color: #e9efff;
	padding:10px 20px 10px 10px;
	margin:0 auto 10px auto;
 	text-align: justify;
	color: #838ca9;
}
.blocText p, .blocText a{ 
	font-size:1.0em;
}
.blocText strong{ 
	font-weight:bold;
}
.blocText a{ 
	text-decoration: underline;
	color: #323F68;
}
.blocText a:hover{ 
	color: #5770BA;
}
.lienSite{ 
	border-style:outset;
	border-color:#d4d6df;
	border-width: 1px;
	-moz-border-radius: 5px 5px 5px 5px;	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 2px 2px 2px #838ca9;	-webkit-box-shadow: 2px 2px 2px #838ca9; -o-box-shadow: 2px 2px 2px #838ca9;
	box-shadow: 1px 1px 2px #838ca9;
 	text-align: center;
	padding:2px 0 2px 0;
	margin:5px auto 5px auto;
	width:230px;
	background: url(img/tex_brosse.png) left top repeat ;
	background-color: #eee;
	text-shadow: 1px 1px 1px #fff;

	/*box-shadow:
	0px 2px 2px 0px rgba(0, 0, 0, 0.5),
	0px 1px 1px 0px rgba(255, 255, 255, 0.5) inset;*/
}
.lienSite a{ 
	text-decoration:none ;
	font-weight:bold;
	color: #53596d;
}
.lienSite a:hover{ 
	color: #2b2e38;
}
.ombrage {
  text-shadow: 2px 2px 4px #999;
}
#imgIntro {
	float:left;
	margin:20px 0 0 40px;
}
#imgCarteVisite{
	float:left;
	margin:0 7px 10px 40px;
	padding:0;
	-moz-box-shadow: 3px 3px 7px #695643;	-webkit-box-shadow: 3px 3px 7px #695643; -o-box-shadow: 3px 3px 7px #695643; box-shadow: 3px 3px 7px #695643;
	/*
	border-style:outset;
	border-color:#906c48;
	border-width: 1px;
	*/
	background-color:#007c99;
	
	behavior: url(PIE-1/PIE.htc); /*ie 6-7-8*/
}
#imgCarteVisite h1{
	text-align:left;
	width:502px;
	margin:0;
	padding:0;
}

#footer{ 
	text-align: center;
	font-size: 0.8em;
	font-weight:bold;
	color: #838ca9;
	margin:0 auto 0 auto;
}
#footer a{ 
	color: #838ca9;
}
#footer a:hover{ 
	color: #444959;
}
#footer li{ 
	display:inline;
}



/********************badge **************************/
#badge{
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block;
	
}
#badge_BG {
background-color:#fff;
}
/************ paralax ************/

#footer {
	position:relative;
	z-index:5;
}
#book {
	position:relative;
	z-index:4;
}
#paralax{
	position:absolute;
	overflow:hidden;
	left:100px;
	top:100px;
	z-index:1;
}
/*
#bg2 {
	position:relative;
	z-index:2;
}
#bg3 {
	position:relative;
	z-index:3;
}*/
/*
#plan2 {	background-color:#00ff00;	opacity:0.5}
#plan1 {	background-color:#ff0000;	opacity:0.5}
#plan3{	background-color:#0000ff;	opacity:0.5}
*/
.bulle1{
	background: url(folio/book/paralax/bulle1.png) left top no-repeat ;
	width:100px;	height:100px;	position:relative;
}
.bulle2{
	background: url(folio/book/paralax/bulle2.png) left top no-repeat ;
	width:75px;	height:750px;	position:relative;
}
.bulle3{
	background: url(folio/book/paralax/bulle3.png) left top no-repeat ;
	width:50px;	height:50px;	position:relative;
}
.img1 {
	background: url(folio/book/paralax/ange.png) left top repeat ;
	width:100px;	height:100px;	position:relative;
	left:250px;
	top:250px;
}
.img2 {
	background: url(folio/book/paralax/feuille.png) left top no-repeat ;
	width:100px;	height:100px;	position:relative;
	left:250px;
	top:300px;
}
.img3 {
	background: url(folio/book/paralax/spirale.png) left top no-repeat ;
	width:100px;	height:100px;	position:relative;
	left:250px;
	top:350px;
}


