@charset "utf-8";
/* CSS Desiderataparis */
@import url(reset.css);
html {
	/* Pour la barre de scroll... */
	overflow-y: scroll;
}
body {
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
	color: #fff;
	background: #999 url(../img/fond_degrad.jpg) repeat-x top left;
}
/* =Liens */
a:link {
	text-decoration: none;
	color: #ffc;
}
a:visited {
	text-decoration: none;
	color: #ffc;
}
a:hover {
	text-decoration: underline;
	color:#333;
}
a:active {
	text-decoration: none;
	color:#ffc;
}
a img {
	border: 0;
	outline: 0;
}
/* =titres */
h1,h2,h3,h4,h5,h6 {
	font-family:"Times New Roman", Times, serif;
	margin: 0 0 1em 0; /* Rapproche le titre du texte */	
    line-height: 1.4em;
    font-weight: bold;
	color: #fff;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.3em;
}
/* Liens dans les h */
div#contenu h3 a, div#contenu h4 a {
    text-decoration:none;
}
div#contenu h3 a:hover, div#contenu h4 a:hover {
    text-decoration:none;
}
h4 {
    font-size: 1.2em;
	font-weight: normal;
}
h5 {
    font-size: 1.1em;
    font-weight: normal;
}
h6 {
    font-size: 1em;
	font-weight: normal;
}
/* Paragraphes */
p {
	clear: both;
    margin: 0 0 .5em 0; /* Marges plus faibles que par défaut */
}
address {
    margin: 1em 0;
    font-style: normal;
}
blockquote {
	margin: 1em 3em;
	padding: 0;
}
/* Listes */
ul,ol {
    margin: .5em 0 .5em 3em;
    padding: 0;
	list-style-type: disc;
}
dl {
    margin: 1em 0 .5em 0;	
}
dt {
	font-family:"Times New Roman", Times, serif;
    margin: 1em 0 .5em 0;
	font-weight: bold;
}
dd {
    margin: .5em 0 .5em 3em;
}
/* =autretypo */
em,cite,q {
    font-style: italic;
}
strong {
    font-weight: bold;
}
/* =Formulaires */

input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement */
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
label {
	display: inline-block;
	float: left;
	width: 200px;
	margin: 0;
}
/* Champs de saisie */
input.text {
	width: 220px; 
	height: 2em; 
	margin: 0; 
	padding: .3em; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	border: 1px inset; 
	background: #eee;
	font-family: Helvetica, sans-serif;
}
input.text:focus {
	background: #FFF;
	outline: 0;
}
textarea { 
	width: 220px; 
	margin: 0; 
	padding: .3em; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	border: 1px inset;
	background: #eee;
	color:#333;	
	font-family: Helvetica, sans-serif;
}
textarea:focus {
	background: #FFF;
	outline: 0;
}
select { 
	width: 220px; 
	height: 2em;
	margin: 1em 0;
	background-color:#FFF;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	color:#333;
}
p.submit {
	width: 430px; 
	text-align: right;
	color: #333;
}
p.submit input {
	height: 2em;
	margin: 1em 0;
	background: #eee;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	color:#333;
}
.erreur {
	color: #333;
}
/* =Mise en page */
#global {
	font-size: 1.2em;	
	width: 960px;
	margin: 0 auto;
}
/* =entete */
div#entete {
	position: relative;
	height: 140px;
}
div#entete h1#site {
	position: absolute;
	top: 20px;
	left: -2px;
	margin: 0 10px;
	padding: 0;
	width: 380px;
	height: 105px;
	background: transparent url(../img/logo_desiderata.png) no-repeat 0 0;
}
div#entete h1#site a {
	display: block;
	width: 380px;
	height: 105px;
}
div#entete h1#site span {
	display: none;
}
div#entete ul {
	list-style: none;
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0 10px;
	padding: 0;
	color: #999;
	font-size: 13px;
}
div#entete ul li {
	display: inline;
}
div#entete ul li a:link {
	color: #999;
	text-decoration: none;
}
div#entete ul li a:visited {
	color: #999;
	text-decoration: none;
}
div#entete ul li a:hover {
	color: #666;
}
div#entete ul li a:active {
	color: #999;
}
div#entete h2#baseline {
	position: absolute;
	bottom: 0;
	left: -1px;
	margin: 0 10px;
	padding: 0;
	width: 220px;
	height: 16px;
	background: transparent url(../img/baseline_desiderata.png) no-repeat 0 0;
}
div#entete h2#baseline span {
	display: none;
}
div#entete p {
	position: absolute;
	bottom: 10px;
	right: 0;
	margin: 0 10px;
	padding: 0;
}
/* =menu */
div#menu {
	position: relative;
	width: 960px;
	height: 140px;
	line-height: 140px;
	margin: 0 auto;
}
div#menu ul {
	position: absolute;
	top: 70px;
	right: 0;
	margin: -10px auto 0 auto;
	padding: 0;
	list-style: none;
	overflow: auto;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
