/* Bug des png sous ie6 */

* html img,* html .png {
	behavior: expression((   this .   runtimeStyle .   behavior =   "none")
		&&(   this .   pngSet ?   this .   pngSet =   true :(   this .  
		nodeName ==     "IMG" &&   
		 this .   src .   toLowerCase() .   indexOf('.png') >   -1 ?(   this .
		
		 runtimeStyle .   backgroundImage =     "none", this .   runtimeStyle
		. 
		 filter =    
		"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" +     this
		.   src +     "', sizingMethod='image')", this .   src =   
		 "/images/transparent.gif" ) :( 
		 this .   origBg =     this .   origBg ?     this .   origBg :   this
		. 
		 currentStyle .   backgroundImage .   toString() .  
		replace('url("', '') . 
		 replace('")', ''), this .   runtimeStyle .   filter =   
		 "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" +     this
		. 
		 origBg +     "', sizingMethod='crop')", this .   runtimeStyle . 
		 backgroundImage =     "none" ) ), this .   pngSet =   true ) );
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
}

img {
	border: 0px;
}

.portail_contenu ul {
	margin-left: 5px;
}

.portail_contenu li {
	margin-left: 20px;
}

h1,h2 {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link,a:active,a:visited {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
}

#page {
	margin: 0px auto 0px auto;
	width: 995px;
	position: relative;
}

#bandeau {
	width: 995px;
	height: 212px;
	background-image: url("../images/bandeau.jpg");
}

#logo {
	width: 692px;
	height: 189px;
	top:0px;
	left:-55px;
	position:absolute;
}
#logo_bas {
	width: 233px;
	height: 62px;
	top:189px;
	left:-55px;
	position:absolute;
}


#menu {
	height: 20px;
	padding-top:192px;
	padding-left:170px;
	width:825px;
	list-style: none;
	color:#990033;
	font-family:times;
	font-size:15px;
	font-weight: bold;
}
	#menu li{
		display:inline;
	}
		#menu li a:link,#menu li a:active,#menu li a:visited{
			color:#990033;
			text-decoration:none;
			font-style:italic;
		}
		#menu li a:active{
			text-decoration:underline;
		}
	#contenu_accueil {
		clear: both;
		background-image : url("../images/fond_contenu_accueil.jpg");
		background-repeat:no-repeat;
		height: 359px;
		width: 100%;
		overflow: hidden;
	}
			#actu_accueil{
				float:left;
				width:166px;
				height:307px;
				padding-left:75px;
				padding-top:54px;
				position:relative;
			}
				#bordure_actu{
					float:left;
					width:165px;
					height:307px;
					border-right:1px solid white;
				}
					/* Style pour le marquee */
				#marquee {
					width: 144px;
					padding-left: 5px;
					padding-right: 5px;
					height:300px;
					text-align: left;
				}
			#contenu_texte_accueil {
				width:693px;
				padding-right:61px;
				height: 361px;
				float: left;
			}
				#texte_accueil{
					width:360px;
					padding-left:16px;
					margin-top:50px;
					float:left;					
				}
	#contenu {
		clear: both;
		height: auto;
		min-height: 355px;
		background-image : url("../images/fond_contenu.jpg");
		height: auto !important;
		height: 355px;
		width: 100%;
		float:left;
	}
		#debut_contenu{
			background-image : url("../images/fond_contenu_accueil.jpg");
			background-repeat:no-repeat;
			min-height: 355px;
			height: auto !important;
			height: 355px;
			width: 100%;
			float:left;
			padding-bottom:25px;
		}
		#actu{
			float:left;
			width:120px;
			padding-left:75px;
			padding-top:54px;
			position:relative;
		}
			#bordure{
				float:left;
				width:119px;
				height:307px;
			}
	
	#contenu_texte {
		width:732px;
		padding-right:55px;
		float: left;
	}
			#contenu_portail_texte{
				width:716px;
				min-height: 311px;
				height: auto !important;
				height: 311px;
				padding-left:16px;
				margin-top:50px;
				float:left;	
				border-left:1px solid white;	
			}

#pied_page {
	clear: both;
	width: 995px;
	height: 17px;
	float:left;
	background-image: url(../images/fond_pied_page.jpg);
	margin: 0px;
	color:#ff9999;
	padding: 2px 0px 0px 0px;
	text-align: center;
}

#pied_page li {
	display: inline;
}

#pied_page a:link,#pied_page a:active,#pied_page a:visited {
	margin: 0px 5px 0px 5px;
	color:#ff9999;
	text-decoration: none;
}

#pied_page a:hover {
	text-decoration: underline;
}

/* Menu déroulant */
.menu_deroulant {
	width: 150px;
	position: absolute;
	z-index: 10;
	display: none;
	border-top: 0px;
}

.menu_deroulant ul {
	margin: 0px;
	padding: 0px;
}

/* Styles du menu */
.menu_sous_rubrique_0 {
	list-style: none;
	font-size: 13px;
	width: 150px;
	color: #646466;
}

.menu_sous_rubrique_0 a:link,.menu_sous_rubrique_0 a:visited,.menu_sous_rubrique_0 a:active,.menu_sous_rubrique_0 span
	{
	color: #646466;
	text-decoration: none;
	width: 150px;
	display: block;
	font-size: 13px;
	border-top: solid 1px #9E9E9E;
	padding: 3px 0px 0px 2px;
}

.menu_sous_rubrique_0 a:link,.menu_sous_rubrique_0 a:active,.menu_sous_rubrique_0 a:visited{
	background-color: #FFFFFF;
	color: #6e0d1c;
}

.menu_sous_rubrique_0 a:hover{
	background-color: #4F7007;
	color: #FFFFFF;
}

.portail_titre_article{
	font-size:17px;
	margin-top:5px;
}
	#liste_rub{
		padding-left:20px;
	}
	#liste_rub ul{
		padding-left:20px;
	}
.tableau_vente{
	background-color: white;
	color: #960001;
	border:1px solid white;
	border-collapse: collapse;
}
