/* CSS Document */

/*
Violet light : #BC729D
Violet light menu : #E0B8CF
.green {	color: #BC6296; }
.gray  {	color: #BFBFBF; }
bleu titre 6297BC
Gris du border menu 4px #4284B0

Voilet lien chronos pub ; #BC729D
Bleu lien chronos pub : #6297bc

*/

* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(../images/bg.gif) repeat-x;
	text-align: center;
	
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #E0B8CF;
	background-color: inherit;
}

.TitreFieldsetAccueil {
	font-size: 12px;
	color: #BC729D;
}

.TitreBlocsSalons{
	font-size: 10px;
	color: #BC729D;
	font-weight: bold;
	text-align: center;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 0px solid transparent;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #568EB6;
}
a:hover img {  
 /* border: 2px solid #CCC !important; // IE fix
  border: 2px solid #568EB6; */
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:10px; padding: 0;
/*	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA;  */
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

.label {
	display:block;
	color:#333333 ;
	margin:5px 0;
}

input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #E0B8CF; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 950px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
	padding-bottom: 25px;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #FFFFFF url(../images/headerbg.gif) repeat-x 0% 100%;
}

#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 15px; left: 25px;
	cursor: hand;
}

#header div#icones {
	position: absolute;
	margin: 0; padding: 0;
	top: 15px; left: 605px;
	cursor: hand;
}

#header h2#slogan {
	position: absolute;	 
	top:40px; left: 105px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;		
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 25%;
	margin: 0;	padding: 0; 
	display: inline;		
	padding-bottom: 25px;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
  font-size: 10px;
	color: #333;
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

