@charset "utf-8";
@import url("menu.css");
/* CSS Document */

html {
	background: #fff url(../images/fond_site.jpg) center top no-repeat fixed;
}
body {
	background: transparent url(../images/fond_entete.jpg) left top repeat-x;
	font-size: 0.90em;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
body a {
	outline: none;
}
#header, #content {
	width: 870px;
	margin: 0 auto;
	padding: 0 35px;
}
#header {
	height: 200px;
	background: #fff url(../images/fond-header.jpg) left top no-repeat;
	position: relative;
}
#header h1 {
	background: transparent url(../images/logo-site.png) left top no-repeat;
	width: 230px;
	height: 200px;
	margin-left: -15px;
	text-indent: -9999px;
}
#header form#connexion {
	position: absolute;
	top: 0;
	left: 486px;
	border-right: solid 1px #fff;
	height: 20px;
	margin: 5px;
	padding-right: 5px;
}
#header form#connexion label {
	display: none;
}
#header form#connexion input[type="text"], #header form#connexion input[type="password"] {
	background-color: #6c6b6b;
	color: #fff;
	border: solid 1px #908585;
	width: 106px;
	height: 16px;
	padding: 2px;
	margin-top: -2px;
	font-size: 0.80em;
}
#header form#connexion p {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
}
#header p.inscription {
	position: absolute;
	left: 825px;
	top: 5px;
}
#header p.inscription a {
	display: block;
	width: 80px;
	height: 20px;
	background: transparent url(../images/bt-inscription.png) left top no-repeat;
	text-indent: -9999px;
}
/*#header p.salutations {
	position: absolute;
	top: 5px;
	left: 590px;
	color: #FFF;
}*/
#header p.salutations {
	position: absolute;
	top: 5px;
	text-align: right;
	width: 870px;
	/*left: 590px;*/
	color: #FFF;
}

#header p.salutations a {
	color: #FFF;
	text-decoration: underline;
}
#header p.salutations a:hover, #header p.salutations a:active {
	color: #CCC;
	text-decoration: underline;
}
#header p#panier {
	position: absolute;
	top: 40px;
	left: 715px;
	background: #6e3434 url(../images/panier.png) 15px top no-repeat;
	border: solid 2px #FFF;
	padding-left: 65px;
	padding-right: 10px;
	padding-top: 3px;
	width: 110px;
	color: #fff;
	height: 37px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	font-size: 0.90em;
}
#header p#panier a {
	color: #FFF;
	text-decoration: underline;
}
#header p#panier a:hover, #header p#panier a:active {
	color:#CCC;
	text-decoration: underline;
}
#header #recherche {
	position: absolute;
	top: 155px;
	left: 250px;
	width: 663px;
	height: 38px;
	background: transparent url(../images/fond-recherche.png) left top no-repeat;
	padding-top: 5px;
}
#header #recherche label {
	color: #FFF;
	margin-left: 15px;
}
#header #recherche input[type="text"] {
	background-color: #e2ebfa;
}
#header #recherche input[type="image"] {
	margin: -1px 5px;
}
#header #recherche p {
	float: left;
}
p.optionRecherche {
	font-size: 0.75em;
	color: #FFF;
	margin-top: 3px;
}
#content {
	background: transparent url(../images/fond-corps.png) left top repeat-y;
	padding-top: 35px;
}
#content:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
#corps {
	float: right;
	width: 655px;
}
div.nouveautes {
	overflow: auto;
	border: solid 1px #dcdbdb;
	-moz-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius: 5px;
	line-height: 10px;
	padding-top: 15px;
	margin-bottom: 10px;
}
div.nouveautes p.titreNouveautes {
	text-transform: uppercase;
	color: #39C;
	margin: 10px;
	position: fixed;
	margin-top: -10px;
}
div.nouveautes table tr td {
	width: 250px;
}
div.nouveautes a {
	font-size: 0.80em;
	color: #06F;
}
div.nouveautes a:hover, div.nouveautes a:active {
	text-decoration: underline;
}
div.nouveautes span {
	font-size: 0.70em;
}
div.nouveautes img {
	margin: 5px 25px;
	border: solid 1px #CCC;
}
#presentation {
	border: solid #CCC 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
