/* CSS Julien.mirgot.info */

body {
    background:#00496C url(img/fond-page.jpg) repeat-y center;	/*#cccccc url(img/bg.gif);  00496C 2D81B7*/
    font-family : Verdana, Geneva, sans-serif;
	text-align:center;
    line-height : 1.5em;
    font-size : 75%;
	margin:0;
}
p {
	color : #000000;
    font-size : 12px;
}
p span {
	font-size : 9px;
}
h2 {
	color : #d9b39f;
	font-size : 14px;
}
h3 {
	font-size : 140%;
	color : #333333;
}
h4 {
	font-size : 120%;
	color : #333333;
	margin-top : 35px;
}
h5{
	font-size: 130%;
	text-indent: 10px;
}
h6{
	font-size: 100%;
	color: #00496C;
	text-indent: 10px;
}

.titre-tabl {
	font-size : 100%;
	font-weight : bold;
	color : #333333;
}
.normal-petit {
	font-size : 80%;
}
.soulig {
	text-decoration : underline;
}
.text-tabl {
	font-size : 12px;
	font-style : normal;
}
.menu-album {
	font-size : 10px;
}
.align {
	text-align : center;
}
.w3c {
	border : 0;
}
/*******************Page********/
#page {
	width : 750px; 				/*  (pour écran 800x600 on peut aller jusqu'a 746px)*/
	margin-right:auto;
	margin-left:auto;
	text-align:justify;
	background-color : #bb4b0b; /*bb4b0b*/
}
#page-top{
	width : 790px; 	/*  (pour écran 800x600 on peut aller jusqu'a 746px)*/
	height:100px;
	margin:auto;
	background : #00496C url(img/fond-top.jpg) no-repeat;
}

/*******************Top********/
#top {
	height : 80px;
	width : 730px;
	background : #c0bfbd;
	font-size : 16px;
	color : #000000;
	font-family : "Times New Roman", Times, serif;
	letter-spacing : 0.3em;
	font-weight : bold;

}
#top span {
	position : relative;
	width : 730px;
	height : 48px;
	background : url(img/fond-titre.jpg);
	background-repeat : no-repeat;
}

/*******************Navigation********/
#navigation {
	display : inline;
	float : left;
	margin-top : 10px;
	margin-left: 10px;
	width : 160px;
}
#navigation div {
	margin-bottom : 1em;
	background : #9c3f0c url(img/nav-bas.jpg) no-repeat bottom; /*9c3f0c*/
}
#navigation h2 {
	margin : 0;
	padding : 3px;
	padding-left : 6px;
	background : #9a9ca6 url(img/h2-bg.gif);
	font-weight : bold;
	letter-spacing : 1px;
}
#navigation ul {
	margin : 0;
	padding : 10px 0;
	list-style : none;
}
#navigation ul li {
	padding : 0;
	display : inline;
}
#navigation ul li a {
	display : block;
	padding : 5px 5px 5px 28px;
	color : #ffffff;
	background: url(img/menuhover.jpg) no-repeat left;
	text-decoration: none;
}
#navigation ul li a:hover {
	color : #ffff99;
	background: url (img/menu.gif) no-repeat left;

}
#navig-gauche-bas {
	text-align : center;
	margin : 5px 0;
	padding : 5px;
}

/*******************Main********/
#main {
	width: 560px;
	margin-left : 180px; 	/*480px de large*/
	margin-top:10px;
	padding : 0;	
	text-align:justify;
	background-color : #ffffff;
}
#main-int {
	padding : 20px 20px 20px 20px;
	text-align: justify;
	background : #ffffff url(img/coins-haut.jpg) no-repeat top;
}


/*******************Stage********/
.div-stage{
	background: #EEEEEE url(img/div-stage-bottom.jpg) bottom no-repeat;
	padding: 0 0 10px 0;
	width: 520px;
	
}
.div-stage p{
	margin-left: 10px;
}
.div-stage span{
	font-style: italic;
	font-size: 95%;
}
.div-stage em{
	font-style:normal;
	text-decoration: underline;
}

.div-titre{
	margin:0px;
	height:18px;
	text-align: right;
	background: #FFFFFF;
}

/*******************Footer********/
#footer {
	padding : 10px;
	clear : both;
	background : #cccccc url(img/coins-bas.jpg) no-repeat bottom;
	text-align : right;
}

/*******************Autres********/
#pub {
	padding-left : 45px;
	position : absolute;
	/*top : 120px;*/
	top: 20px;
}
#imag-haut {
	background-color : #ffffff;
	margin-left : 400px;
	position : absolute;
}
#news {
	background-color : #ffff66;
	border : thin dashed #bb4e0d;
}
#phpmyvisites {
	text-align : center;
	margin : 5px 0;
	padding : 0;
}
#album-menu {
	float : left;
	width : 140px;
}