#sidebar ul.sidemenu .sousmenu{
	border-left:0px solid #CCC;
		color: #BC6296;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #BC6296;
	border-left:4px solid #E0B8CF;
	
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;	
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #BC6296; }
.gray  {	color: #BFBFBF; }

.titreChronos{
background-color:#BC729D ;
padding-left:3px ;
padding-right:3px ;
text-align: left;
color:#FFFFFF ;
font-weight: bold;
font-size:11px ;
}

/*
body {
  background: #3C7A6D;
  margin-bottom : 0;
  margin-left : 0;
  margin-right : 0;
  margin-top : 0;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  }

a:link {text-decoration: none; color: #3C7A6D;}
a:visited {text-decoration: none; color: #3C7A6D;}
a:hover {text-decoration: underline; color: #CC0000;}

  
h1      { font-size: 19px; font-weight: bold; color: #000099; }
h2      { font-size: 17px; font-weight: bold; }
h3      { font-size: 15px; font-weight: bold; }
h4      { font-size: 13px; font-weight: bold; }
h5      { font-size: 11px; font-weight: bold; }
*/
.text15      { font-size: 15px;  }
.text15b      { font-size: 15px; font-weight: bold;}

.text12      { font-size: 12px;  }
.text12b      { font-size: 12px; font-weight: bold;}

.text13      { font-size: 13px;  }
.text13b      { font-size: 13px; font-weight: bold;}

.text11      { font-size: 11px;  }
.text11b      { font-size: 11px; font-weight: bold;}

.text14      { font-size: 14px;  }
.text14b      { font-size: 14px; font-weight: bold;}

.text10      { font-size: 10px;  }
.text10b      { font-size: 10px; font-weight: bold;}

.etoile      { font-size: 11px;color: #CC0000  }

.formulaire {
color:#000000;
border: solid 1px #CCC;
background-color:#F4F4F4;
font-size:11px;
font-weight: none;
font-family: Verdana, Arial, Sans-serif;
}

.bouton {
	border: 1px solid #FEFEFE;
	background: #BC729D;
  font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}	

.bouton{
	BORDER-RIGHT:#854475 1px solid;
  BORDER-LEFT:#854475 1px solid;
  BORDER-BOTTOM: #854475 1px solid;	
  BORDER-TOP: #854475 1px solid;
  	
  PADDING-LEFT: 8px;	  
  PADDING-RIGHT: 8px;	  
  PADDING-TOP: 1px;	  
  PADDING-BOTTOM: 5px;	
  
  FONT-WEIGHT: normal;	
  FONT-SIZE: 11px;	  
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;	
  
  FILTER: filter: progid:DXImageTransform.Microsoft.Gradient (gradientType=0,startColorStr=#8F5E98,endColorStr=#8A4678);	

  COLOR: #ffffff;	

  HEIGHT: 20px;	
  BACKGROUND-COLOR: #924d85;	
  TEXT-DECORATION: none;
}

.bouton:hover {
  FILTER: filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#48B8CB0,endColorStr=#945489);	
  BACKGROUND-COLOR: #9471a3
}

.boutonSaveChronos{
	border: 1px solid #FEFEFE;
	background: #BC729D;
  font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	width: 200px;
}

TD.tetiere {
	font-family: Verdana, Arial, sans-serif;
	background: #339999;
	font-size: 13px; 
	color: #FFFFFF; 
	font-weight: bold;
	text-align: center;
	WIDTH:250px;
	FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#339999,EndColorStr=#3C7A6D);
	}

TD.titretetiere {
	font-family: Verdana, Arial, sans-serif;
	background: #339999;
	font-size: 11px; 
	font-weight: bold;
	color: #FFFFFF; 
	font-weight: bold;
	text-align: center;
	FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#3C7A6D,EndColorStr=#3C7A6D);
	}

.ImageArticle{
width: 120;
height: 120;
padding: 10px;
}

.PhotoImageArticle{
/*border: 1px #333333 solid; */
border:0px;
padding-right: 10px;
}

.ContourResume{
border: 2px #a9a9a9 dotted;
/*background-color: #d5eae5;*/
padding-right: 15px;
width: 90%;
}

.GloabalTemplate{
vertical-align: top;
}

.ListResume{

}

.LIResume{

}

.resumebox{
padding: 10px 10px 0px 20px;
}

.DivHeaderPhoto{
width: 950px;
height: 105px;
background-image: url(../images/headerphoto.jpg);
background-position: left top;
background-repeat: repeat;text-align: right;padding-top: 15px;
background-color: rgb(255,255,255);
}

.UtilisateurEnCours{
padding-right: 15px;
}

.contourPenseBete{
border:1px dotted #c0c0c0 ;
border-left: 4px solid #4284B0;
background-color:#F1DFEA; 
}

.warning{
border: 1px #BC6296 dotted;
background-color: rgb(255,255,153);
text-align: left;
color: #BC6296;
font-weight: lighter;
padding: 5px;
padding-left: 30px;
background-image: url(../images/warning.gif);
background-position: 10px center;
background-repeat: no-repeat;
}

.MenuUtilisateur{
text-align: right;
padding-right: 15px;
}

.forDateChronos{
font: normal normal normal 10px normal Arial;
color: #666666;
}

.boutonSaveChronos{
width: 100px;
}


/* Importé depuis v2 */


#Warning {
background-color: #ff0589;
color: #FFFFFF;
font-size: 9px;
vertical-align: middle;
height: 12px;
padding: 3px 3px 3px 10px;
}

.BlocDeLaNews {
padding: 0px;
border-right: 10px pink solid;
border-left: 1px pink solid;
border-bottom: 1px pink solid;
border-top: 1px solid #d9acc3;
}

.ContourImageNews {
  border: 1px pink solid
}

.TexteDeLaNews {
font-family: @Arial Unicode MS;
}

#TitreNews {
  text-decoration:none; 
  color: #845e74;
  padding-bottom: 10px;
  vertical-align: middle;
}

.messageok {
color: rgb(0,204,0);
}

.erreur {
color:#bc6296;
}

.titrecat {
	color:#bc6296;
	font-size:11px;
  background-image: url(../images/AnnuairePuce.gif);
  background-repeat:no-repeat;
  padding-left:10px;
  font-weight: bold;
}
.textsmall {
	color:#000000;
	font-size:11px;
	font-weight:mormal;
	font-style:normal;
}

.lieuevent {
	color:#000000;
	font-size:11px;
	font-weight:mormal;
	font-style:normal;
}

.medaliion {
background-color: #FCECF8;
border: 1px solid #f9c0e0;
}

#blocDesEmplois {
  background-image: url(../../images/bg-bloc-emploi.gif);
  background-repeat:repeat-x;
  background-position: left top;
  border: 1px #f280c1 dotted;
  padding:0px;
}

