#date {
	position: absolute;
	top:72px;
	width:156px;
	z-index: 100;
	margin-left: 650px;
	text-align: center;
}

#flashcontent {}
#flash {
	margin:0px;
	position:relative;
	height:228px;
	width:900px;
	z-index:2;
}
/* @group GENERAL */
.imgdroite{
float: right;
}
.imgguauche{
float: left;
}
.gal_container ul{ float: left; }

.gal_container li{
		display: inline;
		float: left;
		width: 60px;
		height: 60px;
}

.gal_thumb_container{ width: 120px; }

.gal_enlarge_container{ float: left; width: 360px; height: 400px; }

.gal_container {
	width:550px;
	margin:0px auto;
	text-align:left;
	padding:15px;
}

.gal_enlarge_container img{ border: 1px solid #000; padding: 5px; }

.gal_thumb_container img{ border: 1px solid #000; }

.nouveau{
	position: absolute;
	width: 74px;
	height: 42px;
	margin-top: 30px;
	margin-left: 10px;
	z-index: 10110;
	padding: 0;
	background-repeat: no-repeat;
	color: aqua;
}
.nouveau img{
	background-color: aqua;
	padding: 0;
	background-image: none;
	color: aqua;
}
body {
	background: #4c1860 url(img_calendrier/fd_calendrier.jpg) repeat-x;
}
a{
	color: #005400;
	text-decoration: none;
}
a:hover{
	color: #280d32;
	text-decoration: underline;
}

h1 {
	color: #3f055c;
	text-align: right;
	font-variant: normal;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
	margin-top: 5px;
	margin-left: 10px;
	padding-right: 20px;
	border-bottom-style: dotted;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
}

#titre {
	text-align: right;
}

h2 {
	color: #431850;
	font: bold 18px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0;
	padding-left: 5px;
}

h3 {
	color: #005400;
	margin: 0;
	padding-left: 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {padding-top : 0px;
	color: #363d38;
	font: 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
strong{
padding-top : 5px;
}

pre {
	background-color: #d0d0d0;
	padding: 10px;
	margin: 10px 25px 10px 10px;
	border: 1px solid #b4b4b4;
	color: gray;
}
hr{
	clear: both;
	color: #005400;
	border: 1px none #f92256;
	border-bottom: 1px solid #69069b;
	border-top: 1px solid #005400;
	padding-bottom: 1px;
}
h4{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
p{}
.clearboth {
	clear: both;
}
em{
	
}

/* @end */

/* @group MAIN */

#main {
	width: 900px;
	background-color: white;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

/* @end */

/* @group HEADER */

#header {	
margin:0px;
	position:relative;
	height:228px;
	width:900px;
	z-index:0;
	
}

/* @end */

/* @group CONTENT */

#content {
	
}

/* @group droit */

/* @group fiche produit */
#ficheprod_guauche{
	width: 280px;
	float: left;
	padding-left: 6px;
}
#ficheprod_droite{
	width: 220px;
	float: right;
	color: green;
	background: url(img_calendrier/fd_contentguauche.jpg) no-repeat 0 -5px;
	padding: 20px;
}

/* @end */

#contentdroit {
	width: 625px;
	float: right;
}


.imgnormale{
	margin: 0;
	padding: 0;
}

#date p {
	color: #4de607;
	font: 13px "Comic Sans MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#corps {
	background: url(img_calendrier/fd_contentdroit.jpg) no-repeat 0 0;
	min-height: 200px;
	padding-left: 25px;
	padding-top: 10px;
	padding: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	border-style: none;
}


div.test {
	margin: 20px 0;
	padding: 20px;
	border: 1px solid #330f40;
}

/* EXEMPLE 2: Styles avec display: inline-block et correctifs pour IE et FF */

.produits {
	display: -moz-inline-stack;

/* Pour Firefox 1-2 */
		display: inline-block;

/* Écrase la valeur précédente si le navigateur comprend inline-block */
		vertical-align: middle;
	border: 1px solid #28032e;
	background: #fff;
	margin: 8px;
	padding: 20px;
	width: 134px;
}

/* @group liste item */

ul.item-list{

	width: 600px;
	padding:12px;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	text-align:left;
	font-size:0;/*eliminate the extra white-space between .item-list*/

}

