﻿/* Structure */	
			body
			{
				width:1024px;
				margin:auto;			
				background-color:#FFF7E7;
				border:solid;
				border-color:#993300
				
			}

#animLogo{ position:absolute; width:180px; height:143px;}
			
/*En-tête*/
			#en_tete
			{
				width:100%;
				margin-left: 0px;
				height:148px;
				background-image:url("images_menu/banniere.jpg");
				background-repeat:no-repeat;
			}
			
			#titre
			{
				margin-left: 270px;
				padding-top:40px;
			}

			#en_tete1
			{
				width:100%;
				margin:auto;
				height:127px;
				background-image:url("images_menu/banniere%202.jpg");
				c
			}
			
			#titre
			{
				margin-left: 270px;
				padding-top:40px;
			}
			#menuII
			{
				margin-left: 0px;
				background-image:url("images_menu/index_02.gif");
				height: 30px;
				
			}
			
/* Menu */
			#menu
			{
				margin-left: 2px;
				float:left;
				height:604px;
				width:190px;
						background-repeat:no-repeat;
				background-color:#FFE7B6;
			}
			
			#menu img {
				cursor: pointer;
				border:none;
			}
			
			#menu a:hover {
				border: 0px;
			}

/* Corps*/
			#content_dx{
				width: 270px; 
				/*float: left; */
				text-align: center;
				margin-top: 10px;
				margin-right: 5px;
				/*margin-bottom: 10px;*/
			}
			#conteneur {
				width: 1024px;
				height: 604px;
				background-repeat:repeat-y;
				background-position: top;
				background-color:#FFE7B6;

			}
			#conteneurcui {
				width: 1024px;
				height: 804px;
				background-repeat:repeat-y;
				background-position: top;
				background-color:#FFE7B6;

			}
			#corps
			{
	margin-left: 82px;
	padding:0px;
	background-color:#ffe7b6;
			}
			
			#blbl
			{ font:Arial, Helvetica, sans-serif;
			  color:#333333;
			  font-size: 10px;
			  
			}
			#trtr
			{ font:Arial, Helvetica, sans-serif;
			  color:#000000;
			  font-size:12px;	
			  }
			  
			
				
			
			
			
		table {
				margin-top:10px;
			}
			
			td img {
				border: 2px solid #ffcb63;
			}
			
			td h1 {
				font-weight:normal;
				font-size:14px;
			}
			
			h1 em {
				color:#FF9900;
				font-weight:bold;
				font-style:normal;
			}
			
			td p {
				text-align: left;
				}
				
			h2 {
				font-weight:bold;
				font-size:13px;
				text-decoration: underline;
				color: #FF0000;
			}
			
			.titre {
				font-weight: bolder;
				font-size:30px;
				font-style:normal;
			}
			
			.fiche {
				position:absolute;
				right:3px;
				color:blue;
				text-decoration:underline;
			}
			
			
/* Le pied de page*/
			#pied_de_page
			{
				width:1024px;
				text-align:center;
				background-position:bottom;
				background-image:url("images_menu/index_05.gif");
				border-bottom:none;
				font-family:verdana;
				font-size:xx-small;
				letter-spacing:1px;
				margin-top:0px;					
			}
			
			#smenu2
			{
	background-color: #fff6e5;
	color: #000000;
	position:absolute;
	margin-left:220px;
	margin-top:45px;
	padding:3px;
	padding-left:16px;
	font-weight:bold;
	letter-spacing:1px;
	border: 1px #ffac04 solid;
	left: 29px;
	top: 131px; 
	display:none;
			}
			
			#smenu2 a {
				text-decoration:none;
			}

			#smenu2 a:visited {
				color:#000000;
				}
					
			#smenu2 a:hover {
				text-decoration:none;
				background-color:#FF9933;
				color:#ffffFF;
				}
				
			span a {
				color: black;
			}


/*----------------------------------------------------------------------------------*/

/**Style pour le fonctionnement du visionneur d'image**/

* {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	font: bold;
}
.highslide {
	cursor: url(script/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
	padding-bottom:0px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(script/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(script/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

