/* 
 * Copyright (c) 2007 Copyright (c) Octolys Development
 * Ce template a été réalisé par http://www.scopika.com & http://www.fredodo.com
 * Il est soumis à la licence GPL
 */

/* Ce fichier définit le style visuel pour les différents éléments des pages.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - Eléments HTML en général
 * - Page
 * - Entête
 * - Chemin
 * - Produit petit & grand
 * - Pied de page
 * - Menu général
 * - Signature
 * - Nombre de pages
 * - les styles particuliers pour les pages intérieures
 */






/* Eléments HTML en général
-------------------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
	font-size: 0.8em;
	color: #CCCCCC;
	background-attachment: fixed;
	background-image: url(images/accueil/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1, h2, h3{
	color: #CCCCCC;
}

h1, h2{
	display:none;
	font-size: 1.8em;
	margin: 0;
	padding: 0;
	color: #CCCCCC;
}

h3{
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #CCCCCC;
}

a {
	color: #FF6600;
	text-decoration: underline;
}

a:visited {
	color: #FFCC66;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #FFCC33;
}

img {
	border: 0
}

/* Page
-------------------------------------------------------- */

#wrapper {
	width: 1000px;
	text-align: left;
	overflow: visible;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	background-image: url(_gfx/fondWrapper.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	position: relative;
}
#home {
	width: 1000px;
	text-align: left;
	overflow: visible;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

#subwrapper {
	overflow: hidden;
	position: relative;
	margin:0;
	padding: 0;
	width: 1000px;
	background-image: url(_gfx/fondSubWrapper.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#content {
	padding: 0;
	clear: both;
	margin: 0;
	width: 1000px;
}

#contenu {
	float: right;
	width:804px;
	padding: 0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	overflow: hidden;
}

#contenuAccueil {
	float: left;
	width:1000px;
	padding: 0;
	margin: 0;
}

.titrePage {
	text-align: left;
	font-weight: bold;
	width: 810px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #FF9900;
}

.sousTitrePage {
	color: #12335B;
	text-align: left;
	font-weight: bold;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.textePage {
	color: #CCCCCC;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.separation {
	height: 1px;
	width: 760px;
	background-color: #996633;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow:hidden;
	zoom:1;
}

/* Entête
-------------------------------------------------------- */

#entete {
	width: 1000px;
	color: #FFFFFF;
	background-image: url(_gfx/entete.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 11px;
	background-color: #000000;
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: both;
}

/* Chemin
-------------------------------------------------------- */

#chemin {
	display:none;
	float: left;
	width:970px;
	color: #FFCC66;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #0066CC;
	margin: 0;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

a.LIEN_chemin:link {
	color: #a9c9e9;
	text-decoration: none;
}

a.LIEN_chemin:visited {
	color: #a9c9e9;
	text-decoration: none;
}

a.LIEN_chemin:hover {
	color: #a9c9e9;
	text-decoration: underline;
}

/* Produit petit 
-------------------------------------------------------- */

.blocProduitPetit {
	float: left;
	width: 253px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	color: #FFFFFF;
	background-color: #303030;
	border: 1px solid #196C7E;
	background-image: url(_gfx/bg_blocpetit.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.blocProduitPetit .image {
	float: left;
	width: 121px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0;
}

.blocProduitPetit .description {
	float: left;
	padding:8;
	width: 120px;
	color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 8px;
}


.blocProduitPetit h3{
	color: #FFFFFF;
	margin-left: 0px;
}

.blocProduitPetit .chapo {
	color: #CCCCCC;
	text-align: left;
	font-size: 11px;
	margin-bottom: 5px;
	width: 100%;
}

/* Produit grand 
-------------------------------------------------------- */

.blocProduitGrand {
	float: left;
	width: 795px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}

.blocProduitGrand .image {
	float: left;
	width: 420px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0;
}

.blocProduitGrand .texte{
	color: #FFFFFF;
	list-style-type: circle;
	}

.blocProduitGrand .miniature {
	float: left;
	width: 130px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0;
}

.blocProduitGrand .contourImage {
	border: 2px solid #FFB202;
}


.blocProduitGrand .description {
	float: left;
	margin:0;
	padding:0;
	width: 355px;
	height: 390px;
}

.blocProduitGrand h3{
	font-size: 1.1em;
	color: #FFFFFF;
	padding-bottom: 10px;
}

.blocProduitGrand .chapo {
	color: #CCCCCC;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 5px;
	width: 100%;
	position:relative;
	overflow-y: scroll;
	overflow-X:hidden;
	height: 350px;
	border: 1px solid #666666;
	padding: 10px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Nombre de pages
-------------------------------------------------------- */

#pages {
	float: none;
	width: 810px;
	text-align: center;
	font-size: 0.9em;
	padding-top: 10px;
	margin: 0;
	padding-bottom: 10px;
	color: #FFFFFF;
	clear: both;
	visibility: visible;
}

a.LIEN_pages:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


/* Pied de page
-------------------------------------------------------- */

#footer{
	width: 1000px;
	color: #CCCCCC;
	font-size: 1.2em;
	text-align: center;
	margin: 0;
	background-image: url(_gfx/fondFooter.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0;
	height: 106px;
}

#footer .lien{
	float:left;
	width: 142px;
}

#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer .menuBas {
	float: left;
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer .drapeaux {
	float: left;
	width: 1000px;
}

/* Divers éléments de formulaires & tableaux
-------------------------------------------------------- */

.enteteTableau {
	color: #999999;
	font-weight: bold;
	background-color: #dedce6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.ligneTableau {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	font-size: 10px;
}

.footerTableau {
	color: #12335B;
	font-weight: bold;
	background-color: #bdbbcd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.boutonMonCompteContenu {
	font-weight: bold;
	width: 750px;
	text-align: right;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.zoneDeSaisie {
	color: #12335B;
	font-size: 10px;
}

.obligatoire {
	color: #FF0000;
}

.commentaires {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #12335B;
}


/* Menu général
-------------------------------------------------------- */

#menuGeneral {
	float: left;
	width:175px;
	padding: 0;
	margin: 20px 0 30px 10px;
}


dl, dt, dd, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: right;
	font-size: 11px;
}

dl#menu {
	width: 175px;
}


