body {
	color: white;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: "Lucida Grande", Verdana, Lucida, sans-serif;
	background-color: #292929;
}

html {
	background: #292929 url(../images/background_YS.jpg) repeat-x top center;
}
#BgContainer {
	width: 900px;  
	margin: 0 auto;
	background-color: #3e3e3e;
	border-right: 6px solid #171717;
	border-bottom: 6px solid #171717;
	border-left: 6px solid #171717;
}



#ysimghaut {
	border-top: 4px solid #616161;
	border-bottom: 4px solid #616161;
	height: 180px;
}

.ystablewebcam td {
	font-size: 0.7em;

}










/*fin css YS*/

/* ECA Start*/

div.ECArow {
  padding-top: 5px;
  }

div.ECArow div.imgL {
  float: left;
  width: 200px;
  text-align: right;
  }

div.ECArow div.textR {
  float: right;
  width: 300px;
  text-align: left;
  }

div.ECArow div.imgR {
  float: right;
  width: 200px;
  text-align: left;
  }

div.ECArow div.textL {
  float: left;
  width: 300px;
  text-align: right;
  }






/*
 SilverStripe Nouveau Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}
img {
	border: 0px solid #E9E9E9;
	/*ys passer de 1 a 0px */
}
/**************
 	Site Container Box
*/

#Container { 
	width: 900px;
	padding-bottom: 15px;
	background: transparent;
	margin: 0 auto;
	}
#Layout {
	width: 830px;
	clear: both;
	overflow: hidden;
	margin: 20px auto 15px;
	border-style: hidden;
}
#Content {
	width: 610px;
	float: right; 
	margin: 0;
	text-align: left;
}
#BlogEntry_Form_BlogEntryForm #Content {
	float: none;
}
/** Header **/
#Header { 
 	/*width: 768px;*/
	float:left;
 	margin: 0 auto;
	overflow: hidden;
	background: transparent;
	}
 	#Header h1 { 
	  	color: #fff;
		padding: 10px 0 0 30px;
	font: bold 2.5em Tahoma, Verdana, sans-serif;
}
	#Header p {
		color: #fff;
		clear: left;
		margin: 0 0 2px 100px;
	font-size: 1.1em;
}