#presentation h2 {
	color: #39C;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: large;
}
#presentation h3 {
	width: 530px;
	height: 25px;
	background: #fff url(../images/devenez-ecrivain.gif) -3px top no-repeat;
	text-indent: -9999px;
	margin-top: 5px;
}
#presentation p a.envoie, #presentation p a.savoirPlus {
	display: block;
	width: 231px;
	height: 27px;
	text-indent: -9999px;
	margin: 20px 0 25px 405px;
}
#presentation p a.envoie:link, #presentation p a.envoie:visited {
	background: transparent url(../images/bt-envoie-savoir-plus.png) left top no-repeat;
}
#presentation p a.envoie:hover, #presentation p a.envoie:active {
	background: transparent url(../images/bt-envoie-savoir-plus.png) -231px top no-repeat;
}
#presentation img {
	float: left;
	margin-top: -55px;
}
#presentation p span {
	display: block;
	text-indent: 20px;
	line-height: 20px;
	font-size: 0.80em;
}
#presentation p a.savoirPlus {
	margin-bottom: 10px;
}
#presentation p a.savoirPlus:link, #presentation p a.savoirPlus:visited {
	background: transparent url(../images/bt-envoie-savoir-plus.png) left -27px no-repeat;
}
#presentation p a.savoirPlus:hover, #presentation p a.savoirPlus:active {
	background: transparent url(../images/bt-envoie-savoir-plus.png) -231px -27px no-repeat;
}
#tools {
	float: left;
	width: 200px;
}
#tools #themes, #tools #partenaires {
	border: solid 1px #dcdbdb;
	margin-bottom: 15px;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-top-left-radius: 5px;
	border-radius: 5px 0 0 0;
}
#themes p.titreThemes, #partenaires p.titrePartenaires {
	background: transparent url(../images/fond-theme.gif) left top repeat-x;
	color: #4cb2d8;
	text-transform: uppercase;
	padding: 7px 0 7px 12px;
	height: 25px;
}
#themes {
	min-height: 250px;
}
#themes ul {
	margin-left: 15px;
	font-size: 0.90em;
	line-height: 24px;
	margin-bottom: 20px;
}
#themes ul li a {
	color: #333;
}
#themes ul li a:hover, #themes ul li a:active {
	color: #666;
	text-decoration: underline;
}
#partenaires img {
	margin-left: 30px;
}
#footer {
	background: transparent url(../images/fond-corps.png) left top repeat-y;
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}
#footer #contenuFooter {
	background: #36c url(../images/fond-pied.jpg) center top repeat-y;
	padding: 15px;
	color: #FFF;
	font-size: 0.85em;
	line-height: 25px;
	border-top: solid 1px #39C;
}
#contenuFooter ul li {
	float: left;
	border-right: solid 1px #FFF;
	padding: 0 8px;
	height: 15px;
}
#contenuFooter ul li a {
	display: block;
	float: left;
	color: #FFF;
	margin-top: -5px;
}
#contenuFooter ul li a:hover, #contenuFooter ul li a:active {
	text-decoration: underline;
}
#contenuFooter p {
	margin: 0 8px;
}
#contenuFooter p a {
	color: #FFF;
}
#contenuFooter p a:hover, #contenuFooter p a:active {
	text-decoration: underline;
}
.conception {
	width: 920px;
	margin: 0 auto;
	height: 25px;
	background: transparent url(../images/bas-pied.png) center top no-repeat;
	padding-top: 10px;
	text-align: center;
}
ul#temporaire li {
	display: block;
	width: 713px;
	height: 400px;
}

p.navigation {
	clear: both;
	text-align: center;
	color: #999;
}
p.navigation a {
	border: 1px solid #000;
	padding: 0 2px;
	color: #000;
}
#content .messagePageAccueil {
	margin-left: 210px;
	margin-top: 520px;
	border-top: 2px solid #427EF6;
	border-left: 2px solid #437EF6;
	padding: 5px;
	margin-bottom: 10px;
}
#content .messagePageAccueilSuite {
	margin-left: 210px;
	/*margin-top: 520px;*/
	border-top: 2px solid #427EF6;
	border-left: 2px solid #437EF6;
	padding: 5px;
	margin-bottom: 10px;
}
#content .messagePageAccueil p, #content .messagePageAccueilSuite p {
	margin: 15px 0;
}

#content .messagePageAccueil h2, #content .messagePageAccueilSuite h2 {
	font-size: 1.5em;
	text-align: center;
	float: inherit;
	width: 100%;
	background-color: #4371D0;
	color: #FFF;
	padding: 3px;
}
#content .messagePageAccueil p img.image, #content .messagePageAccueilSuite p img.image {
	background: #CCC;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	float: left;
}
#content .messagePageAccueil p strong, #content .messagePageAccueilSuite p strong {
	font-weight: bold;
}

