/*
 * HTML global
 */
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:98%;
}
body{
    font-family: arial, sans-serif;
    font-size:0.75em;
    background: url(../images/fond-ecran.gif) top center repeat-y;
	background-color: #fdb824;
}
img{
    border:0;
    display:block;
}
a{
	color: #737b30;
	font-weight:bold;
}
a:hover{
    text-decoration: none;
}

h1{
    text-indent: -5000px;
	position:absolute;
	top:0;
	left:0;
}
p{
	margin:0 0 12px 0;
}


/*
 * Containeurs de mise en forme
 */
table{
	width:100%;
	height:100%;
}
table td{
	vertical-align: middle;
}
#cont_page_global{
	position:relative;
    width:980px;
    margin:0 auto;
}
#cont_foot{
	padding:7px 0 25px 0;
	text-align:center;
	font-size:0.9em;
}
#cont_foot a{
	color:#ad5006;
}
#logos{
    text-align:center;
}
#logos img{
    display:inline;
}



/*
 * Mise en forme diverse
 */
.clear{
	clear:both;
	font-size:0;
	line-height: 0;
	height:25px;
}