/*** Main Nav ***/
#Navigation {
	float: left;
	overflow: hidden;
	background: #323232;
	width: 900px;
	border-top: 1px solid #969696;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 7px;
}
#Navigation ul { 
 	float: left; 
	margin-right: 10px;
	margin-bottom: 2px;
	height: 30px;
}
	#Navigation ul li { 
	 	list-style: none; 
		margin: 0 1px; 
		float: left;
		line-height: 2.8em;
		display: block;
		height: 30px;
}
  		#Navigation ul li a {
			text-transform: uppercase;
			background: transparent;
			text-decoration: none;
			display: block; 
			height: 5px;
			color: #fff;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	float: left;
}
		#Navigation ul li a span {
			text-align: center;
	        float: left;
			padding: 0 10px;
			height: 2.3em;
 
		}
			#Navigation ul li a:hover { 
			 	background: transparent;
			 	color: #fff;
				cursor: pointer;
				
				}
			#Navigation ul li a:hover span {
				background: transparent;
				cursor: pointer;
				border-bottom: 4px solid #b2db1f;
			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	background: transparent; 
			 	color: #444;
				font-weight: bold;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
				background: transparent;
				color: #99c915;
	border-bottom: 4px solid #b2db1f;
}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 14px 0 0 0;
	padding: 0;
	}
	#Sidebar .sidebarBox {
	margin: 0 0 15px 0;
	padding-bottom: 2px;
	background-color: #323232;
	border: 2px solid #171717;
}
	#Sidebar .sidebarBox a, #Sidebar .sidebarBox a:hover {
	color:#000000;
	}
	#Sidebar ul {
		margin: 2px 0 5px 8px;
	}
	#Sidebar li {
		margin: 8px 2px;
		list-style: none;
	}
	#Sidebar h3 { 
		background: #99c915; 
		clear: both; 
		text-transform: lowercase;
		text-align: center;
		color: #fff;
		border-bottom: 1px solid #4D583F;
		font-weight: bold; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: none/*block*/;
		width: 200px;
		margin: -5px 0 10px 0;
		background-color: #EFEFEF;
	}
	#Sidebar a em {
		font-style: normal;
		color: white;
	}
	ul#Menu2 {
		margin-right: 10px;
	}
    ul#Menu2 li { 
            font-size: 0.9em; 
            margin: 1px 0 5px 4px;
            list-style: none;
	
}
      ul#Menu2 li a {
            display: block;
            width: 170px;
            text-indent: 8px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
            border-right: 2px solid #323232;
			border-left: 2px solid #323232;
}
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {

            color: #666;
            text-decoration: none;
            border-right: 2px solid #99c915;
			border-left: 2px solid #99c915;
      }
	  ul#Menu2 li a.current {
	  		font-weight: 700;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
            background: #99c915;
            /*ys changer color backgroud */
            font-weight: 700;
            width: 176px; 
      }
      ul#Menu2 li a.levela:hover span,
      ul#Menu2 li a.current span,
      ul#Menu2 li a.section span,
      ul#Menu2 li a.section:hover span,
      ul#Menu2 li a.current:hover span {
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levela:hover em,
      ul#Menu2 li a.current em,
      ul#Menu2 li a.section em,
      ul#Menu2 li a.section:hover em,
      ul#Menu2 li a.current:hover em {
           
			cursor: pointer;
            display: block;
            width: 100%;
            height: 100%;
      }
      ul#Menu2 li ul {
            height: 100%;
            position: relative;
            margin: -4px 0 0 0;
            /*width: 185px;*/
            padding: 4px 0 10px 0;
                  }
      ul#Menu2 li ul li ul {
            /*ys changer color */
            margin-left: 0;
	background-color: #474747;
}
      ul#Menu2 li ul li {
            width: 160px;
            background: #DCDCDC;
            padding: 0;
            font-size: 0.8em;
            display: inline;
            margin: 0;
      }
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover,
      ul#Menu2 li li a.current:hover {
            color: #555;
            font-weight: 700;
            background: #DCDCDC;
      }
      ul#Menu2 li li ul {
            margin: 0 0 0 10px;
            padding-top: 0;
            width: 175px;
      }
      ul#Menu2 li li ul .roundWhite {
            margin-bottom: -10px;
      }
      /* Sub Menu */
      ul#Menu2 li a.levelb {
			background-color: #474747;
            font-size: 11px;
            text-indent: 8px;
            width: 150px;
            margin-left: 10px;
	
}
      
      ul#Menu2 li a.levelb:hover,
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.current:hover,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover {
			
            /*ys changer color */
            width: 150px;
            text-decoration: none;
            display: block;
			font-size: 11px;
            color: #fff;
	background-color: #474747;
}
      ul#Menu2 li a.levelb:hover span,
      ul#Menu2 li li a.current span,
      ul#Menu2 li li a.current:hover span,
      ul#Menu2 li li a.section span,
      ul#Menu2 li li a.section:hover span {
                        display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levelb:hover em,
      ul#Menu2 li li a.current em,
      ul#Menu2 li li a.current:hover em,
      ul#Menu2 li li a.section em,
      ul#Menu2 li li a.section:hover em {
           
            display: block;
            width: 100%;
            height: 100%;
      }

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #FFCBDD url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #CF0F53;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #4D583F;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}
/* Footer 
*****************************************/

#Footer { 
 	clear: both;  
	width: 800px; 
	border-top: 1px solid #c4cbbb;
	margin: 0 auto -30px auto;
	background: transparent; 
	text-align: center; 
	padding-top: 15px;
	}
	#Footer .footerTop {
		width: 100%;
		background: transparent url(../images/footerTop.gif) no-repeat top left;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #666;
		font-size: 0.9em;
		text-align: center;
		margin-top: -0.6em;
	}
  	#Footer a { 
	   	color: #99c915; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		text-decoration: underline;
	}
  