body {
	background-color:white;
	font: italic 14px Arial, Helvetica, sans-serif;
    color: #555555;
	margin: 0px 100px 0px 100px; 
}

div#placeholder {
	margin-left: auto;
	margin-right: auto;
	width:650px;
	height:250px;
	border:1px solid #FFFFFF;
	color: #555555;
}

div#bandeau {
	width:1050px;
	height:40px;
	border-right:1px solid #C0E2D4;
	position:fixed;
	z-index:3;
}

div#menu {
	padding-top:40px;
	padding-bottom:15px;
	float:left;
	width:182px;
	height:100%;
	border-left:1px solid #C0E2D4;
	border-right:1px solid #C0E2D4;
	position:fixed;
	z-index:2;
}
div#menuTxt {
	padding:5px;
}

div#contenu {
	position:relative;
	padding-top:40px;
	margin-bottom:15px;
	padding-left:182px;
	border-right:1px solid #C0E2D4;
	height:100%;
	width:868px;
	z-index:1;
}

div#contenuTxt {
	padding:15px;
}
	
div#piedpage {
	position:fixed;
	width:1049px;
	height:15px;
	bottom:0;
	text-align:center;
	vertical-align:middle; 
	background:transparent url("images/bgOFF.gif") repeat-x top left;
	border-top:4px solid #336666;
	border-bottom:1px solid #C0E2D4;
	border-right:1px solid #C0E2D4;
	border-left:1px solid #C0E2D4;
	z-index:1;
}

div#cadre1 {
	float:left;
	padding:5px;
	width:400px;
	height:185px;
	margin-bottom:14px;
	border:1px solid #C0E2D4;
}
div#cadre2 {
	float:left;
	padding:5px;
	margin-left:14px;
	margin-bottom:14px;
	width:400px;
	height:185px;
	border:1px solid #C0E2D4;
}
div#cadre3 {
	float:left;
	margin-bottom:14px;
	padding:5px;
	width:400px;
	height:260px;
	border:1px solid #C0E2D4;
}
div#cadre4 {
	float:left;
	margin-left:14px;
	margin-bottom:14px;
	padding:5px;
	width:400px;
	height:260px; 
	border:1px solid #C0E2D4;
}
div#cadre5 {
	float:left;
	margin-bottom:14px;
	padding:5px;
	width:400px;
	height:185px;
	border:1px solid #C0E2D4;
}
div#cadre6 {
	float:left;
	margin-left:14px;
	margin-bottom:14px;
	padding:5px;
	width:400px;
	height:185px;
	border:1px solid #C0E2D4;
}
div#gloubi{
	position:fixe;
	margin-left:5px;
	height:550px;
	width:848px;
	top:200px;
	overflow:auto; 
}

ol.listemenu {
        font: italic 18px Georgia, Times, serif;
        color: #555555;
}
ol.listemenu li:hover{
        background-color: #eeeeee;
}
ol.listemenu span strong a{
        font: bold 0.8em Georgia, Times, serif;
        text-decoration: none;
        border-bottom: 1px dotted #999;
        color: #224970;
}
ol.listemenu span em{
        font: italic 0.7em Arial, Helvetica, sans-serif;
        color: #555555;
}
ol.listemenu span em strong a{
        font: italic 1em Arial, Helvetica, sans-serif;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    margin:0 7px 0 0;
    background-color:#CCCCCC;
    border:1px solid #777;
    border-top:1px solid #777;
    border-left:1px solid #777;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
.majuscule
{
    text-transform: uppercase;
}

input
{
	border: #CCC 1px solid;
}
input:hover, input:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

input.tauxSeuil
{
	margin-left: 5px;
	width: 50px;
}

