/* template de Style */
/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha { float:left;margin-top:20px;width:224px;}
.QapTcha .clr{ clear:both; }
.QapTcha .bgSlider { width:202px;height:22px;float:left;background:url('/plugin/captcha/template/images/fondcaptcha.png') no-repeat; }
.QapTcha .Slider { width:47px;height:22px;background:url('/plugin/captcha/template/images/btncaptcha.png') no-repeat;cursor:e-resize;position:relative;top:0;left:0; }
.QapTcha .TxtStatus { width:282px;padding:3px;margin-top:7px;text-align:left;color:#787878;font-family:Verdana;font-size:10px;clear:both; }
.QapTcha .dropSuccess {  background:transparent;color:#4e8b37; }
.QapTcha .dropError { color:#787878; }
.QapTcha .Lock { float:left;margin-left:5px;margin-top:2px;background:url('/plugin/captcha/template/images/verrouillage.png') no-repeat top left;width:15px;height:17px; }
.QapTcha .unLock { float:left;margin-left:5px;margin-top:2px;background:url('/plugin/captcha/template/images/verrouillage.png') no-repeat top right;width:16px;height:17px; }
.QapTcha .divError { background:red;color:#FFFFFF;width:230px; }
.infosEtapes
{
	background:#333333;
	width:263px;
	height:123px;
	padding:15px 13px 15px 13px;
	margin-top:30px;
}

.infosEtapes td
{
	color:#FFFFFF;
	font-size:13px;
	font-family: aftaserifregular;
	padding-top:9px;
	vertical-align:top;
}

.infosEtapes .infos
{
	text-align:right;
	vertical-align:top;
}


#galleryimageListCtn .listElement
{
	width:auto;
	height:auto;
	padding:5px;
	margin:0px 10px 10px 0px;
	border:0px;
	background:grey;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#galleryimageListCtn .listElement .img
{
	width:155px;
	height:116px;
	border:1px solid #ffffff;
	background:#ffffff;
}

#galleryimageListCtn .listElement .admin
{
	display:block;
	margin:7px 0px 2px 0px;
}

#galleryimageListCtn .listElement .admin > a
{
	color:#ffffff;
	text-decoration:none;	
}

.galleryimageInner
{
	position:relative;
	display:block;
	max-width:100%;
	margin-bottom:20px;
}
#googlemapListCtn .listElement
{
	width:340px;
	border:0px;
}

#googlemapListCtn .listElement > a
{
	position:relative;
	display:block;
	min-height:25px;
	text-decoration:none;
}

#googlemapListCtn .listElement .txt
{
	padding:0px 0px 0px 30px;
}

#googlemapListCtn .listElement .icone
{
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:22px;
	height:20px;
}


.piCategory
{
	padding-top:20px;
	font-style:italic;	
}

div#infoWindowPI
{
	width:278px;
	height:312px;
	padding-top:3px;
	background:url('/plugin/googlemap/template/images/overlay2.png') no-repeat;
	behavior: url('/template/image/iepngfix.htc');
	text-align:left;
}

div#infoWindowPI div#closePI
{
	float:left;
	margin-top:5px;
	height:50px;
	width:23px;
	margin-left:5px;
	background:url('/plugin/googlemap/template/images/close.png') top center no-repeat;
	behavior: url('/template/image/iepngfix.htc');
	cursor:pointer;
}

div#infoWindowPI div#titlePI
{
	float:left;
	font-family:Arial;
	font-weight:Bold;
	font-size:13px;
	color:#52ABE0;
	text-transform:uppercase;
	padding:5px 15px 0px 25px;
	height:50px;
	width:190px;
}

div#infoWindowPI .divTitreAdresse,
div#infoWindowPI .divTitre,
div#infoWindowPI .divText
{
	float:left;
	font-family:Arial;
	font-size:13px;
	color:#8C8C8C;
	width:120px;
}

div#infoWindowPI .divTitre,
div#infoWindowPI .divTitreAdresse
{
	font-weight:bold;
	width:80px;
}

div#infoWindowPI .divText
{
	width:120px;
}

div#infoWindowPI #divPapillon
{
	position:absolute;
	background:url('/template/image/petitPapillon.png') no-repeat;
	behavior: url('/template/image/iepngfix.htc');
	width:55px;
	height:54px;
	bottom:175px;
	right:20px;
}

div#maplegendpng, div#maplegendtxt,
div#maplegendpng2, div#maplegendtxt2
{
	float:left;
	padding-top:15px;
}

div#maplegendpng, div#maplegendpng2
{
	float:left;
	padding-left:20px;
}
div#maplegendtxt, div#maplegendtxt2
{
	padding-left:40px;
}


/* Style pour plugin langsite */
.langsite, .langsite:hover
{
   color: #000000;
   text-decoration: none;
	font-family:opensansregular;
	font-size:13px;
}

.langsiteActiv, .langsiteActiv:hover
{
   color: #000000;
   text-decoration: none;
	font-family:opensansbold;
	font-size:13px;
}

/**************************************************/
/*Style pour le menu simple horizontal et vertical*/
/**************************************************/
/*REMARQUE: la notion ">" est indiquée dans les styles pour que les menu d'admin ne prenne pas le style des ul/li qui les contiennent */

#menuMain ul
{
	margin:0px;
	padding:0px;
	display:none;
	font-family:opensanslight;
	font-size:27px;
	color:#ffffff;
	z-index:100;/*utilisé pour que le menu passe sur les zones d'admin*/
	position:relative;
}

#menuMain ul.menu0
{
	display:block;
	height:27px;
	line-height:24px;
}

#menuMain li
{
	list-style-type: none;
	padding-bottom:0px; /*compense le li de base*/
}

/*permet de définir tous les a même s'ils ne sont pas mentionnés*/
#menuMain ul li > a
{
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	outline:none;
	
}

#menuMain li.menu0
{
	display:block;
	float:left;
	border-right:1px solid #cbcfd3;
	padding-left:20px;
	padding-right:20px;
	height:27px;
}

#menuMain a.menu0
{
	
}

/*1er niveau: Effet rollover et actif des liens*/
#menuMain a.menu0.menuselected
{
	color:#cccc33;
	font-family:opensansbold;
}

#menuMain a.menu0.menuHover
{
	color:#cccc33;
}


/*2ème niveau: Couleur des ul*/
#menuMain li.menu0 ul
{
	
	margin-top:8px;
	padding:10px; 
	background: #cccc33;	
	position:absolute;
}

#menuMain li.menu1 ul
{
	border:1px solid #696969;
}

/*2ème niveau: style des li*/
#menuMain li.menu1
{
	display:block;
	float:left;
	width:200px;/*obligatoire si on veut que tout le li soit cliquable*/

}

/*2ème niveau : Style des liens "off" */
#menuMain li.menu0 ul li > a
{
	color:#000000;
	display:block;/*Permet que le lien fasse toute la largeur du li*/
	font-size:15px;
	text-transform:none;
}

/*2ème niveau: Style des liens "on" */
#menuMain ul.menu1 li > a.menuHover, #menuMain ul.menu1 li > a.menuselected
{
	color:#ffffff;
	text-decoration:none;
	display:block;/*Permet que le lien fasse toute la largeur du li*/
}


/**************************/
/*Style pour menu du fond*/
/*************************/
#menufondMain ul
{
	margin:0px;
	padding:0px;
	display:none;
	font-family:opensansbold;
	font-size:18px;
	color:#ffffff;
	text-align:left;
}

#menufondMain li.menu0 > ul
{
	position:absolute;
	z-index:100;/*utilisé pour que le menu passe sur les zones d'admin*/	
}

#menufondMain ul.menu0
{
	background-color:#FFFFFF; 
}

#menufondMain li
{
	list-style-type: none;
	padding-bottom:0px; /*compense le li de base*/
	font-family:opensansbold;
	font-size:18px;
	color:#ffffff;
	white-space: nowrap;
}

/*permet de définir tous les a même s'ils ne sont pas mentionnés*/
#menufondMain ul li > a
{
	color:#ffffff;
	text-decoration:none;
	outline:none;
	font-family:opensansbold;
	font-size:18px;
}

#menufondMain ul.menu0 
{
	display:block;
}

#menufondMain li.menu0
{
	display:block;
	float:left;
	padding-left:13px;
	padding-right:13px;
	border-right:2px solid #ffffff;
	line-height:15px;

}

#menufondMain a.menu0
{
	padding-bottom:7px;
}

/*1er niveau: Effet rollover et actif des liens*/
#menufondMain a.menu0.menuHover, #menufondMain a.menu0.menuselected
{
	
}


/*2ème niveau: Couleur des ul*/
#menufondMain li.menu0 ul
{
	background: #4a4a49;	
}

/*2ème niveau: style des li*/
#menufondMain li.menu1, #menufondMain li.menu2
{
	display:block;
	float:left;
		padding:5px; 
	--width:140px;/*obligatoire si on veut que tout le li soit cliquable*/
	
}

/*2ème niveau : Style des liens "off" */
#menufondMain li.menu0 ul li > a
{
	display:block;/*Permet que le lien fasse toute la largeur du li*/
	font-family:opensansregular;
	font-size:16px;
}

/*2ème niveau: Style des liens "on" */
#menufondMain ul.menu1 li > a.menuHover, #menufondMain ul.menu1 li > a.menuselected, #menufondMain ul.menu2 li > a.menuHover, #menufondMain ul.menu2 li > a.menuselected
{
	color:#FFFFFF;
	text-decoration:none;
	display:block;/*Permet que le lien fasse toute la largeur du li*/
	color:#cccc33;
}

/*********************************************************************************************************************/

/**************************************************/
/*Style pour le menu d'admin*/
/**************************************************/
div.styleMenuAdmin 
{
	display:none; 
	position:absolute;
	padding: 0px;
	background-color:#f5f5f5;
	border:1px solid #999999;
	z-index:200;
	font-size:11px;
	line-height:12px;
}

div.styleMenuAdmin div
{
	padding:2px 5px 2px 5px;
}

div.styleMenuAdmin div:hover
{
	background-color:#dddddd;
}

div.styleMenuAdmin a
{
	font-family:Arial;
	font-size:11px;
	line-height:0px;
	color:black;
	text-decoration:none;
	text-transform:none;
	white-space:nowrap;
	
}

.myArrowAdmin
{
	cursor:pointer;

}

.styleDivArrowAdmin
{
	float:left;
	padding-right:5px;
	padding-top:0px;
}

/*Classe pour cacher un niveau de menu, Ex. pour menu 2 niveaux déroulant on cache les ul.menu0*/
.hideLevel
{
	padding:0px;
	margin:0px;
	width:0px;
	height:0px;
}


#myaccountCtn
{
	margin-top:20px;
}

#myaccountCtn h5
{
	margin:0px;
	padding:5px;
	padding-left:10px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	background:#CCC333;
	text-transform:uppercase;
}

#myaccountCtn .infos
{
	padding:10px 10px 0px 10px;
	background:#d7d7d7;
	border:1px solid #000000;
}

#myaccountCtn .infos .myAccountPart
{
	margin-bottom:7px;
}

#myaccountCtn .infos .myAccountPart.first .title
{
	font-weight:normal;
}

#myaccountCtn .infos .title
{
	font-family:opensansbold;
}

#myaccountCtn .infos a
{
	text-decoration:none;	
	font-size:13px;
	color:#000000;
}

/*style pour la fenêtre de login aux couleur de Conchita Plus*/
.btnConchita
{
	height:20px;
	color:#656578;
	background-color:#DDDC22;
	font-family:Trebuchet MS;
	font-size:12px;
}

.tdLogin
{
	padding:5px 10px 5px 10px;
	vertical-align:top;
	padding-left:18px;
}

.txtPopupLoginConchita
{
	color:#004C98;
	font-family:Trebuchet MS;
	font-size:12px;
}
/* theme de page header */
@font-face {
    font-family: 'opensansbold';
    src: url('/fonts/opensans-bold.eot');
    src: url('/fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-bold.woff') format('woff'),
         url('/fonts/opensans-bold.ttf') format('truetype'),
         url('/fonts/opensans-bold.svg#opensansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensansregular';
    src: url('/fonts/opensans-regular.eot');
    src: url('/fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-regular.woff') format('woff'),
         url('/fonts/opensans-regular.ttf') format('truetype'),
         url('/fonts/opensans-regular.svg#opensansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensanslight';
    src: url('/fonts/opensans-light.eot');
    src: url('/fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-light.woff') format('woff'),
         url('/fonts/opensans-light.ttf') format('truetype'),
         url('/fonts/opensans-light.svg#opensanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aftaserifregular';
    src: url('/fonts/aftaserifthin-regular.eot');
    src: url('/fonts/aftaserifthin-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/aftaserifthin-regular.woff') format('woff'),
         url('/fonts/aftaserifthin-regular.ttf') format('truetype'),
         url('/fonts/aftaserifthin-regular.svg#aftaserifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
	margin:0px;
	padding:0px;
	font-family: aftaserifregular;
    font-size: 13px;
    color:#000000;
}

.bgEditor
{
    background-color: #FFFFFF;
}

.myBody
 {
	
 }

#bandeVerteSommet
{
	width:100%;
	height:74px;
	background:#cccc33;
	position:absolute;
	z-index:0;
	left:0px;
}

.home #mainContainer
{
	width:1081px;
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
	position:relative;
	background:none;
}

#mainContainer
{
	background:url(/template/image/ombreMenu.png) no-repeat center 194px;
	width:1081px;
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
	position:relative;
}


#zoneBandeau
{
	padding-left:40px;
	padding-right:40px;	
}

#zoneLangues
{
	float:right;
	padding-top:4px;
	padding-right:20px;
	height:18px;
}

#zoneTxtLogo
{
	float:left;
	padding-top:26px;
	padding-left:20px;	
}

#zoneLogo
{
	float:left;
	padding-top:9px;
	padding-left:12px;
}

.home #zoneMenu
{
	padding-top:262px!important;
	padding-left:20px!important;
	float:left;
}

.home #zoneMenuForIE
{
	padding-top:268px!important;
	padding-left:20px!important;
	float:left;
}

#zoneMenu, #zoneMenuForIE
{
	padding-top:95px;
	padding-left:20px;
	float:left;
	width:795px;
}

.home #zonePanneau
{
	float:right;
	padding-top:172px;
}

#zonePanneau
{
	float:right;
	padding-top:2px;
	width:176px;
}

.home .zoneOmbres img
{
	display:none;
}

.home .zoneOmbresForIE img
{
	display:none;
}

.zoneOmbres
{
	width:40px!important;
	float:left!important;
	padding-top:170px;
}

.zoneOmbresForIE
{
	width:40px!important;
	float:left!important;
	padding-top:173px;
}

.home #zoneAccroches
{
	display:block;
	margin-top:60px;
	margin-bottom:30px;
}

#zoneAccroches a
{
	display:block;
	padding-top:180px;
	text-decoration:none;
	font-family:opensansbold;
	font-size:19px;
	color:#4a4a49;
	text-align:center;
}

#zoneAccroches a:hover
{
	color:#000000;
}

#accroche1
{
	float:left;
	/*background:url(/template/image/accroche1.jpg) no-repeat;*/
	background:url(/template/image/accroche3.jpg) no-repeat;
	width:295px;
	height:219px;
}

#accroche2
{
	float:left;
	padding-right:35px;
	background:url(/template/image/accroche2.jpg) no-repeat;
	width:295px;
	height:219px;
}

#accroche3
{
	float:left;
	/*background:url(/template/image/accroche3.jpg) no-repeat;*/
	background:url(/template/image/accroche1.jpg) no-repeat;
	width:295px;
	height:219px;
	padding-right:35px;
}

#zoneAccroches
{
	display:none;
}

#zoneContent
{
	width:956px;
	background:#FFFFFF;
	float:left;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:55px;
	min-height:150px;
}

.home #zoneYouAreHere
{
	display:none;
}

#zoneYouAreHere
{
	padding-top:15px;
	padding-bottom:12px;
}

#zoneFooter
{
	background:url(/template/image/bgFond.jpg);
}

#footerContainer
{
	width:1081px;
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
	height:54px;
	padding-top:16px;

	
}

#zoneMenuFond
{
	position:relative;
}

#divPowered
{
	text-align:center;
	padding-top:5px;
}

.txtPowered
{
	color:#FFFFFF;
	font-size:13px;
	font-family:aftaserifregular;
	text-decoration:none;
}

.tabLight
{
	border-collapse:collapse;
	padding:0px;
	margin:0px;	
}

.divwrapper
{
	clear:both;
}
.lastcol
{
	margin-right:0px!important;
}
.htmlcontent
{
	overflow:hidden;
	padding-top:10px;
}

.home H1
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 19px;
	font-family:opensansbold;
	color:#000000;
	margin-bottom:10px;
}

H1
{
	 padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 19px;
	font-family:opensansbold;
	color:#000000;
	margin-bottom:0px;
}

H2
{
    padding-top: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 19px;
	font-family:opensansbold;
	color:#cccc33;
	margin-bottom:0px;
}

H3
{
 padding-top: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 15px;
	font-family:opensansregular;
	color:#000000;
	margin-bottom:0px;
}

H4
{
    padding-top: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 15px;
	font-family:opensanslight;
	color:#000000;
	margin-bottom:0px
}

.home .pageresume
{
	font-weight:normal;
   	padding-bottom:20px;
		font-family: aftaserifregular;
    font-size: 13px;
    color:#000000;
}

.pageresume
{
	font-weight:normal;
   	padding-bottom:20px;
	color:#000000;
	font-family:opensansbold;
	font-size:13px;
}

.accrocheImg
{
	float:left;
	padding:5px 20px 5px 0px;
}

A
{
    text-decoration: none;
	color:#9b9b9b;
}

A:hover
{
	color:#cccc33;
}

P
{
    margin-top: 7px;
    margin-bottom: 7px;
}

UL
{
	padding: 0px 0px 7px 13px;
	margin:0px 0px 0px 3px;
}

table
{
	margin:0px;
	padding:0px;
	font-family: aftaserifregular;
    font-size: 13px;
    color:#000000;
}

table P
{
	margin:0px;
	padding:0px;
}

table th
{
	text-align:left;
}

.desactivatepage /*Pour l'affichage du text "désactivé " dans les listes et les titres des pages */
{
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	color:red;
}

/*Style pour les listes en div */
.listCtn
{
	position:relative;
	margin-top:15px;
}

.listElement
{
	position:relative;
	display:block;
	float:left;
	width:295px;
	height:61px;
	background:url(/template/image/fondListe.jpg) no-repeat;
	margin-right:35px;
	margin-bottom:23px;
}

.listElement .img
{
	position:relative;
	display:block;
	width:92px;
	height:54px;
	overflow:hidden;
	float:left;
	margin-left:3px;
}

.listElement .txt
{
	position:relative;
	display:block;
	padding:0px 0px 0px 12px;
	float:left;
	width:188px;
			
}

.listElement h5
{
	margin:4px 0px 0px 0px;
	font-weight:normal;
	font-family:opensansbold;
	font-size:19px;
	color:#4a4a49;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	
}
.listElement .resume
{
	color:#4a4a49;
	font-size:13px;
	font-family:aftaserifregular;
overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/*-- MANDATORY FIELD --*/
.mandatory, .mandatoryCustom /*Style des champs obligatoires. Defini 2 styles, cf mandatory.js */
{
  background-color: #d7d5d5;
}

.mandatoryFailed, .mandatoryCustomFailed /*Style des champs obligatoires lorsqu'un submit à echoué*/
{
  background-color: #FFE3E8;
  border:1px dotted red;
}

.error /*Pour l'affichage des messages erreurs */
{
	color: red;
}

.helpMsg
{
	color:green;
}

/*-- END MANDATORY FIELD --*/

/*-- FIELDSET --*/

legend
{
	font-family: arial;
    font-size: 11px;
    color:black;
}

fieldset
{
	border: 1px solid  #888888;
	margin:6px;
	background-color:#fdfdfd;
}

fieldset table, fieldset div /*margin pour les element dans le fieldset*/
{
	margin: 5px;
}

fieldset table table, fieldset div div, fieldset table div, fieldset div table /*Annule le margin pour les sous-element du fieldset*/
{
	margin: 0px;
}

/*-- FIELDSET --*/

.ondrag /*Class pour le drag and drop*/
{
	background-color: #eeeeee;
}


.tdAdmin
{
	width:90px;
	vertical-align:top;
	padding:5px;
}

.tdListAdmin
{
	padding-top:2px;
	padding-bottom:2px;
}

.iconArrowAdmin
{
	cursor:pointer;
	padding-top:3px;
}

.tableListAdmin
{
	margin:10px;
}

.contentAdmin
{
	margin:10px;
}

input, textarea
{
    border:   1px solid #bbb7b7;
    padding-left:5px;
    background-color:#eeeeee ;
 }
 

form
{
	margin:0px;
	padding:0px;
}

select
{
	border:0px;
    background-color:#eeeeee ;
}

input[type=checkbox], input[type=radio]
{ 
  border: none; 
  background-color:transparent;
}

.admin_scroll
{
    overflow-y: auto;
    float: left;
    width: 300px;
    position: relative;
    height: 250px;
    background: transparent;
}

.popupBloc
{
	background-image: url('/template/image/admin/bgadmin.gif'); 
	border: #101010 1px solid;
	padding:10px;
	font-family: arial;
    font-size: 11px;
    color:black;
}

.popupTitle
{
	padding-left:10px;
	background-image: url('/template/image/admin/titlebar.gif'); 
	font-family: Arial;
    font-size: 11px;
    color:black;
}

.popupTd
{
	/* T R B L   */ 
	padding:5px 10px 5px 10px;
	vertical-align:top;
}

.opaque50 
{ 
   opacity: .5; 
   filter: alpha(opacity=50); 
   -moz-opacity: .5; 
   background-color:#000020;
} 

.FlecheMove
{
	vertical-align:top;
	padding-top:5px;
}

/*Style pour la navigation*/
.navigation
{
	margin-bottom : 5px;
	margin-top : 10px;
}

.navigation a
{
	font-size:9px;
	text-decoration:none;
}

.navigation a:hover
{
	font-size:9px;
	text-decoration:underline;
}

.navigation select
{
	font-size:9px;
}

.navigation td
{
	width:60px;
	text-align:center;
}

/*Style pour le jqDdD*/
.drag
{
	opacity:0.5;
	cursor:move;
}
 .drop
{
	cursor:move;
	outline: 1px dashed black;
}
 .drag a, .drop a
{
	cursor:move;
}
.ressourceDIV
{
	margin:15px 5px 5px 5px;
}
.ressourceTable
{
	width:100%;
	border-collapse:collapse;
	border-right:solid 1px #EEEEEE;	
	border-left:solid 1px #EEEEEE;
}

.ressourceTD
{
	border-top:solid 1px #EEEEEE;	
	border-bottom:solid 1px #EEEEEE;
	padding:3px;
}

.ressourceBtnSearch
{
	height:20px;	
}




/*Style pour le lien sur le plan du site*/
.sitemap
{
	color:#5E0404;
	text-decoration:none;
}

/* Style pour le plan du site */
.sm0
{
    FONT-SIZE: 13px;
    COLOR: #000000;
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    MARGIN-LEFT: 0px;

}

.sm1
{
    FONT-SIZE: 13px;
    COLOR: #000000;
    MARGIN-BOTTOM: -2px;
    MARGIN-TOP: -2px;
    MARGIN-LEFT: 20px;

}

.sm2
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    MARGIN-BOTTOM: -4px;
    MARGIN-TOP: -4px;
    MARGIN-LEFT: 40px;

}

.sm3
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    MARGIN-BOTTOM: -4px;
    MARGIN-TOP: -4px;
    MARGIN-LEFT: 60px;
}
/*Style pour la recherche des personnes*/
.tableauUser
{
border-collapse:collapse;
padding:4px;
}

.tableauUser td
{
border:1px solid #CDCDCD;
}

.enteteUser
{
font-weight:bold;
}
#weblinksListCtn .listElement
{
	width:340px;
	border:0px;
	min-height:60px;
}

#weblinksListCtn .listElement .txt
{
	padding:0px 0px 0px 100px;
}

#weblinksListCtn .listElement .img
{
	position:absolute;
	top:0px;
	left:0px;
	width:80px;
	height:60px;
	margin:0px;
}
#youarehereHeader a
{
	font-family:opensansbold;
	font-size:13px;
	color:#999999;
	text-decoration:none;
	text-transform:capitalize;
}

#youarehereItem
{
		font-family:opensansbold;
	font-size:13px;
	color:#000000;
	text-decoration:none;
}

#youarehereSeparator
{
	font-family:opensansbold;
	font-size:13px;
	color:#000000;
	text-decoration:none;
}

#youarehereLink
{
	font-family:opensansbold;
	font-size:13px;
	color:#999999;
	text-decoration:none;
}


