/* *** principal *** */

html {
	
width:100%;
height:100%;
	border:none;
	margin:0;
	margin-top: 0px;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size: 100%;
	padding:0;
	border:none;
	margin:0;
	margin-top: 0px;
    text-align: center; /* pour corriger le bug de centrage IE */
	width:100%;
	height:100%;
}

#conteneur{
margin:0;
padding:0;
border:none;
margin-left:auto;
margin-right:auto;
width:800px;
height:auto;
    text-align: left; /* on rétablit l'alignement normal du texte*/
}
#conteneurIndex{
margin:0;
padding:0;
border:none;
margin-left:auto;
margin-right:auto;
width:100%;
height:100%;
    text-align: left; /* on rétablit l'alignement normal du texte*/
}
#conteneurIndex.sommaire{
	margin:0;
	padding:0;
	border:none;
	background-color: transparent;
}



#header {
	xxxheight: 200px;
	height: 99px;
	width: 800px;
	
}


#menu {
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	top: 200px;
	width: 800px;
	height: 32px;
}

#content {
	aaamargin-bottom: -17px;
	top: 232px;
	background-image: url(../images/decog.jpg);
	background-repeat: repeat-y;
	
	
	
}

#BULLES {
	width:100%;
	height:100%;
	
}


#bandeau {
	xxxbackground: #DB2424;
	background-color:#3399cc;
	margin:0;
	padding:0;
	border:none;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	height: 15px;
	line-height:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	position:absolute;
	bottom:12px;
	left:0px;
	vertical-align:middle;
}


/* *** article 13 *** */

#conteneur14{
	background-image: url(../images/cahier.gif);
	background-repeat: repeat-7;
	margin-left: auto;
    margin-right: auto;
    width: 800px;
    text-align: left; /* on rétablit l'alignement normal du texte*/
}