ul.item-list li{
	
	width: 200px;
	margin:0 0 12px 0;
	text-align:left;
	vertical-align:text-bottom;
	font-size:medium;
	display:-moz-inline-stack;/*Firefox need this to simulate display:inline-block*/

   display:inline-block; /*IE does not apply this to Block Element, and Firefox does not render this, too*/

	

   _overflow:hidden;/*fix IE6 to expanded content*/
	zoom:1;/*trigger hasLayout*/
	*display:inline;/*once hasLayout is true, set display:inline to block element will make display:inline behave like display:inline-block*/
}

ul.item-list li div.bd{
	font-size:75%;
	position:relative;/*firefox need this unless contents within are not clickable or selectable*/
	margin:2px 6px 1px 6px;
	padding: 25px;
	zoom:1;/*Ie need this to get the border renderred*/
}


/*
customized theme style
*/
ul.item-list li div.bd{
	/*background: url(http://us.i1.yimg.com/us.yimg.com/i/us/sp/ed/mod-thin-btm.png) no-repeat -12px 100%;*/
}

ul.item-list li div.bd h5{
	font:normal normal bold 1.4em/normal Georgia;
	color: #461559;
	text-align: center;
	margin:0 0 6px 0;
}


ul.item-list li div.bd p,
ul.item-list li div.bd em,
ul.item-list li div.bd strong{
	display:block;
	margin:0 0 6px 0;
	text-decoration:none;
	font-style:normal;
}

ul.item-list li div.bd em{
	margin:0;
	text-align:center;
	font-size:90%;
	font-family:Tahoma;
	padding:12px 0 16px 0;
}

ul.item-list li div.bd em a{
	color: #005400;
	text-decoration:none;
	padding: 20px;
	background: url(img_calendrier/fd-btn-fiche-calendrier.jpg) no-repeat;
}

ul.item-list li div.bd em a:hover{
	color: #4c1860;
	text-decoration:underline;
}


ul.item-list li div.bd strong a{
	text-decoration:none;
	display:block;
	text-align:center;
	zoom:1;
}

ul.item-list li div.bd strong a img{
	
	display:block;
	margin:auto;
	border:solid 2px #222;
	
}




/* @end */

.produits h4 {
	text-align: center;
	font: bold 12px/12px Georgia, "Times New Roman", Times, serif;
	color: #330f40;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 120px;
}

.description {
	color: #250b2e;
	font-size: 10px;
	line-height: 12px;
	clear: left;
	width: 120px;
}
.description p{
	margin: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* @group imgs */

img {
	padding: 5px 5px 9px 5px;
  background: white url(img_calendrier/shad_bottom.png) repeat-x bottom left;
}

div.shadow {
	background: #b4afa3;
	padding: 0 1px;
	border-left: 1px solid #dcd7c8;
	border-right: 1px solid #dcd7c8;
}

div.bottomright {
	width: 4px;
	height: 4px;
	background: url(img_calendrier/shad_brcorner.png) no-repeat right;
	position: absolute;
	bottom: 0px;
	right: -1px;
}

div.topleft {
	width: 2px;
	height: 4px;
	background: url(img_calendrier/shad_tlcorner.png) no-repeat top left;
	position: absolute;
	top: 0px;
	left: -1px;
}

div.topright {
	width: 2px;
	height: 4px;
	background: url(img_calendrier/shad_ttcorner.png) no-repeat top right;
	position: absolute;
	top: 0px;
	right: -1px;
}

div.shadow {
	padding: 0 1px;
	background: #bfbfbf;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	position: relative;
	float: left;
}

div.shadow img {
	padding: 5px 5px 9px 5px;
	background: white url(img_calendrier/shad_bottom.png) repeat-x left bottom;
}

div.shadow div.topleft {
	width: 2px;
	height: 4px;
	background: url(img_calendrier/shad_tlcorner.png) no-repeat top left;
	position: absolute;
	top: 0px;
	left: -1px;
}

div.shadow div.topright {
	width: 2px;
	height: 4px;
	background: url(img_calendrier/shad_trcorner.png) no-repeat top right;
	position: absolute;
	top: 0px;
	right: -1px;
}

div.shadow div.bottomleft {
	width: 4px;
	height: 4px;
	background: url(img_calendrier/shad_blcorner.png) no-repeat bottom left;
	position: absolute;
	bottom: 0px;
	left: -1px;
}

div.shadow div.bottomright {
	width: 4px;
	height: 4px;
	background: url(img_calendrier/shad_brcorner.png) no-repeat bottom right;
	position: absolute;
	bottom: 0px;
	right: -1px;
}

.epuise {
	position: absolute;
	width: 100px;
	height: 50px;
	background-image: url(img_calendrier/epuise.gif);
	z-index: 1;
	margin: 20px;
}

/* @end */

/* @end */

/* @group guauche>menu */

#menu {
	background: url(img_calendrier/fd_contentguauche.jpg) no-repeat 0 0;
}