div#menu ul li {
	display: block;
	float: left;
	margin: 0 8px;
	padding: 0;
}
/* =menu liens a */
div#menu ul li a  {
	display: block;
	height: 20px;
	text-decoration: none;
}
div#menu ul li a.accueil  {
	width: 59px;
	background: url(../img/menu/accueil.png) no-repeat 0 0;
}
div#menu ul li a.univers  {
	width: 60px;
	background: url(../img/menu/univers.png) no-repeat 0 0;
}
div#menu ul li a.cashsecret  {
	width: 87px;
	background: url(../img/menu/cashsecret.png) no-repeat 0 0;
}
div#menu ul li a.plaids  {
	width: 49px;
	background: url(../img/menu/plaids.png) no-repeat 0 0;
}

div#menu ul li a.matieresetcouleurs  {
	width: 152px;
	background: url(../img/menu/matieresetcouleurs.png) no-repeat 0 0;
}
div#menu ul li a.personnalisation  {
	width: 134px;
	background: url(../img/menu/personnalisation.png) no-repeat 0 0;
}
div#menu ul li a.contact, div#menu ul li a.contact_wm  {
	width: 66px;
	background: url(../img/menu/contact.png) no-repeat 0 0;
}
div#menu ul li a span {
	display: none;
}
/* =menu liens a:hover */
div#menu ul li a:hover  {
	display: block;
	height: 20px;
	text-decoration: none;	
	background-position: 0 -19px;
}
div#menu ul li a.accueil:hover, div#menu ul li a.accueil:focus  {
	width: 59px;
	background: url(../img/menu/accueil.png) no-repeat 0 -19px;
}
div#menu ul li a.univers:hover, div#menu ul li a.univers:focus  {
	width: 60px;
	background: url(../img/menu/univers.png) no-repeat 0 -19px;
}
div#menu ul li a.cashsecret:hover, div#menu ul li a.cashsecret:focus  {
	width: 87px;
	background: url(../img/menu/cashsecret.png) no-repeat 0 -19px;
}
div#menu ul li a.plaids:hover, div#menu ul li a.plaids:focus  {
	width: 49px;
	background: url(../img/menu/plaids.png) no-repeat 0 -19px;
}
div#menu ul li a.matieresetcouleurs:hover, div#menu ul li a.matieresetcouleurs:focus  {
	width: 152px;
	background: url(../img/menu/matieresetcouleurs.png) no-repeat 0 -19px;
}
div#menu ul li a.personnalisation:hover, div#menu ul li a.personnalisation:focus  {
	width: 134px;
	background: url(../img/menu/personnalisation.png) no-repeat 0 -19px;
}
div#menu ul li a.contact:hover, div#menu ul li a.contact_wm:hover, div#menu ul li a.contact:focus, div#menu ul li a.contact_wm:focus  {
	width: 66px;
	background: url(../img/menu/contact.png) no-repeat 0 -19px;
}
/* =contenu */
div#contenu {
	font-size: 1.2em;
	line-height: 1.4em;
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	overflow: visible; 
}
div#contenu.accueil {
	height: 330px;
}
div#contenu.univers,div#contenu.cashsecret,div#contenu.plaids {
	height: 250px;
}
/* =titres */
div#contenu h3 {
	position: relative;
	z-index: 30;
	width: 220px;
	height: 20px;
	float: left;
	margin: 0 10px;	
	padding: 0;	
}
div#contenu h3.accueil {
	width: 220px;
	background: transparent url(../img/titres/accueil.png) no-repeat 0 0;
}
div#contenu h3.univers {
	width: 220px;
	background: transparent url(../img/titres/univers.png) no-repeat 0 0;
}
div#contenu h3.cashsecret {
	width: 220px;
	background: transparent url(../img/titres/cashsecret.png) no-repeat 0 0;
}
div#contenu h3.plaids {
	width: 220px;
	background: transparent url(../img/titres/plaids.png) no-repeat 0 0;
}
div#contenu h3.matieresetcouleurs {
	width: 220px;
	background: transparent url(../img/titres/matieresetcouleurs.png) no-repeat 0 0;
}
div#contenu h3.personnalisation {
	width: 220px;
	background: transparent url(../img/titres/personnalisation.png) no-repeat 0 0;
}
div#contenu h3.contact {
	width: 220px;
	background: transparent url(../img/titres/contact.png) no-repeat 0 0;
}
div#contenu h3.contact_wm {
	width: 220px;
	background: transparent url(../img/titres/contact_webmaster.png) no-repeat 0 0;
}
div#contenu h3.mentions {
	width: 220px;
	background: transparent url(../img/titres/mentions_legales.png) no-repeat 0 0;
}
div#contenu h3 span {
	display: none;
}
/* =texte */
div#contenu div.texte {
	position: relative;
	z-index: 20;
	width: 460px;
	float: left;
	margin: 0 10px;	
	padding: 0;	
}
div#contenu div.texte p img {
	float: right;
}
div#contenu div.texte2 {
	position: relative;
	z-index: 20;
	width: 460px;
	float: left;
	margin: 20px 10px 0 250px;	
	padding: 0;	
}
div#contenu form {
	width: 460px;
	float: left;
	margin: 0 0 20px 0;	
	padding: 0;	
}
/* =visuel */
div#contenu .visuel {
	width: 220px;
	float: left;
	margin: 0 10px 10px 10px;	
	padding: 0;
}
div#contenu .visuel img {
	width: 220px;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.7);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.7);
}
div#contenu .visuel p {
	margin: 0;	
	padding: 0;	
	text-align: center;
	font-size: .8em;
	color: #ccc;
}
div#contenu .visuel a {
	font-size: .8em;
	text-decoration: none;
	color: #ccc;
}
div#contenu .visuel a:hover {
	font-size: .8em;
	text-decoration: underline;
	color: #333;
}
div#contenu .visuel h4 {
	text-align: center;
	margin: 10px 0 0 0;
}
div#contenu .visuel h6 {
	text-align: center;
	margin: 0 0 10px 0;
	color: #333;
}
/* =motif */
div#contenu .motif {
	width: 160px;
	float: left;
	margin: 0 10px 15px 10px;	
	padding: 0;
}
div#contenu .motif img {
	width: 160px;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.7);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.7);
}
div#contenu .motif p {
	margin: 0;	
	padding: 0;	
	text-align: center;
	font-size: .6em;
	color: #ccc;
}
div#contenu .motif a {
	font-size: .8em;
	text-decoration: none;
	color: #ccc;
}
div#contenu .motif a:hover {
	font-size: .8em;
	text-decoration: underline;
	color: #333;
}
div#contenu .motif h4 {
	text-align: center;
	margin: 10px 0 0 0;
}
div#contenu .motif h6 {
	text-align: center;
	margin: 0 0 10px 0;
	color: #fff;
}
/* =visuel_fond */
div#contenu .visuel_fond {
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 1;
	width: 220px;
	height: 180px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/logo_fond_220.png) no-repeat 0 0;
}
div#contenu .visuel_fond_accueil {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 460px;
	height: 330px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/logo_fond_460.png) no-repeat 0 0;
}
/* =matieres */
div#contenu ul#matieres {
	font-size: .8em;
	width: 960px;
	margin: 10px 0;	
	padding: 0;	
	list-style-type: none;
}
div#contenu ul#matieres li {
	width: 960px;
	margin: 0;	
	padding: 0;	
}
div#contenu ul#matieres li ul.matiere {
	width: 960px;
	margin: 0;	
	padding: 0;	
	list-style-type: none;
	overflow: auto;
}
div#contenu ul#matieres li ul.matiere li {
	width: 220px;
	height: 60px;
	float: left;
	margin: 0 10px 20px 10px;	
	padding: 0;	
	overflow: auto;
}
div#contenu ul#matieres li ul.matiere li.nom {
	text-align: right;
	white-space:nowrap;
}
div#contenu ul#matieres li ul.matiere li.couleurs {
	width: 220px;
	height: 90px;
	float: left;
	overflow: hidden;
}
div#contenu ul#matieres li ul.matiere li.couleurs div.couleur {
	width: 110px;
	height: 90px;
	float: left;
	overflow: hidden;
}
div#contenu ul#matieres li ul.matiere li.couleurs div.couleur img {
	width: 110px;
	height: 60px;
	margin:  0;
	padding: 0;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 1px rgba(0,0,0,0.7);
}
div#contenu ul#matieres li ul.matiere li.couleurs div.couleur h5 {
	margin: 0;
	padding: 0;
}
/* Classes génériques */
.center {
	text-align: center;
}
.gauche {
	text-align: left;
}
.droite {
	text-align: right;
}
.float {
	float: left;
}
.net {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
/* =pied */
ul#pied {
	list-style: none;
	clear: both;
	width: 960px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #ccc;
}
ul#pied li {
	display: inline;
	margin: 0 1em 0 0;
	padding: 0;
}
ul#pied li a {
	text-decoration: none;
	color: #ccc;
}
ul#pied li a:hover {
	text-decoration: underline;
	color: #333;
}