.TitreDesEmplois {
  font-family: tahoma;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #BC6296;
}

.ContourPhotosPartenaires {
width:100%;
float:center;
border:1px dotted #BC729D;
background-color: #FEFEFE;
}

.PaddingTdTuumbConseil
{
  border: 1px #CCCCCC dotted;
  padding-right: 10px;
}

#pagination {	
  MARGIN: 2em 0px;	
  TEXT-ALIGN: center
}
#pagination UL {	
  PADDING-RIGHT: 0px;	
  DISPLAY: inline;	
  PADDING-LEFT: 0px;	
  PADDING-BOTTOM: 0px;	
  MARGIN: 0px 0px 0px 0.5em;	
  LINE-HEIGHT: 2em;	
  PADDING-TOP: 0px;	
  LIST-STYLE-TYPE: none
} 
/* A {	COLOR: #11d;	TEXT-DECORATION: underline} */
#pagination A {	
  BORDER-RIGHT: #BC6296 1px solid;	
  PADDING-RIGHT: 0.3em;	
  BORDER-TOP: #BC6296 1px solid;	
  PADDING-LEFT: 0.3em;	
  PADDING-BOTTOM: 0.1em;	
  BORDER-LEFT: #BC6296 1px solid;	
  COLOR: #BC6296;	
  PADDING-TOP: 0.1em;	
  BORDER-BOTTOM: #BC6296 1px solid;	
  TEXT-DECORATION: none
}

#pagination A:hover {	
  BORDER-RIGHT: #BC6296 1px solid;	
  PADDING-RIGHT: 0.3em;	
  BORDER-TOP: #BC6296 1px solid;	
  PADDING-LEFT: 0.3em;	
  PADDING-BOTTOM: 0.1em;	
  BORDER-LEFT: #BC6296 1px solid;	
  COLOR: #BC6296;	
  PADDING-TOP: 0.1em;	
  BORDER-BOTTOM: #BC6296 1px solid;	
  TEXT-DECORATION: none
  background-color:#6297BC ;
}

#pagination LI.current SPAN {	
  BORDER-RIGHT: #32528c 1px solid;	
  PADDING-RIGHT: 0.3em;	
  BORDER-TOP: #32528c 1px solid;	
  PADDING-LEFT: 0.3em;	
  PADDING-BOTTOM: 0.1em;	
  BORDER-LEFT: #32528c 1px solid;	
  COLOR: #fff;	
  PADDING-TOP: 0.1em;	
  BORDER-BOTTOM: #32528c 1px solid;	
  BACKGROUND-COLOR: #32528c
}

/* Le contour les tumbs images dans l'index */

