/* GENERAL STYLES */
/*
	Title:		Website Package - CSS Theme One
	Author:		Warren Buckley
	Website:	http://www.creativewebspecialist.co.uk
*/


/*
===========================
Rich text editor stying
===========================
*/

* 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 = "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)
);
}


#holderBody
{
	background:none;
}

#holderBody strong
{
	font-weight:bold;
}

#holderBody a
{
	text-decoration:underline;
}

#holderBody p
{
	margin:auto;
}

#holder
{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
	font-size:14px;
}



/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,cite,caption,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*
====================================
Start Theme One Styling
====================================
*/

body
{
	border-left-style:solid;
	border-right-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-left-color:#bbd26a;
	border-right-color:#bbd26a;
	background-color:#FFFFFF!important;/*#EFEFEF*/
	background-image:none;
	margin: 0 auto; 
	font-family:'Trebuchet MS','Tahoma','Arial',sans-serif;
	width:972px;
	color:#5E5E5E;
	height:auto;
}

#Container
{
	margin:0 auto 0 auto;
	width:780px;
}

#TitleTextPage
{
    padding-left:50px;
    width:500px;    
}
.lang
{
    background-repeat:no-repeat;
    width:16px;
    height:12px;
    display:block;
    float:left;
    margin-left:5px;
    text-decoration:none !important;
    
}

#changelang
{
    margin-top:-100px;
	width:50px;
    float:right;
}
#changelang div input
{
	margin-left:6px;
}


#HeaderContact
{    
    /*background-color:Red;*/
    
    color:Gray;
    cursor:pointer;      
}

#HeaderSiteMapLink
{
    /*background-color:Red;*/
   
    color:Gray;
    cursor:pointer;     
}

#HeaderHomeLink
{   
    /*background-color:Red;*/
    color:Gray;
    cursor:pointer;     
}

#RootMenu
{
    margin-right:30px;
    margin-top:25px;    
}


#HeaderHome
{
    float:left;
    margin-top:10px;
    margin-left:23px;
    /*background-color:Red;*/
    /*z-index:100; */   
    width:218px;
    height:50px;
    cursor:pointer;
}


#Header
{
	/*padding-left:760px;*/
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:972px;
	height:80px;
	overflow:hidden;
}

#HeaderMenu
{
    /*padding-left:800px;*/
    background-image:url(../Data/Assets/main_theme/header_slogan.gif);
    background-repeat:no-repeat;
    background-position:center;
   
   
    width:330px;
    height:86px;
    text-align:center;
    
    float:left;
  
}
#HeaderMenu a
{
    font-size:8pt;
    vertical-align:middle;
}


._spacer
{
    height:180px;
    width:100%;    
}

h1#Logo
{
	background-image:url(../Data/Assets/main_theme/header_logo.gif);
	text-indent:-10000px; /*Used to hide the text off screen */
	background-repeat:no-repeat;
	height:76px;
	width:230px;
	margin-top: 20px;
	margin-left: 20px;
	float:left;
}

h1#Logo a
{
	display:block;
	height:100%;
}

#Navi
{
	float:right;
	height:91px;
	font-size:17px;
}

#Navi li
{
	float:left;
	display:block;
	/*background-color:green;*/ /* Used for debug */
	line-height:91px;
	margin:0 0 0 17px;
}