#lienhaut {
	margin-top: 0;
	padding-left: 20px;
	color: #077423;
}

#lienhaut p, #lienhaut a {
	color: #077423;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 8px 0 0;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
}

#contentguauche {
	float: left;
	width: 270px;
}

/* @group navigation */

.contentslide {
	border: 10px solid navy;
	border-bottom-width: 6px;
	padding: 8px;
	width: 400px;
	height: 250px;
}

.contentslide .opacitylayer {

/*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.contentslide .contentdiv {
	display: none;
}

.pagination {
	width: 416px

;
	/*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
	border: 10px solid navy;
	border-width: 0 1 0px;
	/*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination {

/*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px

;
	/*IE5 width*/
w\idth: 416px;
/*IE6 width*/
}

.pagination a {
	padding: 0 5px;
	text-decoration: none;
	color: #2e6ab1;
	background-color: white;
}

.pagination a:hover, .pagination a.selected {
	color: #000;
	background-color: #FEE496;
}

#navigation {
	margin: 0;
	padding: 25px 10px 10px 20px;
	list-style: none;
	color: #2e8041;
	width: 220px;
	font: 0.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#navigation a, #navigation span {
	display: block;
	padding: 4px 10px;
	color: #2e8041;
	text-decoration: none;
	border-bottom: 1px solid #656565;
	background-color: #f1f1f1;
}

#navigation .toggleSubMenu a, #navigation .toggleSubMenu span {
	background: #e0e0e0 url(img_calendrier/flechepourouvrir.png) no-repeat 5px 5px;
	padding-left: 20px;
}

#navigation .open a, #navigation .open span {
	color: #001f2e;
	background: #e0e0e0 url(img_calendrier/flechepourfermer.png) no-repeat 5px 5px;
	padding-left: 20px;
}

#navigation a:hover, #navigation a:focus, #navigation a:active {
	padding-left: 2px;
	color: #174400;
	background-color: #fdfdfd;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;	padding-left: 20px;
}

#navigation .subMenu {
	background: #e0e0e0 url(img_calendrier/fd_ssmenu.png) repeat-x 0 -4px;
	margin: 0 0 0 10px;
	padding: 0;
	border-bottom: 1px solid #112624;
	border-color: #314a59;
	font: .9em Georgia, "Times New Roman", Times, serif;
}

#navigation ul.subMenu a {
	padding: 3px 20px;
	color: #0a5700;
	border-left-style: solid;
	border-left-width: 1px;
	background-image: none;
	background-color: #d6d6d6;
}
#navigation ul.subMenu a:hover {
	background-color: #f0f0f0;
}

#navigation li {
	list-style-type: none;
}



/

* @end */



/

* @end */


/

* @end */

/* @group FOOTER */

#footer {
	height: 80px;
}

#footerdroit {
	width: 625px;
	float: right;
	height: 83px;
	background: url(img_calendrier/fb_basdroit.jpg) no-repeat 0 32px;
}

#footerdroit p {
	margin-top: 50px;
	color: #246c02;
	margin-left: 28px;
}

#footerguauche {
	width: 270px;
	float: left;
	height: 83px;
	background: url(img_calendrier/fd_basguauche.jpg) no-repeat 0 35px;
}

#footerguauche p {
	margin-top: 50px;
	color: #246c02;
	margin-left: 28px;
	font-style: italic;
}

/* @end */