div.thumb {
	margin: 3px;
	border: 1px solid #e8cedc;
	height: auto;
	float: left;
	text-align: center;
  background : #F7F7F7;
  /*
  background-image: url(../images/bg-bloc-robes.gif);
  background-position: left top;
  background-repeat: repeat-x;*/
}	
.thumb img{
	display: inline;
	margin: 3px;
	border: 1px solid #CCCCCC;
  background : #F7F7F7;
}
.thumb a:hover img {border: 1px solid #c26c97;}
.photocattitle {text-align: center; font-weight: bold;} 
.phototitle {
	text-align: center;
  font-weight: normal;
  width: 12px;
  margin: 0 1px 1px 1px;
  background : #F7F7F7;
}

.filtreContours{
  filter: Alpha(Opacity=50, FinishOpacity=10, Style=0, StartX=20, StartY=40, FinishX=0, FinishY=0);
}

.filtreContoursInscription{
  filter: Alpha(Opacity=50, FinishOpacity=10, Style=0, StartX=20, StartY=40, FinishX=0, FinishY=0);
}

.OverDivNocesPlurielles { 
position: absolute; 
left: 0px; 
top: 0px; 
background-color: #FFFFFF; 
 filter: Alpha(Opacity=80, FinishOpacity=10, Style=0, StartX=20, StartY=40, FinishX=0, FinishY=0);
width: 180px; 
padding: 10px;
color: #000000; 
border: #BC729D 1px solid; 
display: none;
text-align:left ;
}

.AffBulleTD{
padding: 3px;
}
.BtnChronos{
border: 1px transparent solid;
background-color: transparent;

}


/* Début date Picker */
/* the div that holds the date picker calendar */
.dpDiv {
  width: 250px;
} /* the table (within the div) that holds the date picker calendar */
.dpTable { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; color: #505050; background-color: #ece9d8; border: 1px solid #BC6296; } 
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR { } /* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR { } /* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR { } /* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR { } /* a table cell that holds a date number (either blank or 1-31) */
.dpTD { border: 1px solid #ece9d8; } /* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD { background-color: #CCCCCC; border: 1px solid #AAAAAA; } 
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover { background-color: #aca998; border: 1px solid #888888; cursor: pointer; color: red; }
/* the table cell that holds the name of the month and the year */
.dpTitleTD { } /* a table cell that holds one of the forward/backward buttons */
.dpButtonTD { } /* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD { } /* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD { background-color: #FFFFFF; border: 1px solid #BC6296; color: #BC6296; width:17px; font-size: 11px; } 
/* additional style information for the text that indicates the month and year */
.dpTitleText { font-size: 11px; color: gray; font-weight: bold; }
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight { color: 4060ff; font-weight: bold; } 
/* the forward/backward buttons at the top */
.dpButton { 
  font-family: Verdana; 
  font-size: 10px; 
  color: gray; 
  background: transparent; 
  font-weight: bold; 
  padding: 0px; 
  border: 0px transparent solid;
} 
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton { 
  font-family: Tahoma; 
  font-size: 10px; 
  color: gray; 
  background: transparent; 
  font-weight: bold; 
  border: 0px transparent solid;
}

.BoutonGauche{
  background-image: url(../images/cal-gauche.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.BoutonDroit{
  background-image: url(../images/cal-droit.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.textBouton{
  text-align: center;
  color: #BC6296;
  font-weight: bold;
  font-size: 10px;
}
/* Fin date Picker */

/* AJAX */
#errorDiv {
  border: 2px solid red;
  margin:20px 0;
}

#errorDiv ul {
  list-style: none;
  margin: 10px 5px;
  padding: 0;
}

#errorDiv ul li {
	color: red;
	font-weight: bold;
}
/* AJAX */

.AFNICTexte{
  font-family: Arial; 
  text-align:justify;
  font-size: 9px;
}
#ins {
  MARGIN-TOP: 10px;	
  FONT-SIZE: 9px;	
  COLOR: #ccc;
}
.frer{
font-weight: bold;
font-size: 13px;
CLEAR: both; BORDER-RIGHT: #6c465d 1px dotted; PADDING-RIGHT: 10px; BORDER-TOP: #6c465d 1px dotted; PADDING-LEFT: 10px; PADDING-BOTTOM: 20px; BORDER-LEFT: #6c465d 1px dotted; PADDING-TOP: 10px; BORDER-BOTTOM: #6c465d 1px dotted
position: relative;
}

#boxenews {	BACKGROUND: url(degraderose.gif) no-repeat;	PADDING-BOTTOM: 15px;	HEIGHT: 160px} 
#boxegauche {	FLOAT: left;	MARGIN-LEFT: auto;	WIDTH: 300px;	MARGIN-RIGHT: 10px;	POSITION: relative;	BACKGROUND-COLOR: transparent} 
#pubboxe {	FLOAT: left;	MARGIN-BOTTOM: 10px;	MARGIN-LEFT: auto;	WIDTH: 570px;	MARGIN-RIGHT: auto;	POSITION: relative;	BACKGROUND-COLOR: transparent} 
#indexboxes {	FLOAT: left;	MARGIN-LEFT: auto;	WIDTH: 570px;	MARGIN-RIGHT: auto;	BACKGROUND-COLOR: transparent} 
#conteneur {	FLOAT: left;	MARGIN-LEFT: auto;	WIDTH: 756px;	MARGIN-RIGHT: auto;	BACKGROUND-COLOR: #ffffff}
#conteneurcorps {	FLOAT: left;	WIDTH: 575px;	BACKGROUND-COLOR: transparent} 
.contour {	BORDER-RIGHT: #bc528e 1px solid;	PADDING-RIGHT: 0px;	BORDER-TOP: #bc528e 1px solid;	DISPLAY: block;	PADDING-LEFT: 0px;	PADDING-BOTTOM: 0px;	MARGIN: 0px;	BORDER-LEFT: #bc528e 1px solid;	PADDING-TOP: 0px;	BORDER-BOTTOM: #bc528e 1px solid}

.contourDotted{
  border: 1px #D6B8C7 dotted;
  padding: 3px ;
  /*height:175px;*/
  background-image: url(../images/degraderose.gif);
  background-repeat: repeat-x;
  background-color: #FFFFFF;

}

.contourDottedRobe{
  border: 1px #D6B8C7 solid;
  padding: 3px ;
  /*height:175px;
background-color: #f2f2f2;*/

}

.textFocus{
font-stretch: ultra-condensed;
font-family: tahoma;
font-size: 10px;
color: #333;
}

/* Collapsible panle Scriptaculos */
#menu {
  width: 195px;
  border: 0px #000 solid;
}
.menu_header {
  background-color: #FFFFFF;
  color: #FFFFFF;
  padding: 5px; 
  font-size: 12px;
}
.menu_block {
  background-color: #f2f2f2;
  color: #333;
  overflow:hidden;
  padding: 5px;
  border: 1px solid #BC729D;
}
.menu_block div {
}
.close_block {
  position: relative;
  width: 100%;
  bottom: 0px;
  height: 15px;
  text-align: center;
  display: block;
}

.toto{
vertical-align: middle;
}

.titreRobe{
font-family: tahoma;
font-size: 13px;
color: #FFFFFF;

}

.ItemNonCocher{
color:#4284B0;
text-decoration: none;
}

.ItemCocher{
color:#666666;
text-decoration:line-through ;
}

/* tooltip styles */


div#tooltip {
   position:absolute;
   visibility:hidden;
   z-index:100;
   background-color:#FFEEC7;
   border:1px solid black;
   padding:0.2em;
   font-size:0.8em;
}

.BlocDeLaNews {

padding: 5px 5px 5px 5px;
border-right: 10px pink solid;
border-left: 1px pink solid;
border-bottom: 1px pink solid;
border-top: 1px solid #d9acc3;
}

.ContourImageNews {
  
  border: 1px pink solid

}

.TexteDeLaNews {
font-family: @Arial Unicode MS;
}

#TitreNews {
  text-decoration:none; 
  color: #845e74;
  padding-bottom: 10px;
  vertical-align: middle;
}

/* Autocompletion Ajajx Updater */
.UlParteanire
{
  padding: 3px; 
  width: 250px; 
  border: solid 1px #CCC;
  font-size: 10px;
  list-style-type: none; 
  font-size: 10px;  
  margin: 0 0 0 0;
  background-color:#ffff6b;
}

.liPartenaire
{ 
  margin: 0 0 5px 0; 
  cursor: default; 
  color: red;
  background-color: #ffff6b;
}
.liPartenaire:hover 
{ 
  background-color: #FFFFFF;
}

.PuceRaquoVoyage{
font-size:10px;
color:#6297bc;
}

.TitreBloks{
	color: #BC729D;
	font-weight: bold;
}

.PrixVoyage{
	font-size: 20px;
}

.PrixArticle{
color: #7C3767;
font-size: 16px;;
font-weight: bold;
font-stretch: condensed;
}

.raquoboutique{
color: #7C3767;
font-size: 14px;;
font-weight: bold;
}


#error {
	BORDER-RIGHT: #dd3c10 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #dd3c10 1px solid;
	PADDING-LEFT: 10px;
	BACKGROUND: #ffebe8;
	PADDING-BOTTOM: 10px;
	MARGIN: 0px 10px 10px;
	BORDER-LEFT: #dd3c10 1px solid;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #dd3c10 1px solid
}

#error P {
	FONT-WEIGHT: normal;
	MARGIN: 4px 0px 0px;
	LINE-HEIGHT: 14px
}

