/* CSS Document */
body {
	text-align: center;
}

#conteneur {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


/* LOGO */
#secorebat{position: relative;top:-70px;
}
#logo {
	width: 795px;
	float: left;
	height: 64px;
       /*background: url(../images/logo-se-corebat.gif) no-repeat;*/
	padding-top: 16px;
	padding-right: 15px;
}

#logo p{       
	font: bold 0.8em/13px "Trebuchet MS", sans-serif, Arial;
	color: #OOOOOO;
	text-align: right;
	margin: 0px;
}

#logo span.gris {
	color: #999999;
	font-size: 80%;
}

/* FIN LOGO */






#menu {
	background: url(../images/menu.jpg);
        border-bottom:1px solid #84776B;
	float: left;
	height: 25px;
	width: 800px;
	padding-top: 5px;
}
#cont {
	/* background: url(../images/bg-cont.gif); */
	float: left;
	width: 800px;
	height: 600px;

}
html>body #cont {
	height: auto;
	min-height: 700px;

}

#cont-menu {
	float: left;
	width: 243px;
	margin-top: 88px;
	text-align: center;
}
#menu-gauche {
	background: #f2f2f2;
	width: 185px;
	height: 232px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
html>body #menu-gauche {
	height: auto;
	min-height: 232px;
}

#cont-texte {
	float: right;
	width: 497px;
	margin-top: 164px;
}

#texte {
	float: left;
	width: 467px;
	height: 173px;
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	background: #FFFFFF;
	padding-right: 14px;
	padding-left: 14px;
}



html>body #texte {
	height: auto;
	min-height: 173px;
}
#foot-texte {
	background: url(../images/foot-texte.jpg) no-repeat;
	float: left;
	height: 4px;
	width: 497px;
}


div#mots-clef,div.largeur {
	width: 695px;
	float: left;
	margin-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
}

#foot {
	background: url(../images/foot.gif);
	float: left;
	height: 31px;
	width: 800px;
	padding-top: 15px;
}



img {
	border-style: none;
}



