/* CSS Document */

html {
	background: #333333;
}
body {
	font-family:"Trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	width: 750px;
	margin: 20px auto 40px;
	display: block;
	position: relative;

}

li,td {
font-size:14px;
}

ul {
margin-left:10px;
}

li {
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
}

p {
padding:7px;
}

a, a:link, a:visited, a:active {
color:#0046C4;
text-decoration:none;

}
a:hover {
	color:red;
	text-decoration:underline;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0033CC;
	margin-bottom: 5px;
}


h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 2px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 2px;
}

em {
	color: #0033CC;
	font-size: 12px;
	font-style: italic;
	background-color: #F3F3F3;
}
.legeritalique {
	color: #666666;
	font-style: italic;
	font-size: 12px;
}
.legeritaliqueBlanc {
	color: #FFFFFF;
	font-style: italic;
	font-size: 12px;
}
.font_article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.descriptif {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 500px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.whiteboldbig {
	font-size: 16px;
	font-weight: bold;
	color: #F2F2F2;
}
/*--------HEAD--------------*/
#entete {
	display: block;
	height: 100px;
	width: 750px;
	background-image: url(./squelette/head2.jpg);
}
#entete h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #0066CC;
}
/*-----------------------box Down------*/
#boite_flottants{
	width: 750px;
	margin: 0px;
	background-image: url(./squelette/conteneur750.jpg);
	background-repeat: repeat-y;
	display: block;
	position: relative;
}
#boite_down{
	width: 750px;
	display: block;
	height: 76px;
	background-image: url(./squelette/boiteDown.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	clear: both;
}
/*-----------block---------*/
#new_une {
	height: 300px;
	width: 200px;
	clear: left;
	float: left;
	border: thin inset #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #F9F2F9;
}
#new_deux {
	width: 300px;
	margin-left: 215px;
	height: 200px;
	margin-top: 50px;
}
/*-----------------ALBUM----------*/
#box_album {
	width:500px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	float: right;
	margin-right: 20px;
}

/*-------------------main-------------------*/
#box_main {
	width:500px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 30px;
	padding-bottom: 10px;
	float: right;
	margin-right: 20px;
	background-attachment: fixed;
	background-image: url(./squelette/fonf_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#box_main li {
	font-size: 12px;
	margin-left: 15px;
	list-style-position: outside;
	list-style-image: url(./puce.gif);
}
#box_main ul {
	margin-left: 30px;
	font-size: 12px;
}
#box_main font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*--------------------box right 200----------------------*/
#conteneur_sidebar {
	width:200px;
	display: block;
	float: left;
}
#sidebar {
	width:90%;
	margin-right: 5px;
	margin-left: 10px;
	padding-bottom: 0px;
	float: right;
	margin-top: 30px;
	margin-bottom: 50px;
}
#sidebar a {
	color: #FFFFFF;
}

#sidebar li {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style-position: outside;
	list-style-image: url(./img_Squelette/puceRed.jpg);
}

#sidebar ul {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}


/*-----------pied---------------*/

.licence {
	width: 750px;
	font-size: 10px;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #333333;
	position: relative;	
}
.licence a {
	color: #EFEFEF;
}
.licence a:hover {
	color: #000000;
	background-color: #CCCCCC;
}
#pied {
	border-top: #000000 1px solid;
	display: block;
	width: 749px;
	height: 25px;
	font-size: 12px;
	color: #CC0000;
	font-family: "Palatino Linotype", Arial, Helvetica;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #333333;
}
#pied a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#pied a:hover {
	color: #FF6600;
	text-decoration: none;
	background-color: #CCCCFF;
}
.passer_dessous {
	clear: both;
	width: 100%;
}
#block1 {
	margin-top: 10px;
	margin-left: 30px;
	width: 110px;
}
img {
	margin: 0px;
}
#block2 {
	background-image: url(./squelette/ecussonJeanLouis60.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 59px;
	width: 60px;
	margin-left: 430px;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#boxFlash {
	clear: left;
	float: right;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#block_ecrire {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
