/*******************************************************/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family : verdana;
	font-size : 11px;
	color : #333333;
	background: url(images/fond.jpg) repeat;
}


/*******************************************************/
.page {
	width: 780px;
	height: 100%;
}

.page-bord-gauche {
	width: 15px;
	background: url(images/page_fond_gauche.jpg) repeat-y;
}
.nouvelle {
	padding-top: 10px;
}

.page-bord-droite {
	width: 15px;
	background: url(images/page_fond_droite.jpg) repeat-y;
}
.page-centre {
	width: 754px;
	background: url(images/page_fond.jpg);
}


/*******************************************************/
.page-en-tete {
	background: url(images/en-tete_fond.jpg) repeat-x;
	height: 69px;
}
.page-menu-horizontal {
	background: url(images/menu_horiz_fond.jpg) repeat-x;
	height: 48px;
}
.page-menu-vertical {
	width: 180px;
	vertical-align: top;
}
.page-contenu {
	width: 574px;
	padding: 10px;
	vertical-align: top;
}
.titre1 {
	font-weight: bold;
}

.page-pied {
	background: url(images/pied_fond.jpg) repeat-x;
	height: 7px;
}
.page-top {
	background: url(images/top_fond.jpg) repeat-x;
	height: 7px;
}

/*******************************************************/
.menu-debut {
	background: url(images/menu_haut_fond.jpg) no-repeat;
	height: 38px;
	font-weight: bold;
	padding-left: 19px;
}
.menu-item {
	background: url(images/menu_fond.jpg);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
}
.menu-fin {
	background: url(images/menu_bas_fond.jpg) no-repeat;
	height: 30px;
}

/*******************************************************/


a:link {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}


/********************************************************/

h1 {
	border-bottom: 1px #333333 solid;
	padding-left: 15px;
	font-size : 17px;
	font: bold;
	background : url(images/puce_1.jpg) no-repeat
}

h2 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
    background-image:url(images/fond-separation.jpg);
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


.copyright {
	text-align: center;
	color: #003366;
	height: 25px;
	vertical-align: middle;
}

.vousetesici {
	border-bottom: 1px #CCCCCC solid;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 1px;
}
.espacevide {
	height: 2px;
}