#error A {
	COLOR: #dd3c10;
	TEXT-DECORATION: none
}

.CssBgTableVioletLightTopLeft
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px; 
	color:#FFFFFF;
	vertical-align:top;
	background-color:#BC729D;
	text-align :left;
	height:15px;
	padding:2px 2px 2px 5px;
}

.CssBgTableGrisTopLeft
{
	font-family:Tahoma; 
	font-weight:normal;
	font-size:11px; 
	color:#000000;
	vertical-align:top;
	background-color:#e4e4e4;
	text-align :left;
}


.CssBgTableGrisTopRight
{
	font-family:Tahoma; 
	font-weight:normal;
	font-size:11px; 
	color:#000000;
	vertical-align:top;
	background-color:#e4e4e4;
	text-align :right;
}

.CssBgTableGrisTopCenter
{
	font-family:Tahoma; 
	font-weight:normal;
	font-size:11px; 
	color:#000000;
	vertical-align:top;
	background-color:#e4e4e4;
	text-align :center;
}

.CssBgTableGrisFonceTopLeft
{
	font-family:Tahoma; 
	font-weight:normal;
	font-size:11px; 
	color:#000000;
	vertical-align:top;
	background-color:#cccccc;
	text-align :left;
}
.CssBgTableGrisFonceTopLeftBold
{
	font-family:Tahoma; 
	font-weight:bold;
	font-size:11px; 
	color:#000000;
	vertical-align:top;
	background-color:#cccccc;
	text-align :left;
}

