.style_Entete {
	position: static;
	left: 0px;
	width: 100%;
	z-index: 1;
}

.style_EnteteHdP {
	top: 0px;
	height: 100px;
	margin-bottom: 15px;
}

.style_EnteteBdP {
	position: static;
	height: 50px;
	/*margin-top: 0px;*/
}

.style_EnteteFond {
    background: rgb(61, 61, 61);
    height: 100%;
}

.style_EnteteOmbre {
	background-repeat: repeat;
	height: 15px;
}

.style_EnteteOmbreDroite {
	background-image:url('rsc/ombre.png');
}

.style_EnteteOmbreInversee {
	background-image:url('rsc/ombre_inv.png');
}

.style_Titre {
	padding-left: 25px;
	padding-top: 45px;
}

a {
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
a:visited {
        
}

html,body {height: 100%;}
body { 
    background: rgb(61, 61, 61);
    color: #CCCCCC;
    font-family: Arial;
    font-size: 10pt;
    margin: 0px;
}

hr {
	border: 1px #CCCCCC solid;
	background-color: #333333;
	width: 100%;
	height: 1px;
}


input, textarea {
	background-color: #666666;
	color: #333333;
	border: 1px solid #CCCCCC;
}

input.button {
	background-color: #333333;
	color: #CCCCCC;
	border: 1px solid #666666;
}


div { 
    overflow: visible; 
}
img { 
    border: none; 
}

td {
	vertical-align: top;
	padding: 5px;
}

.imgCateg {
	float: left;
	border: 1px #666666 solid;
	background-color: #333333;
	margin: 10px;
	padding: 5px;
	width: 200px;
	text-align: left;
	z-index: 3;
}

.imgThumb {
	float: left;
	border: 1px #666666 solid;
	background-color: #333333;
	margin: 10px;
	padding: 5px;
	z-index: 3;
}

table.admin {
	border : 1px solid #CCCCCC;
}
td.titre {
	background-color: #666666;
}

p {
	text-align: justify;
}
