/* CSS Document */
html{
	font-size:100%;
	height: 100%;
	padding: 0 0;
}

body{
	background:#FCFCFC url(../../includes_img/gif/fond.gif) repeat-y center top;
	font: 400 1em 'Geneva', Arial, Helvetica, sans-serif;
	color:#333333;/*#74653D*/
	line-height:17O%;
	text-align:center;
	padding: 0 0;
	margin:1px 0;		
}


#wrapper {
	/*background: url(../../includes_img/gif/fond-haut.gif) repeat-x ;*/
	text-align: left;
	margin: 0em auto;
	padding: 0 0;
	width: 896px;
}


#left {
    /*width: 243px;*/
	width: 200px;
	float:left;
	clear:left;
	border-top:1px solid #FFFFFF;
}

#right {
	float:left;
	margin:0 0 0 2em !important;
	margin:0 0 0 1em;
	padding-right: 9px;
	padding-top:0.4em;
	font-size:0.8em;
	width:640px;/*630*/
	border:0px solid #ccc;
}

#right h2 {
	border-bottom: 1px solid #C4AE7C;
  	color: #BE8B06;
  clear:both;
  font: 1.2em arial, sans-serif;
  padding-bottom: 6px;
  margin-bottom: 1em;
}

#right h3 {
	font: 1.2em arial, sans-serif;  
	color:#AD4E4A;
	/*color: #BE8B06;
	border-bottom: 3px solid #C4AE7C;*/
  	border-bottom: 1px solid #974B4B;
  	padding-bottom: 6px;
  	margin:0em 0em 1em 0em;
}

#right h3 span{
	font-size:0.7em;
}

#right h4 {
	font-size: 1em;
	font-family: arial, sans-serif;  
	font-weight:bold ;
	color:#333333;/*AD4E4A*/
  	padding-bottom: 6px;
  	margin:0em 0em 1em 0em;
}

#right h5 {
	font-size: 0.9em;
	font-family: arial, sans-serif;
	font-weight:bold;
	letter-spacing:0.2em;
	color:#AD4E4A;
	padding-bottom: 6px;
	margin:0em 0em 1em 0em;
}

#right .rows {
	margin-left: 16px;
	margin-bottom:1em;
}

#right .left {
  margin-right: 18px;
}

#right .more {
  font-weight: bold;
  font-size: 0.8em;
}

#right ul{ 
	list-style:square;
	margin:0.5em 1em 0em 1em;
	padding:0.5em 1em 0em 1em !important;
}

#right #SiteMap ol{
	list-style:square;
}

#right #SiteMap ol li{
	color:#AD4E4A;
}


#spacer {
  height: 2em;
}

/*************************** Style pour les listes de document */

#right ul.listDocument, #right ul.listDocumentDetail{
	list-style:none;
	margin-bottom:2em;
}

#right ul.listDocument li, #right ul.listDocumentDetail li{
	line-height:1em;
	border:0px solid #CCCCCC;
	padding-bottom:0.8em;
}

#right ul.listDocument li a, #right ul.listDocumentDetail li a{
	text-decoration:none;
	letter-spacing:1px;
	display:block;
	line-height:16px;
	border:0px solid #ccc;
}

#right ul.listDocument li a strong, #right ul.listDocumentDetail li a strong{
	letter-spacing:1px;
}

#right ul.listDocument li a:hover, #right ul.listDocumentDetail li a:hover,
#right ul.listDocument li a:hover img, #right ul.listDocumentDetail li a:hover img{
	text-decoration:none;
}


#right ul.listDocument li a span, #right ul.listDocumentDetail li span{
	font-size:0.8em;
}

#right ul.listDocumentDetail .ImgToolTip{
	line-height:32px;
}

#right ul.listDocumentDetail li span.titleSpanListeDocument {
	text-decoration:underline;
	font-size:1em;
}

#right ul.listDocument li img, #right ul.listDocumentDetail li img{
	margin-right:0.5em;
	vertical-align:bottom;	
}

/********************** Style pour les items en mode encart ************************************/
#right #encartlist{
	border-left:1px solid #E1E1E1;
	width:50%;
	float:right;
	padding-bottom:1em;
}

#right #bottomPage{
	clear:right;
	display:block;
	float:left;
	margin:1px 0px;
}

#right #printPage{
	display:block;
	float:right;
	margin:1px 0px;
}


/****************************** Styles pour le site en mode PRINT ***********************************/

#body-print{background-image: none; }

#wrapper-print {
	/*background: url(../../includes_img/gif/fond-haut.gif) repeat-x ;*/
	text-align: left;
	margin: 0em 0em;
	width: 650px;
}

#wrapper-print #right {
	float:left;
	margin:0 0;
	padding-right: 9px;
	padding-top:0.4em;
	font-size:0.8em;
	width:640px;/*630*/
	border:0px solid #ccc;
}

#header-print {	
	float:left;	
	height: 152px;
	text-align:right;
	width:650px;
	color:#CCCCCC; 
}

#header-print #logo{color: #333333;}



/**************************************** Styles pour les INFO Bulles *************************************/

.tool-tip {
	color: #fff;
	width: 300px;
	min-height:50px;
	_height:50px;
	background:#FFFFFF url(../../includes_img/gif/loading.gif) center bottom no-repeat;
	border:1px solid #CCC;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 9px;
	margin: 0;
	color:#FFFFFF;/* #9FD4FF*/
	line-height:16px;
	/*padding: 8px 8px 4px;*/
	background-color:#AD4E4A;
	/*974B4B*/
	
}
 
.tool-text {
	font-size: 9px;
	padding:4px 8px 8px;
	background-color:#FFFFFF;
}


/**************************************** Style pour les galeries photos */

.MainGalerie{
	width:200px;
	padding:3px;

}

