@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColLiqHdr #container { 
	width: 802px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColLiqHdr #header { 
	background: #fff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #mainContent {
	float: left; 
	width: 70%; 
	background: #fff; 
	margin: 10px; 
	
}
.thrColLiqHdr #sidebar {
	float: left; 
	width: 25%; 
	background: #fff;
	margin: 10px;
}
.thrColLiqHdr #mainContent p, .thrColLiqHdr #mainContent h3, .thrColLiqHdr #sidebar p, .thrColLiqHdr #sidebar h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}



.thrColLiqHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


ul#menu
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#menu li
{
	margin: 0;
	padding: 0 ;
	float:left;
}

ul#menu li .menu0
{
	display: block ; 
	width: 189px ;
	line-height: 18px ;
	height:18px;
	background: url(/images/v3/menu-0.jpg) no-repeat 0 0 ;
}



ul#menu li a.menu1
{
	display: block ; 
	width: 82px ;
	line-height: 18px ;
	height:18px;
	background: url(/images/v3/menu-1.jpg) no-repeat 0 0 ;
}

ul#menu li a.menu1:hover
{
	background: url(/images/v3/menu-1.jpg) no-repeat 0 -18px ;
}

ul#menu li a.menu2
{
	display: block ; 
	width: 98px ;
	line-height: 18px ;
	height:18px;
	background: url(/images/v3/menu-2.jpg) no-repeat 0 0 ;
}

ul#menu li a.menu2:hover
{
	background: url(/images/v3/menu-2.jpg) no-repeat 0 -18px ;
}

ul#menu li a.menu3
{
	display: block ; 
	width: 101px ;
	line-height: 18px ;
	height:18px;
	background: url(/images/v3/menu-3.jpg) no-repeat 0 0 ;
}

ul#menu li a.menu3:hover
{
	background: url(/images/v3/menu-3.jpg) no-repeat 0 -18px ;
}

ul#menu li a.menu4
{
	display: block ; 
	width: 182px ;
	line-height: 18px ;
	height:18px;
	background: url(/images/v3/menu-4.jpg) no-repeat 0 0 ;
}

ul#menu li a.menu4:hover
{
	background: url(/images/v3/menu-4.jpg) no-repeat 0 -18px ;
}

ul#menu li a.menu5
{
	display: block ; 
	width: 149px ;
	line-height: 18px ;
	height:18px;
	background: url(/images/v3/menu-5.jpg) no-repeat 0 0 ;
}

ul#menu li a.menu5:hover
{
	background: url(/images/v3/menu-5.jpg) no-repeat 0 -18px ;
}
#infos {
	clear:both;
	background: url(/images/v3/bando-infos.jpg);
	width:100%;
	height:52px;
	font-family: arial;
	font-size: 10px;
}
#blogdesc {
	width:100%;
	height:52px;
	font-family: arial;
	font-size: 10px;
	display:none;
}
#mainContent h3, #sidebar h3 {
	font-family: Trebuchet MS;
	font-size: 12px;
	color:#666666;
}

#mainContent h1 {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight:bold;
	color:#666666;
}

#mainContent h2 {
	font-family: Trebuchet MS;
	font-size: 14px;
	color:#666666;
}

.CollapsiblePanelContent {
	font-family: arial;
	font-size: 10px;
}

.tooltip {
	background-color: #EEE;
	width: 793px;
	height: 42px;
	padding:4px;
	border-top:1px solid #000;
	text-align: left;
	letter-spacing: 0px;
	overflow: hidden;
	display:none;
	font-family: arial;
	font-size: 10px;
}

#windowOpen{
	display:block;
	width:175px;
	height:18px;
	border:1px solid #999;
	padding-left:2px;
	font: bold 0.7em sans-serif;
	background-color: #eee;
	text-align:center;
}
a {
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #000066;
	font-weight:bold;
	text-decoration: underline;
}
.blog {
	border:1px solid #ddd;
	text-align:center;
	padding:8px;
	margin:8px;
}
a.titreBlog {
	color: #a00;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.titreBlog:hover {
	color: #333;
	text-decoration: underline;
}

a.titreArticle {
	color: #666;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
}

a.titreArticle:hover {
	color: #333;
	text-decoration: underline;
}

a#windowOpen{
	
	color: black;
	text-decoration: none;
}
a#windowOpen:hover{
	background-color: #CCC;
}

#window
{
	
	width: 210px;
	height: 300px;
	overflow: hidden;
	display: none;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(/images/v3/windows/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(/images/v3/windows/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 270px;
	background-image: url(/images/v3/windows/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 270px;
	background-image: url(/images/v3/windows/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 0px;
	border: 1px solid #6caf00;
	height: 255px;
	width: 185px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
#windowContent *
{
	margin: 0px;
}
.transferer2
{
	border: 1px solid #5297bf;
	background-color: #a3cde5;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

#apDiv1 {
	position:absolute;
	left:56px;
	top:105px;
	width:792px;
	height:39px;
	z-index:1;
	background-color: #CCCCCC;
}
.style1 {
	font-size: 9px
}
.style2 {color: #9D311E}
.style3 {
	color: #666666;
	font-weight: bold;
}

.resume {
	position:absolute;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	height:10px;
	top:48px;
	text-align:left;
	padding-left:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#990000;
	}