dl#menu dt {
	cursor: pointer;
}

dl#menu dt a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	overflow: hidden;
	zoom: 1;
	background-image: url(_gfx/puceMenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

dl#menu dt a.selected, dl#menu dt a:hover {
	color: #000000;
	background-image: url(_gfx/puceMenu2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

dl#menu dd {
}

dl#menu li {
}

dl#menu li a {
	font-size: 12px;
	color: #414b56;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin:0;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	zoom: 1;
}

dl#menu li a:hover, dl#menu li .selected {
	color: #FFFFFF;
	background-color: #EC8000;
}

.invisibleW3C {
	width: 0; 
	height: 0;
	padding: 0; 
	margin: 0;
}


/* Signature
-------------------------------------------------------- */

#signature {
	padding: 0;
	width: 980px;
	color: #808185;
	font-size: 0.8em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
}

.W3C {
	width: 88px;
	margin: 0;
	padding: 0;
	float: right;
}

a.LIEN_signature:link {
	color: #808185;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_signature:visited {
	color: #808185;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_signature:hover {
	color: #808185;
	text-decoration: underline;
	font-weight: bold;
}


/* Contenu de page
-------------------------------------------------------- */

.paragraphe {
	float: left;
	font-size: 1.05em;
	padding: 0;
	color: #999999;
	width: 750px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.paragraphe h3{
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #CCCCCC;
}

.paragraphe .bloc{
	float: left;
	padding: 0;
	margin: 0;
}


.paragraphe .image{
	float: left;
	border: 1px solid #12335B;
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

#news {
	background-color: #e9d4cc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e8579;
	padding: 5px;
	width: 100%;
	overflow:hidden;
}
.contenuPage {
	margin-right: 8px;
	margin-left: 8px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 12px;
}
form {
	display: inline;
	margin: 0px;
	float: left;
}
.imgnews_home {
	margin-top: 2px;
	margin-bottom: 2px;
}
.imggauche {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgdroite {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#pop {
	background-color: #FFFFFF;
	height: 159px;
	width: 559px;
	position: absolute;
	visibility: visible;
	z-index: 100;
	left: 222px;
	top: 238px;
	right: 0px;
	bottom: 0px;
}
