div
{
	border: #000000, solid, 1px;
}

/*********************************** MISE EN PAGE ***********************************************/
div#page
{
	width:850px;
}
div#menu_haut
{
	float:none;
}

div#categorieSite
{
	position:relative;
	left:330px;
	width:160px;
	top:-113px;
}

div#col_gauche{
	float:left;
	width:150px;
	margin-top:-25px;
	margin-left:25px;
	margin-right:25px;
	min-height:500px;
	text-align: center;
}

div#menu_vertical
{
	background-color:#fefefe;
	width:150px;
	min-height:216px;
	/*display:block;*/
	border: solid #353535 1px;
}

div#contenu_page
{
	background-color:#fefefe;
	width:610px;
	min-height:407px;
	display:block;
	float:left;
	margin-top:-25px;
	margin-right:15px;
	margin-bottom:25px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border: solid #353535 1px;
}

div#contenu_page_seul{
	background-color:#fefefe;
	width:795px;
	min-height:407px;
	clear:both;
	margin-top:-25px;
	margin-left:25px;
	margin-right:25px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border: solid #353535 1px;
}


div#galerie_photo{
	background-color:#fefefe;
	clear:both;
	min-height:144px;
	width:810px;
	margin-left:25px;
	margin-right:15px;
	margin-bottom:10px;
	border: solid #353535 1px;
}

/********* LIENS **********/
div#lien{
	text-align: left;
	margin: 5px 0 5px 0;
}

div#lien p{
	display: inline;
}

div#lien a{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

div#lien h5{
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

/******* LISTE DES MENU *******/
#ul_menu li
{
	padding-bottom:25px;
}

/****** TITRES DES CARDES *********/
h1{
	background:#ffffff;
	background-image:url('/images/site/magasin/fond_h1.png');
	background-repeat:repeat-x;
}

div#contenu_page h1, div#contenu_page_seul h1
{
	margin-right: -10px;
	margin-left: -10px;
}


/****** TEXTES *********/
#horizontal_carousel .previous_button, #horizontal_carousel .next_button {
  position: relative;
  top:27px;
}
#table_liste{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	text-align:justify;
	border: 1px solid #ddd;
}
#table_liste thead th, #table_liste tbody th{
	font-weight: bold;
	padding: 2px 10px 2px 10px;
  	text-align: center;
  	border-top: 1px solid #ddd;
}
#table_liste thead th{
  	background-color: #99cc33;
}
#table_liste tbody th{
	border-right: 1px solid #ddd;
}
#table_liste tbody td{
  	text-align: center;
}
#table_liste td{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #ddd;
}
#table_liste tr#liste{
	font-weight:bold;
}
