﻿html { 
    display: block;
    height:100%;
    max-height:100%;
    padding:0;
    margin:0;
    border:0;
    overflow:hidden;
}

label {
display:block;
width:185px;
float:left;
}

body {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background-color: white;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	overflow:hidden;
	color:rgb(20,20,20);
}

/*
	CSS formatage du texte
*/
.table {
	border-color:rgb(243,153,0);
	border-style:outset;
	text-align:center;
}
.table input{
	text-align:center;
}

.titreBleu , TH{
	color: rgb(0,106,141);
	font-family: yorkville, "Trebuchet MS", sans-serif;
	font-size:2em;
}
.titreVert {
	color: rgb(203,211,0);
	font-family: yorkville, "Trebuchet MS", sans-serif;
	font-size:2em;
}

.sousTitreBleu {
	color: rgb(0,106,141);
	font-family: yorkville, "Trebuchet MS", sans-serif;
	font-size:1.5em;
}

.sousTitreBleu hr{
	color: rgb(0,106,141);
	background-color: rgb(0,113,142);
	height: 1px;
	border:0;
	width:60%;
}
.sousTitreVert {
	color: rgb(203,211,0);
	font-family: yorkville, "Trebuchet MS", sans-serif;
	font-size:1.5em;
}

.sousTitreOrange {
	color:rgb(243,153,0);
	font-family: yorkville, "Trebuchet MS", sans-serif;
	font-weight:italic;
}

hr {
	color: rgb(0,106,141);
	background-color: rgb(0,106,141);
	height: 1px;
}

h1 {
	margin:0;
	text-decoration: underline;
}

h4 {
	font-family: yorkville, "Trebuchet MS", sans-serif;
	font-size:1.5em;
	color:white; 
	background-color:rgb(243,153,0);
	background-image:url('../img/titleBgnd.PNG'); 
	background-repeat:no-repeat; 
	width:511px;
	text-align:center;
}
/* Google Chrome hack */
body:nth-of-type(1) h4
{
	font-size:1.2em;
}
/*
	CSS Concernant les news
*/
.leftItems {
	position:absolute;
	top: expression(documentElement.scrollTop+body.scrollTop + 0 + "px");
	left: 0px;
	width:170px;
	height:100%;
	text-align: center;
	color: rgb(0,106,141);
	z-index:200;
	background-image:url('../img/vague_gauche.jpg');
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", sans-serif;
	font-weight:bold;
	font-size: .8em;
}

html>body .leftItems {
	position:fixed;
	top:0px;
}
.leftItems ul {
	margin:0;
	padding:0;
}
.leftItems ul .GreenButtons{
	list-style-type: none;
	width:160px;
	background-color: RGB(203, 211, 0);
	padding:5px;
	margin-left:0px;
	margin-bottom:5px;
}

html>body .leftItems ul .GreenButtons{
	width:150px;
}

.leftItems ul li a, .leftItems ul .GreenButtons a{
	text-decoration:none;
}

html>body .leftItem ul li{

}
.leftItems #top{
	background-image:url("../img/button.png");
	background-position:top right;
	position:absolute;
	top:100px;
	left:0px;
	margin:0px;
	padding:5px;
	border:0px;
	width:160px;
	font-size: .8em;
}
html>body .leftItems #top{
	top:136px;
	width:152px;
}
/* Google Chrome hack */
body:nth-of-type(1) .leftItems #top
{
	padding:5px;
	top:120px;
}
.leftItems #bottom{
	position:absolute;
	top:385px;
	left:0px;
	width:160px;
	margin:0px;
	border:0px;
	padding:0px;
	font-size: .8em;
}
html>body .leftItems #bottom{
	top:420px;
	width:160px;
	margin:auto;
	padding:auto;
}


.leftItems #lastButton{
	background-image:url("../img/button.png");
	background-position:bottom right;
	position:absolute;
	left:0px;
	width:160px;
	padding:5px;
}
html>body .leftItems #lastButton {
	width:152px;
}

#news {
	margin:0;
	font-family: "Trebuchet MS", sans-serif;
	font-size:.7em;
	position: absolute;
	top: expression(documentElement.scrollTop+body.scrollTop + 134 + "px");
	left: 0px;
	width:160px;
	height:250px;
	border:none;
	overflow:hidden;
	padding:0;
	background-color:transparent;
	text-align: center;
	color: rgb(0,106,141);
	z-index:200;
}
html>body #news {
	position: fixed;
	top: 170px;
}

#news a{
	color: rgb(0,106,141);
	text-decoration: none;
}

#news a:hover{
	color: rgb(203,211,0);
	text-decoration:none;
}

