/* 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;
	background-color: #39271d;
}

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: #e69435;
	text-decoration: underline;
}

a:hover {
	color: #e69435;
	text-decoration: none;
}

strong{
	color: #FFCC99;
}
#page {
	margin: 0px auto 0px auto;
	width: 995px;
	position: relative;
}

#bandeau {
	width: 995px;
	height: 95px;
	background-image: url("../images/fond_bandeau.jpg");
	background-repeat: no-repeat;
}

/* Bug des images avec espace sous ie 6, a mettre dans tous les menus images */
#bandeau img,#bandeau a,#menu img,#menu a {
	float: left;
}

#logo {
	width: 417px;
	height: 95px;
	left:50px;
	z-index:2;
	position:absolute;
}

#menu {
	height: 32px;
	background-image: url("../images/fond_menu.jpg");
	background-repeat: no-repeat;
	list-style:none;
}
#menu li {
	float:left;
}
#contenu {
	clear: both;
	min-height:425px;
	height: auto !important;
	height: 425px;
	background-image: url("../images/fond_repeat_contenu.jpg");
	background-repeat: repeat-y;
	position:relative;
}

#contenu_texte {
	width:977px;
	padding: 0px 9px;
}
	#contenu_diapo{
		position:relative;
	}
#pied_page {
	clear: both;
	width: 995px;
	height: 21px;
	color:#b9af89;
	font-weight:bold;
	background-image: url(../images/fond_pied_page.jpg);
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
}

#pied_page li {
	display: inline;
}

#pied_page a,#pied_page a:link,#pied_page a:active {
	margin: 0px 5px 0px 5px;
	color: #b9af89;
	text-decoration: none;
}

#pied_page a:hover {
	text-decoration: underline;
}

#titre_principal{
	background-color:#3b281e;
	height:28px;
	float:left;
	width:962px;
	padding-top:5px;
	padding-left:15px;
	font-size:18px;
}
#bloc_resa{
	width:165px;
	height:129px;
	position:absolute;
	z-index:2;
	background-image: url("../images/fond_resa.png");
	left:0px;
	top:0px;
	color:#3B281E;
	padding-left:35px;
	font-size:10px;
	padding-top:3px;
}
#bloc_resa input.text{
	border:0px;
	font-size:14px;
	width:100px;
	height:18px;
}
#bloc_resa input.button{
	color:#FFFFFF;
	background-color: #3B281E;
	border:0px;
	width:50px;
	height:20px;
	padding-bottom:2px;
	font-size:10px;
	margin-top:2px;
}
/* Menu déroulant */
.menu_deroulant {
	width: 180px;
	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: 180px;
}

.menu_sous_rubrique_0 a:link,.menu_sous_rubrique_0 a:visited,.menu_sous_rubrique_0 a:active,.menu_sous_rubrique_0 span{
	color: #3B281E;
	background-color: #E5C491;
	text-decoration: none;
	width: 180px;
	display: block;
	font-size: 13px;
	border-top: solid 1px #9E9E9E;
	padding: 3px 0px 0px 2px;

}
.menu_sous_rubrique_0 a:hover {
	background-color: #E6810F;
	color: #FFFFFF;
}