#Navi li a
{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

#Navi li a:hover, #Navi li.Selected a
{
	color: #F28600;
}


#Content
{
	
	width:972px;
	/*background-color:#FFFFFF;*/
	height:100%;
	padding:0 0 0 0;
    clear:both;
}

#HomeFeature
{
	background-image:none;
	background-repeat:no-repeat;
	height:168px;
	text-indent:-10000px; /*Used to hide the text off screen */
}

#InterFeature
{
	background-image:none;
	background-repeat:no-repeat;
	/*height:104px;*/
	text-indent:-10000px; /*Used to hide the text off screen */
}

#MainContener
{
    width:972px; 
    height:27px;
}




#PopUpContenair
{   
    width:400px;
    height:400px;
    /*background-image:url(../Data/Assets/main_theme/inter_fondNeurones.png);
    background-position:left bottom;
    background-repeat:no-repeat;*/
    padding-top:25px;
    margin-left:20px;
    padding-left:55px;   
    text-align:left;
}


*+html .content_intern
{
     width:350px !important;
}

.content_intern
{
    width:300px;
    float:right;    
}
    


#ContentContainer
{
    /*z-index:1;*/
    /*margin-top:-38px;*/
    height:auto;
    /*width:100%;*/
    
    /*background-color:Blue;*/
    
}

#ContentContainer #MainContent
{
	text-align:left;
	/*padding : 20px;*/
	font-size:14px;
	
}

#ContentContainer #SecondaryContent
{
	/*width:240px;*/
	font-size:13px;
	text-align:left;
	/*background-color:blue;*//* Used for debug */
	/*padding:0 0 80px 0;*/
}
 
 #RootShadow
 {
    /*z-index:10;*/
    background-position:top;
    background-image:url(../Data/Assets/main_theme/menu_degrade.png);
    background-repeat:repeat-x;
    width:959px;

    height:0px;
 }
 
 
 
 #Rappel
 {
   /*background-image:url(../Data/Assets/main_theme/btnRappel.png);
    background-repeat:no-repeat;*/
    background-color:#bbd26a;
    
    width:200px;
    
    height:30px;
    /*padding-left:112px;*/
    color:#FFFFFF;
    font-weight:bold;
    /*text-decoration:underline;*/
    cursor:pointer;
    text-align:center;
    font-size:16px;
 }
 
 
 #HomeEncart 
 {
    /*text-align:right;*/
    background-image:url(../Data/Assets/main_theme/bandeau-accueil-.jpg);
    background-repeat:no-repeat;
    background-position: center  85% !important;
    width:100%;
    height:192px;
    z-index:0 !important;
    position:relative;
    
    
 }

#HomeEncartBt 
{
    /*margin-top:121px;*/
    /*margin-right:390px;*/
    position:absolute;
    cursor:pointer;
    margin-top:138px;
    margin-left:5px;
    /*padding-top:163px;
    padding-left:5px;*/
}
 
#HomeEncartBt div
{
    position:static;
    width:122px;
    height:28px;
    /*background-color:Red; */
        
}


.form_search
{
    width:270px;
    height:27px;
    font-size:15px;
    color:#FFFFFF;
    font-weight:bold;
    margin-top:2px\9
}
.form_search span
{	
	width:77px;
	float:left;
	margin-top:2px;
	margin-right:15px;
	display:block;
	text-align:right;
}

.form_search input
{	
	margin-top:3px;
}



#SearchZone
{
   width:272px !important;
   height:27px !important;
   float:left;
   background-image:url(../Data/Assets/main_theme/header_fondmenu.jpg);
   background-repeat:repeat-x;
   font-size:15px;
   color:#FFFFFF;
   font-weight:bold;
   
}
 
#MainContent
{
	/*text-align:right;*/
	/*padding : 20px;*/
	
	float:left;
	font-size:14px;
    /*padding-bottom:50px;*/
	/*background-color:purple;*//* Used for debug */
	margin-top:20px;
	margin-bottom:-20px;
	/*margin-left:-20px;*/
	margin-right:-50px;
	/*overflow:hidden;*/
	width:250px;
	/*background-color:Red;*/
	
	
}

#MainContenaire
{
    /*background-image:url(../Data/Assets/main_theme/fondNeurones.jpg);
    background-position:top;
    background-repeat:repeat-y;*/
    width:100%;
    
    padding-top:1px;
    margin-top:-3px;

   /* margin-bottom:-80px;*/
    
    
}

.scroller
{ 
    left:190px;
    margin-top:5px;
}

.scroller img
{
    float:left;
    
}

#NewsEventList
{
    text-align:left;
	/*padding : 20px;*/
	font-size:14px;
    padding-bottom:50px;
	/*background-color:purple;*/ /* Used for debug */
	list-style:none;
}

#MainContent h3
{
	font-size: 20px;
	color:#F28600;
}

#MainContent p
{
	
	margin:10px 0 10px 0;
}

#MainContent a
{
	color:#96BF0D;
	font-weight:bold;
	text-decoration:underline;
}



#MainContent a:hover
{
    font-weight:bold;
	color:#bbd26a;
	text-decoration:none;
}

#TextMainContent
{	
	
	/*margin-top:-25px;*/
	font-size:14px;
	margin-left:-15px;
	width:500px;
}

#NewsContent
{
    padding-top:20px;
    width:500px;
    /*margin-bottom:-18px;*/
}

#TitleNewsEvent
{
    width:500px;
    padding-left:10px;
}

.NewsItems
{
    /*background-image:url(../Data/Assets/main_theme/inter_fondNeurones.png);
    background-position:bottom left;
    background-repeat:no-repeat;*/
    padding-left:27px;
    margin-left:-15px;
    text-align:justify;
    width:500px;       
}

.EventsItems
{
    /*background-image:url(../Data/Assets/main_theme/inter_fondNeurones.png);
    background-position:bottom left;
    background-repeat:no-repeat;*/
    padding-left:27px;
    margin-left:-15px;
    text-align:justify;
    width:500px;       
}


#NewsContent h3
{ 
    padding-left:20px;
}

#NewsContent div
{
   text-align:justify;
   margin-left:3px;
}


#HorizontalLine
{
    position:relative;
    background-image:url(../Data/Assets/main_theme/ligne_horizontale.png);
    background-repeat:repeat-x;
    height:10px;
    margin-left:50px;
    margin-top:25px;
}
/*
==========================================
Gallery List
==========================================
*/

#TextPageText
{
/*background-image:url(../Data/Assets/main_theme/inter_fondNeurones.png);
background-position:bottom left;
background-repeat:no-repeat;*/
padding-left:25px;
margin-left:23px;
margin-bottom:20px;
text-align:justify;
width:500px;
}

#TextPageContent
{
   
}



#ContentTable
{
    margin-bottom:-20px;
    /*margin-left:-4px;    */
}

#TextPageImage
{
    /*background-image:url(../Data/Assets/main_theme/illus_FilleTel.jpg);
    background-repeat:no-repeat;
    background-position: right bottom;

    margin-left:35px;
    width:342px;
    height:250px;*/
}

#MainContent .GalleryList
{
	margin:15px 0 0 -10px;
	width:624px;
}

#MainContent .GalleryList .Item
{
	float:left;
	width:96px;
	margin:0 0 10px 10px;
}


#MainContent .GalleryList .Item a img
{
	padding:2px;
	border:1px solid black;
}

#MainContent .GalleryList .Item a:hover img
{
	padding:2px;
	border:1px solid black;
	background-color:white;
}

#MainContent .GalleryList .Item strong a
{
	display:block;
	margin:5px 0 0 0;
}

#MainContent .GalleryList .Item em
{
	display:block;
	font-size:12px;
}


#MainContent .Photo img
{
	/* This ensures the photos is resized to fit the div */
	max-width:100%;
}

#MainContent .Photo .PhotoNav
{
	display:block;
}

#ContactConvivianceText
{
    color:#676767;
    font-size:12pt;
    text-align:center;
    width:700px;
}

.DemosConvivianceText
{
    text-align:center;
}

#MainContent .Photo .PhotoNav .Left
{
	float:left;
}

#MainContent .Photo .PhotoNav .Right
{
	float:right;
}

/*
==========================================
News List
==========================================
*/

#MainContent ul.NewsList
{
 margin:15px 0 0 0;
}


#MainContent ul.NewsList li
{
 margin:0 0 15px 0;
}

#MainContent ul.NewsList li a
{
 display:block;
}

#MainContent ul.NewsList li a.Event
{
	background-image:url(../Data/Assets/theme_one/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
	
}

#MainContent ul.NewsList li a.News
{
	background-image:url(../Data/Assets/theme_one/Misc/news_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#MainContent .EventItem strong
{
	display:block;
}

.NewsEventList
{
    text-align:justify;
    width:500px;
    height:100%;
    padding-left:28px;
    margin-left:7px;
    /*background-image:url(../Data/Assets/main_theme/inter_fondNeurones.png);
    background-position:bottom left;
    background-repeat:no-repeat;*/
    /*padding-left:20px;*/ 
}

#ActuContent
{
    width:600px;    
    padding-left:23px;
}

#EvenementContent
{
    width:600px;    
    padding-left:23px;
}


.NewsEventList h3
{
        
}

.NewsEventList ul
{
      list-style:none;
}


/*
==========================================
Contact Form
==========================================
*/

.ContactFormulaire
{
     width:500px;
     margin-left:-15px;
}

.ContactFormulaire h3
{
     padding-left:50px;
}

#ContactTitle
{
     padding-left:50px;
}

#ContactContent
{   
    padding-left:50px;
    height:470px;
}

.ContactFormulaire div
{
     width:550px;
}

.ContactFormulaire h3
{
    width:500px;
    
}

#MainContent .ContactForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#000000;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(../Data/Assets/theme_one/Misc/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}

#MainContent .ContactForm .Error li
{
	font-weight:normal;
}

#MainContent .ContactForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#MainContent .ContactForm legend
{
	display:none;
}

#MainContent .ContactForm label
{
	color:#000000;
	font-weight:bold;
}

#MainContent .ContactForm .TextBox
{
	border:1px solid #CACACA;
	/*display:block;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}


.inputZone
{
    border:1px solid #CACACA;
	/*display:block;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:220px;
}

.inputText
{
    border:1px solid #CACACA;
	/*display:block;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:220px;
}

#MainContent .ContactForm .TextArea
{
	border:1px solid #CACACA;
	/*display:block;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}

/*
==========================================
VCard Styling
==========================================
*/

.vcard .n
{
	font-weight:bold;
}

.vcard .org
{
	font-weight:bold;
}

.vcard .tel
{
	background-image:url(../Data/Assets/theme_one/Misc/phone_icon.gif);
	background-repeat:no-repeat;
	background-position:6px 0px; /* Left:6px Top:0px */
	padding:2px 0 3px 22px;
	margin:15px 0 0 0;
	display:block;
	color:#000000;
}

.vcard .cell
{
	background-image:url(../Data/Assets/theme_one/Misc/phone_icon.gif);
	background-repeat:no-repeat;
	background-position:6px 0px; /* Left:6px Top:0px */
	padding:2px 0 3px 22px;
	margin:3px 0 0 0;
	display:block;
	color:#000000;
}

.vcard .fax
{
	background-image:url(../Data/Assets/theme_one/Misc/fax_icon.gif);
	background-repeat:no-repeat;
	background-position:6px 0px; /* Left:6px Top:0px */
	padding:2px 0 3px 22px;
	margin:3px 0 0 0;
	display:block;
	color:#000000;
}

.vcard .email
{
	background-image:url(../Data/Assets/theme_one/Misc/email_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:0 0 1px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vcard .url
{
	background-image:url(../Data/Assets/theme_one/Misc/web_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:1px 0 2px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vCardDl
{
	background-image:url(../Data/Assets/theme_one/Misc/vcard_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	padding:0 0 0 22px;
	margin:15px 0 50px 0;
	color:#000000;
}


/*
==========================================
Email A Friend
==========================================
*/
#MainContent .EmailFriendForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#000000;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(../Data/Assets/theme_one/Misc/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}

#MainContent .EmailFriendForm .Error li
{
	font-weight:normal;
}

#MainContent .EmailFriendForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#MainContent .EmailFriendForm legend
{
	display:none;
}

#MainContent .EmailFriendForm label
{
	color:#000000;
	font-weight:bold;
}

#MainContent .EmailFriendForm .TextBox
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}

#MainContent .EmailFriendForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}



/*
==========================================
Search Results
==========================================
*/


#SearchPage
{
    padding-left:30px;
    margin-left:-45px;
    font-size:14px;
	width:500px;
}
#SearchPageResults
{
    padding-left:26px;
    margin-left:24px;
    /*background-image:url(../Data/Assets/main_theme/inter_fondNeurones.png);
    background-position:left bottom;
    background-repeat:no-repeat;*/
}


#MainContent #xsltsearch #xsltsearch_summary strong
{
	font-weight:bold;
}

#MainContent #xsltsearch .xsltsearch_description strong
{
	background-color:#FFF6BF;
	padding:0 2px 0 2px;
}

#MainContent #xsltsearch .xsltsearch_form .input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
}

#MainContent #xsltsearch #xsltsearch_stats
{
	font-size:12px;
	font-style:italic;
}


/*
==========================================
Secondary Content
==========================================
*/



#SecondaryContent
{
	padding-top:20px;
	z-index:100;
	width:70%;
	/*margin-top:-34px;*/
	float:right;
    /*padding-right:340px;*/
    /*width:100%;*/
    /*background-color:Red;*/
    
	/*background-color:blue;*//* Used for debug */
	/*padding:0 0 80px 0;*/

}

#ZoneRecherche
{
    /*padding-left:100px;*/
    text-align:left;
}

#ZoneRecherche a
{
    margin-top:-10px;
    /*margin-left:-10px;*/
    font-size:14px;
}

#ZoneRecherche h3
{
  padding-left:12px;
}

#ZoneRecherche form
{
  padding-left:12px;
}

#NewsEventHomeList span
{
    text-align:justify;

}


#NewsEventHomeList
{
    /*margin-top:-189px;*/
    padding: 0 auto;
    /*text-align:justify;*/
    width:250px;
    height:auto;
    text-decoration:none;
    margin-left:-22px;
    position:absolute;
    /*overflow:auto;*/
    /*margin-bottom:-10px;*/
    
}


/*#NewsEventHomeList #NewsList a
{
      text-align:left !important;
}*/

#NewsEventHomeList #NewsList
{
    height:220px;
    margin-top:15px;
    list-style-type:none;
   /* text-align:justify;*/
}


#NewsEventHomeList #NewsList .Event
{
    margin-top:10px;
}

#NewsEventHomeList #NewsList .News
{
    margin-top:10px;
}
#NewsEventHomeList #NewsList li
{
    height:88px;
    overflow:hidden;
    width:180px;

}

#NewsEventHomeList #NewsList span
{

    font-size:12px;
    
}

/*#NewsEventHomeList #NewsList .Event span
{
   text-decoration:none;
   color:Black;
}*/

/*#NewsEventHomeList #EventsList .Events
{
    margin-top:10px;
}

#NewsEventHomeList #EventsList span
{

    font-size:12px;

}*/


#MainContentDelimiter
{
    
    margin-left:10px;
    width:234px;
    /*padding-top:189px;*/
    height:233px; 
    overflow:hidden;
    position:relative;
    
}

#MainContentMain
{
    background-image:url(../Data/Assets/main_theme/encart_degrade.png);
    background-repeat:repeat-y;
    background-position:50%;
	font-size:13px;
	padding-left:2px;
	height:315px;
	/*text-align:left;*/
	/*margin-left:8px;*/
}



#SecondaryContent h3
{
	font-size: 20px;
	color:#F28600;
}

#NewsEventsButton
{   
    margin-top:auto;
    padding-top:10px;
    overflow:hidden;
    margin-left:3px;
    padding-left:2px;         
}


#NewsEventsLink
{
    cursor:pointer;
}
/*h1#NewsEventsLink
{
   background-image:url(../Data/Assets/main_theme/btnHome_actu.png);
   width:188px;
   height:30px;
   text-indent:-10000px;
}

h1#NewsEventsLink a
{  
    display:block;
    height:100%;
    width:100%;
}*/


#BodyContent
{
    margin-top:20px;
    /*float:right;
    text-align:left;*/
    /*padding-right:50px;*/
}

#HomeText
{
    padding:15px;
    font-size:14px;
    width:512px;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    text-align:justify;  
}

#ContentLeftRight
{
    vertical-align:top;
}
#ImageContentLeft
{
    background-image:url(../Data/Assets/main_theme/titHome_demo.png);
    background-repeat:no-repeat;
    width:170px;
    height:50px;
}

#TextContentLeft
{
    padding-left:5px;
    width:225px;
    text-align:justify;
    margin-bottom:5px;
    margin-right:20px;
}
#LinkLeft
{
    margin-left:2px;
}
#LinkLeft a
{
    text-decoration:underline;
    font-style:italic;
    font-weight:bold;
    color:#5396D1 !important;
}



#LinkLeft a:hover
{
    text-decoration:underline;
    font-style:italic;
    font-weight:bold;
    color:#5596D2;
}

#LinkLeft span
{
    text-decoration:none;
    font-style:italic;
    font-weight:bold;
    font-size:12px;
    color:#5396D1;
}


#ImageContentRight
{
    
    background-image:url(../Data/Assets/main_theme/titHome_servclient.png);
    background-repeat:no-repeat;
    width:172px;
    height:50px;
}

#TextContentRight
{
    width:225px;
    text-align:justify;
    margin-bottom:10px;
}

#ContactHotline
{
    text-align:center;
    margin-top:-5px;
}

#PhoneNumber
{
    text-align: center;
    font-size:20px;
    color:#5396D1;
}

#TextContact
{
    text-align:center;
    color:#5396D1;
    font-style:italic;
}
#ContentSeparator #top
{
    /*background-image:url(../Data/Assets/main_theme/separ.png); 
    background-position:center;
    background-repeat:no-repeat;*/
    margin-right:25px;
    width:10px;
    height:20px;
}

#ContentSeparator #middle
{
    
    background-image:url(../Data/Assets/main_theme/separ.png); 
    background-position:center;
    background-repeat:repeat-y; 
    margin-right:25px;
    width:10px;
    height:110px;
}

#ContentSeparator #bottom
{   
    /*background-image:url(../Data/Assets/main_theme/fond_menu.png); 
    background-position:center;
    background-repeat:no-repeat;*/
    margin-right:25px;
    width:10px;
    height:20px;
}

#SecondaryContent a
{
	color:#000000;
}

#SecondaryContent a:hover
{
	color:#000000;
	text-decoration:none;
}

#RSSLien
{
    
    
}

#SecondaryContent a.RSSLink
{
	background-image:url(../Data/Assets/theme_one/Misc/rss_icon.gif);
	
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 8px 23px;
	margin-top:24px;
	margin-left:12px;
	text-decoration:underline;
	display:block;
}

#SecondaryContent a.RSSLink:hover
{
	text-decoration:none;
	display:block;
}

#NewsSecondaryHeader
{
	
	background-color:Gray;
	z-index:2;
	
	/*background-position:0 6px;*/
	
	/*padding:0 0 0 23px;*/
}
#MainContentHeader
{
    /*margin-top:40px;*/
    /*background-color:#96BF0D;*/
    background-image:url(../Data/Assets/main_theme/titre_fond.png);
	background-repeat:no-repeat;
	/*background-position: -32px;*/
	height:34px;
	width:218px;
	padding-left:10px;
	
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:10px;

}
#SecondaryContent ul#NewsList
{
	margin:12px 0 0 0;
	
}

#SecondaryContent ul#NewsList li
{
	margin:0 0 6px 0;
	font-size:13px;
	
}

#SecondaryContent ul#NewsList li strong
{
	font-weight:bold;
	margin-left:3px;
	
}

#SecondaryContent ul#NewsList li.Event a
{
	
	/*background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;*/
	/*padding:8px 8px 7px 27px;*/
	/*color:#808080;*/
	text-decoration:underline;
	font-weight:bold;
	margin-left:18px;
	
	/*background-image:url(../Data/Assets/theme_one/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:7px 8px;*/
}

#SecondaryContent ul#NewsList li.Event
{
    width:180px;
    height:100px;
    overflow:hidden;
    margin-left:20px;
     
}

#SecondaryContent ul#NewsList li.News
{
    text-align:justify;
    width:180px;
    height:100px;
    overflow:hidden;
    margin-left:20px;

    
}

#SecondaryContent ul#NewsList li.News span
{
    height:80px;
    overflow:hidden;
    text-align:justify;
    font-size:11px;
    
}

#SecondaryContent ul#NewsList li.News a
{
	/*display:block;*/
	/*background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;*/
	/*padding:8px 8px 7px 27px;*/
	/*color:#808080;*/
	margin-left:-2px;
	text-decoration:underline;
	font-weight:bold;
	
	/*background-image:url(../Data/Assets/theme_one/Misc/news_icon.gif);
	background-repeat:no-repeat;
	background-position:7px 8px;*/
}

#SecondaryContent ul#NewsList li a:hover
{
	/*background-color:#FFECCC;
	border-top:3px solid #FFA200;
	border-bottom:3px solid #FFA200;
	color:#F28600;
	text-decoration:none;*/
}

#SecondaryContent #SearchSecondaryHeader
{
	margin:30px 0 0 0;
}

#SecondaryContent form
{
	margin:0 0 30px 0;
}

#SecondaryContent form input.Submit
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Data/Assets/theme_one/Misc/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px -16px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
	padding:0;
	margin:0;
}

#SecondaryContent form input.Submit:hover, #SecondaryContent form input.Submit:active
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Data/Assets/theme_one/Misc/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
}


#second_cont
{
    min-height:80px !important;
    
}

#SecondaryContent form input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
	width:150px;
}

#SecondaryContent a.EmailFriend
{
	background-image:url(../Data/Assets/theme_one/Misc/email_a_friend.gif);
	background-repeat:no-repeat;
	background-position: top left;
	/*padding:0 0 0 22px;*/
	text-decoration:underline;
	color:#000000;
}

#SecondaryContent a.EmailFriend:hover
{
	text-decoration:none;
}







#Footer
{
	background-image:url(../Data/Assets/main_theme/footer_fond.jpg);
	background-repeat:repeat-x;
	
	/*background-position:top;
	background-repeat:no-repeat;*/
	clear:both;
	width:100%;
	/*padding-top:6px;*/
	text-align:left;
	
	height:50px;
	/*min-height:40px;
	line-height:40px; *//* This vertically centers the text */
	font-size:14pt;
	color:#FFFFFF;
	overflow:hidden;
	position:relative;
	/*padding-top:6px;*/
	
	/*padding:0 0 0 15px;*/
}


* html #fleche1
{
   margin-left:30px !important;

}

#fleche1,#fleche2,#fleche3
{
    background-color: Transparent;
    background-image:url(../Data/Assets/main_theme/footer_fleche.png);
    background-repeat:no-repeat;
    float:left;
    position:relative;
    width:34px;
    height:50px;
    margin-left:35px;
    margin-top:2px;
    
}




#elt_footer3 a b
{
    line-height:30px;
}

#elt_footer3
{
     width:220px;
     background-position:right;
}


#elt_footer1
{
    width:220px;
    background-position:right;
}

* html #elt_footer2 a
{
    margin-left:90px;
}

#elt_footer2 a
{
    margin-left:150px;
}

#elt_footer2
{
    width:495px;
    background-position:65%;
}


.elt_footer a
{
    display:block;
    float:left;
}

.elt_footer
{
    
    height:100%;
    float:left;
    padding-left:10px;
}

.elt_footer b
{
    line-height:250%;    
}





#Footer a
{
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
	
}

#Footer a:hover
{
	/*color:#808080;*/
	text-decoration:underline;
}

#Footer .ValidXhtml
{
	padding:0 0 0 19px;
	background-image:url(../Data/Assets/theme_one/Misc/valid_icon.gif);
	background-repeat:no-repeat;
	margin:0 0 0 15px;
	color:#61AB49;
}

#Footer a.ValidXhtml:hover
{
	color:#61AB49;
	text-decoration:underline;
}

*+html #ExtranetButton
{
   margin-left: -255px;
}

* html #ExtranetButton
{
    margin-top:-25px; 
    position:relative !important;
}

#ExtranetButton
{
    height:30px;
    margin-top:27px;
    width:250px;
    position:absolute;
    margin-left:-38px; 
     
    
}

*+html .Submit
{
    margin-bottom:0px !important;
    margin-top:-2px !important;
}


.SumbitAlt
{
    width:auto;
    margin-left:2px;      
    /*background-image:url(../Data/Assets/main_theme/bouton_ok.gif);*/
    background-color:#96bf0d !important;
    background-repeat:no-repeat;
    border-style:solid !important;
    border-width:1px;
    border-color: #cccccd;
    height:20px;
    font-weight:bold;
    padding-left:1px;
    padding-right:2px;
    cursor:pointer;
    color:#FFFFFF;
    margin-top:2px;
    margin-bottom:-3px\9
    /*top:2px\9*/
}

.Submit
{
    font-family:Trebuchet MS, Tahoma !important;
    text-indent: -10000px;
    width:20px;
    margin-left:2px;      
    background-image:url(../Data/Assets/main_theme/bouton_ok.gif);
    background-color:Transparent !important;
    background-repeat:no-repeat;
    border-style:none !important;
    height:18px;
    margin-top:2px;
    margin-bottom:-3px\9
    /*top:2px\9*/
  
}


.bottom
{
    margin-top:19px !important;
}

.go
{
    width:20px;
  
    height:18px;      
    margin-left:-5px;
    background-image:url(../Data/Assets/main_theme/bouton_ok.gif);
    background-color:Transparent !important;
    background-repeat:no-repeat;
    border-style:none;
    margin-top:2px;
    margin-top:1px\9
      
}


 

#login,#pass
{
    height:27px;
    width:100px;
    font-size:13px;
    font-weight:bold;
    float:left;
}



/* EDITOR PROPERTIES */