.CssBgTableGrisFonceTopRight
{
	font-family:Tahoma; 
	font-weight:normal;
	font-size:11px; 
	color:#000000;
	vertical-align:top;
	background-color:#cccccc;
	text-align :right;
}

.CssBgTableGrisFonceTopCenter
{
	font-family:Tahoma; 
	font-weight:normal;
	font-size:11px; 
	color:#000000;
	vertical-align:top;
	background-color:#cccccc;
	text-align :center;
}

.liensFooter{color:#a2b4bd}
.liensFooter:link{color:#a2b4bd}
.liensFooter:visited{color:#a2b4bd}
.liensFooter:hover{color:#9cb5c3}
.textBleu{color:#a2b4bd}

.TexteGris{
color: #808080;
}

#footer .footer-black{
  background-color: #000000;
  padding:0px;
}

.footer-black-left
{
  height: 10px;
  background-image: url(../images/coin-left.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.footer-black-right
{
  height: 10px;
  background-image: url(../images/coin-right.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}

#footer-container
{
  padding:10px;
}

.textBlack{
  color:#000000;
}

.center {
  text-align: center;
}

.middle{
  vertical-align: middle;
}

.num-pager-bottom {
  color:#696969;
  font-weight: 8px;
}

.entete-site-keywords {
  color:#f5f5f5;
  font-size: 6px;
}

/* Slideshow de l'index javascript */
#gallery {
	position:relative;
	height:250px
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500
}

#gallery .caption {
  font-size: 12px;
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:100px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#gallery .caption .content {
	margin:5px
}

#gallery .caption .content h3 {
  font-family:arial;
  font-size: 16px;
	margin:0;
	padding:10px;
	color:#1DCCEF;
}

#gallery .caption .content div {
	padding-left:10px;
	padding-right:10px;
}

#fblike {
  position:absolute;
  left : 330px;
}
/* FIN Slideshow de l'index javascript */