/* Page */
html {
	font-size: 100%;
}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25;
	color: black;
	background-color: #A5CB3B;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
        text-align:justify;
        padding-bottom:5px;
}
#global {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	overflow: hidden;
}
.spacer{
	clear: both;
	visibility: hidden;
	border: #FF0000 solid 1px;
}
#commentaire {
        display:none;
        overflow:auto;
        height:370px;
        width:450px;
        border:1px solid #8E288E;
        padding:5px;
}
#commentaire #gauche {
        float:left;
        width:80px;
        font-size:10px;
}
#commentaire #droit {
        float:right;
        width:320px;
        font-size:10px;
        color:#333333;
}

#commentaire .spacer {
        height:10px;
}
#addCommentaire {
        display:none;
        height:370px;
        width:450px;
        border:1px solid #8E288E;
}
#addCommentaire input, textarea {
        font-size:11px;
        color:#333333;
}
/* LISTE DES PRODUITS */
.titre_produit {
        width:250px;
        /*border:1px solid #8E288E;*/
        color:#8E288E;
        font-weight:bold;
        padding:3px;
}
.prix_produit {
        float:right;
        /*border:1px solid #8E288E;*/
        background:#8E288E;
        color:#FFFFFF;
        font-weight:bold;
        padding:3px;
}
.descriptif_produit {
        /*border:1px solid #8E288E;*/
        padding:3px;
}
.produit {
        border-bottom:1px solid #8E288E;
        margin-bottom:10px;
}
.produit img {
        padding:1px;
        margin:3px;
        border:1px solid #EF99BE;
}
.produit img:hover {
        border:1px solid #8E288E;
}
.lien_detail {
        float:right;
}
.important {
	font-size: 15px;
        font-weight:bold;
	color: #8F278F;
}
/* FORMULAIRE */
input,textarea,select {
        border:1px solid #8E288E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Header du site */

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 225px;
	margin: 0;
	clear: both;
}
#logo {
	float: left;
	margin: 0;
}
#header p {
	color: #FFFFFF;
	margin: 0 0 0 640px;
	padding-top: 202px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #EF99BF;
	text-decoration: underline;
}

/* Navigation */

#navigation {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #EF99BF;
	text-decoration: underline;
}
#navigation li {
	display: inline;
}
#navigation ul {
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	margin: 0 0 0 390px;
	padding-top: 3px;
}

/* container de contenu de la page */

#content {
	background-image: url(../images/bg_page.jpg);
	background-repeat: no-repeat;
	height: 560px;
	clear: both;
	position: relative;
}

#info_left {
	width: 465px;
	margin: 40px 0 0 115px;
	position: absolute;
}

#info_left ul {
	margin-left: 40px;
}

/* Cadre info de gauche - contenu de gauche */

.bouton {
	text-align: center;
}
.bouton a {
	color: #FFFFFF;
	text-align: center;
	background-color: #8F278F;
	padding: 10px;
	text-decoration: none;
	/*Ne fonctionne qu'avec Mozilla et Safari - pour IE : non interprété ou bien avoir recourt à un .htc ou a un script JS type roundies*/
	-moz-border-radius : 10px;
	-webkit-border-radius: 10px;
	/*border-radius.htc pour IE<v8 */
	border-radius: 10px; 
    behavior: url(border-radius.htc); 
}
.bouton a:hover {
	color: #FFFFFF;
	background-color: #660066;
	padding: 10px;
	text-decoration: none;
	/*Ne fonctionne qu'avec Mozilla et Safari - pour IE : non interprété ou bien avoir recourt à un .htc ou a un script JS type roundies*/
	-moz-border-radius : 10px;
	-webkit-border-radius: 10px;
	/*border-radius.htc pour IE<v8 */
	border-radius: 10px;
	behavior: url(border-radius.htc);
}

/* Cadre info de DROITE */
#infos_right {
	width: 195px;
	margin: 40px 0 0 600px;
	background-color: #8F278F;
	color: #FFFFFF;
	padding: 5px 10px 10px 10px;
	/*Ne fonctionne qu'avec Mozilla et Safari - pour IE : non interprété ou bien avoir recourt à un .htc ou a un script JS type roundies*/
	-moz-border-radius : 10px;
	-webkit-border-radius: 10px;
	/*border-radius.htc pour IE<v8*/
	border-radius: 10px;
	behavior: url(border-radius.htc);
	position: absolute;
}
#infos_right h4 {
	color: #FFFFFF;
}
#infos_right a {
	color: #FFFFFF;
	text-decoration: underline;
}
#infos_right a:hover {
	color: #EF99BF;
	text-decoration: underline;
}
#infos_right p {
	padding:5px;
}
#achat_left {
	position: absolute;
	margin-top: 55px;
	width: 380px;
}
#achat_left p {
	margin-left: 110px;
}
#achat_right {
	position: absolute;
	margin-left: 400px;
	width: 400px;
	margin-top: 55px;
}
#achat_right h1 {
	display: inline;
}
#achat_right h2 {
	display: inline;
}
#langues {
	position: absolute;
	margin-left: 824px;
}
#badge {
	margin-top: 360px;
	/*z-index: 10;*/
	position: absolute;
	margin-left: 685px;
}

/* Pied de page */
#footer {
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 30px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em 0;
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 20px;
	color: #8F278F;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	color: #8F278F;
}
h3 {font-size: 1.2em;}
h4 {
	font-size: 1em;
	color: #8F278F;
}
h5 {
	font-size: 0.75em;
	font-weight: normal;
}

/* Listes basiques */
ul, ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style-image: url(../images/puce_nuage.jpg);
	list-style-type: disc;
}
li {
	margin: 0;
	padding: 0;
}

/* Basics */
p {
	margin: 0;
}
a {
	color: #8F278F;
        text-decoration:none;
}
a:hover, a:focus {
	color: #660066;
        text-decoration:underline;
}
a img {
	border: none;
}

/* Divers mise en forme */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
#coloris {
	position: absolute;
	margin-left: 800px;
	margin-top: 96px;
}
