/* #######################################
	GENERALITES
#########################################*/


/* Réinitialisation */
* {
  margin: 0;
  padding: 0;
}


li {
	list-style-position: inside;
}


p {
	padding: 5px;
	margin: 10px 0 10px 0;
	color: #666666;
	font-size:0.9em;
}


/* Fond des pages */
body {
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	background-color:#fff;
}

/* Les liens */
a:link, a:visited, a:hover, a:active {
	font-weight:normal;
	color:orange;
	font-size:0.9em;
	text-decoration: none;
}


h1 {
	color: #5758a5; /* violet */
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

h2 {
	color: orange; /* orange */
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
}


a img, img {
	border: none;
}

div.spacer {
	clear: both;
	visibility: hidden;
	margin:0; padding:0;
}



/* #######################################
	MISE EN PAGE DU SQUELETTE  (éléments qu'on retrouvera sur toutes les pages)
#########################################*/



div#page {
	width: 963px;
	margin-left: auto; margin-right: auto; /* Permet de centrer le div qui contient le site ( colonne gauche et droite, footer) */
	background: #fff url(../images/main/bordures.gif) repeat-y scroll 0 0;
}



/* Le header */
div#header {
	height: 100px;
	padding: 10px;
}
div#header p {
	margin:0; padding:0;
}
div#header  input.border {
	background: #fff url(../images/main/borduresInputText.png) no-repeat scroll 0 0;
	border:none;
	height:20px;
	padding-left: 2px;
	font-size:0.75em;
}
div#header div#menu {
	width:715px;
	float: right;
	margin-top: 20px;
}
div#menu ul li { /* liste des liens principaux */
	list-style-type: none;
	display: inline;
	margin-right:20px;
}
div#sousMenu2, div#sousMenu3, div#sousMenu4, div#sousMenu5, div#sousMenu6 { /* Les sous menu */
	width: 200px;
	overflow: visible;
	display: none;
	position:absolute;
	background-color:#fff;
}
div#menu div.sousMenu ul li {
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 4px 5px 4px 5px;
	text-align: center;
}
div#menu div.sousMenu ul li  a{
	font-size: 0.8em;
	font-weight: bold;
}



div#imageCentrale {
	padding-left:4px;
}






div#contenu {
	padding: 10px;
}

div#contenu div#col_gauche {
	float: left;
	width: 630px;
	margin-left: 15px;
}

div#contenu div#col_droite {
	float: right;
	width: 250px;
	text-align: center;
	border: 0px solid #666;
	padding: 10px;
}
div#contenu div.col_droite { /* utilisé dans la liste des produits */
	float: right;
	width: 250px;
	text-align: center;
	border: 0px solid #666;
	padding: 0px;
	margin-bottom:10px;
}




/*  Le pied de page  */
div#footer {
	clear: both;
	margin:20px 4px 0 4px;
	background-color:orange;
	text-align: center;
}
div#footer p, div#footer p a {
	font-size:0.9em;
	color:#fff;
	font-weight:bold;
	margin:0;
	padding:3px 0 3px 0;
}



/* séparateur des listes d'articles  */
div.separateurArticle {
	border-bottom: 1px solid #cccccc; /* gris */
}




/****************************************************************************************
BARRE DE PAGINATION    
*******************************************************************************************/


/* Les barres de navigation */
div.navig {
	border: 0px solid orange; /* orange */
	margin-top: 10px;
	text-align: center;
	clear:both;
	
}
div.navig ul {
	list-style-type: none;
	margin:0; padding:0;
}
div.navig ul li {
	display: inline;
	font-size:0.9em;
}

/* Barres de navigation : liens */

div.navig ul li a:link, div.navig ul li a:visited {
	color : orange; /* orange */ 
	text-decoration: none; 
	font-weight: normal;
	font-style: normal;
}
div.navig ul li a:hover, div.navig ul li a:active {
	color : orange; /* orange */ 
	text-decoration: none; 
	font-weight: normal;
	font-style: normal;
}

/* Barres de navigation : page en cours */
div.navig ul li span {
	color: #fff;
	background-color: orange; /* orange */
	font-weight: bold;
}