/*
	CSS Concernant l'En-tête
*/
.header{
	position:absolute;
	top: expression(documentElement.scrollTop+body.scrollTop + 0 + "px");
	right:21px;
	height:120px;
	width:100%;
	font-family: "Trebuchet MS", sans-serif;
	font-size:.8em;
	background-color:white;	
	z-index:200;
}

html>body .header {
	position: fixed;
	top: 0px;
}

#logo{
	position: absolute;
	top: expression(documentElement.scrollTop+body.scrollTop + 5 + "px");
	left :102px;
	border:0;
	z-index:300;
}

html>body #logo {
	position: fixed;
	top: 5px;
}

#logo img{
	border:none;
}

/*
	CSS Concernant le menu
*/

#navcontainer {
	position:absolute;
	top: expression(documentElement.scrollTop+body.scrollTop + 100 + "px");
	left:210px;
	white-space:nowrap;
	float:left;
	width:expression(document.body.clientWidth < 850 ? "660px" : "auto" );
}

html>body #navcontainer {
	position: fixed;
	top: 134px;
	left:190px;
	min-width:660px;
}

/* Google Chrome hack */
body:nth-of-type(1) #navcontainer
{
	left:190px;
	top:120px;
	padding:0;
	margin:0;
}
#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", sans-serif;
}
#navcontainer ul li{
	z-index:auto; 
	z-index:1000; 
	padding-right: 5px;
	float:left;
	background-color:white;
}

#navcontainer ul li a{
	display: block;
	padding: 5px 10px;
	width: 110px;
	color: rgb(0,106,141);
	background-image: url("../img/button.png");
	text-decoration: none;
	font-weight: bold !important;
	font-size: .8em;	
}

#navcontainer a:hover{
	color: rgb(0,106,141);
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#navcontainer ul li ul {
	z-index:999;
	position:relative;
	width:110px;
	padding-left: 5;
}

#navcontainer ul ul li { margin: 0;}

#navcontainer ul ul a{
	
	z-index:998;
	position:relative;
	display: block;
	padding: 5px 5px 5px 5px;
	width: 110px;
	color: rgb(0,106,141);
	background-color: rgb(203,211,0);
	background-image: url(null);
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul a:hover{
	color: rgb(0,106,141);
	text-decoration: none;
}

/*
	CSS Concernant le café debat
*/

#cafeDebat {
	margin:0;
	font-family: "Trebuchet MS", sans-serif;
	font-size:.7em;
	position: absolute;
	top: expression(documentElement.scrollTop+body.scrollTop + 5 + "px");
	left:265px;
	width:550px;
	height:95px;
	overflow:hidden;
	border:none;
	padding:5;
	background-color:white;
	z-index:300;
}

html>body #cafeDebat {
	position: absolute;
	top: 5px;
	height:115px;
}

html>body #cafeDebat div{
	position:absolute;
	top:30px;
}

/*
	CSS Concernant le body
*/

#body{
	display:block;
	margin:0;
	height:100%;
	max-height:100%;
	width:100%;
	max-width:100%;
	top:0;
	overflow:auto;
	padding-left:190px;
	position: absolute;
	z-index:3;
	text-align: left;
	background: url(null) fixed ; 
	font-family: "Trebuchet MS", sans-serif;
	font-size:0.8em;
	color:rgb(20,20,20);
}

html>body #body{
	width:auto;
	padding-right:0px;
	left:0;
	right:0;
}

/* Google Chrome hack */
body:nth-of-type(1) #body
{
	width:auto;
	padding-right:190px;
}

#body ul li
{
	list-style-type: none;
	background-image: url("../../img/puce.png");
	background-repeat: no-repeat;
	background-position: 0 0.32em;
	padding-left: 20px;
	padding-top:5px;
	margin-bottom:5px;
}

html>body #body ul li{
	padding :0 0 0 30pt;
	min-height:23px;
}

#body ul ul li{
	list-style-image: none;
	list-style-type:disc;
}

#body .div {
	height:120px;
	width:100%;
}

html>body #body .div {
	height: 150px;
}

/* Google Chrome hack */
body:nth-of-type(1) #body .div 
{
	height:140px;
}

#body #contenuBODY {
	position:absolute;
	top:130px;
	padding-left:190px;
}

html>body #body #contenuBODY {
	position:absolute;
	top:150px;
}
/*
	CSS pour certaines classes
*/
.icones{
	width:30px;
	border:none;
}

#body a{
	text-decoration:none;
}

#body a:hover{
	text-decoration:underline overline;
	color: rgb(0,106,141);
}

#body a:hover .icones{
	border:1px solid;
}

.hr_green {
	color:rgb(203,211,0);
	background-color:rgb(203,211,0);
}

