*
{
 	padding: 0px; 
	margin: 0px; 
}

img
{
	border: 0;
}

body
{
	font: 0.8em "Trebuchet MS", helvetica, sans-serif;
	color: #444444;

	background: url("img/bgGrad.png") repeat-x top left;
	background-color: #223b49;
	
	text-align: center;
}

hr
{
	clear: both;
	visibility: hidden;
}


a
{
  	color: #444444;
	text-decoration: none;	

}
a:hover
{
  	color: #d2232a;
	text-decoration: underline;	
}

.titreArticle:hover
{
	text-decoration: none;
}


#stamp
{
	float: right;
	margin-top: 4px;
	margin-right: 55px;
}

#block
{
	margin: auto;
	width: 778px;
	text-align: left;
	background: url("img/ban.png") no-repeat top left;
	padding-top: 77px;
}

#footer
{

	text-align: right;
	background: url("img/footer.png") no-repeat top left;
	padding-top: 40px;
	padding-right: 10px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 0.9em;
}

#footer div
{
	float: left;
	width: 370px;
}

#footer div.foot_left
{
	text-align: left;
	margin-left: 20px;
}


#menu a
{
  	color: #444444;
	text-decoration: none;	

}
#menu a:hover
{
  	color: #d2232a;
	text-decoration: underline;	
}


#menu
{
	font-size: 1.2em;
	margin-left: 30px;
	
	padding-left: 45px;
	padding-top: 35px;
	background: url("img/bgMenu.png") no-repeat -0px 0;
	height: 30px;
	margin-bottom: 0px;
}

#menu li
{
	list-style: none;
	padding-left: 8px;
	display: inline;
}

h1
{
	color: #ffffff;
	margin-left: 15px;
	margin-bottom: 28px;
	text-align: left;
	margin-top: 15px;
	padding: 12px;
	padding-left: 10px;
	/* background: url("img/puce.png") no-repeat 0 10px; */
}

h2
{
	margin-top: 00px;
	border-bottom: 1px solid #d2232a;
}

.puceTitle
{
	background: url("img/puce.png") no-repeat 0 10px;
	padding-top: 15px;
	padding-left: 40px;
}

.auteur
{
	text-align: right;
	font-size: 0.8em;
}
.date
{
	text-align: right;
	font-size: 0.8em;
	margin-bottom: 10px;
}

#trunk
{
	margin-top: 33px;
	background: url("img/bg.png") repeat-y top left;
}

#left
{
	float: left;
	display: inline;

	width: 480px;
	margin: 0 20px;
	margin-right: 0px;
	padding: 10px;
	padding-top: 0;
}

#leftImgVwr
{
	float: left;
	display: inline;

	width: 700px;
	margin: 0 20px;
	margin-right: 0px;
	padding: 10px;
}

#right
{
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 20px;
	display: inline;
	float: right;
	width: 210px;
	padding: 10px;
}

#right h2
{
	text-align: left;
	padding-left: 8px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #d2232a;
	color: white;
	/* border-bottom: 1px dotted #d2232a; */
}

#right ul
{
	border: 1px dotted #444444;
	border-top: 0px;
	padding: 8px;
	margin-bottom: 20px;
}

#right li
{
	margin-top: 5px;
	list-style: none;
	padding-left: 0px;
	font-size: 0.95em;
}

*
{
	margin: 0px;
	padding: 0;
}
.news
{
	text-indent: 20px;

}

/* ---------------------------------------- */
/* mise en forme des éléments dans les news */
/* ---------------------------------------- */
.news a
{
	text-decoration: underline;
}

.news h1
{
	text-indent: 0px;
	color: #444444;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}

.news h2
{
	text-indent: 0px;
	color: #444444;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

.news h3
{
	text-indent: 0px;
	color: #444444;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 3px;
}

.news p
{
	color: #444444;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	border: 0;
}

.news ul, .news ol
{
	margin-bottom: 10px;
	margin-left: 50px;
	text-indent: 0px;
}

.news hr
{
	visibility: visible;
	margin-bottom: 5px;
}

a.hiddenA
{
	text-decoration: none;
}


.readMore
{
	color: #d2232a;
	font-size: 0.8em;
	text-decoration: none;	
}

.news .readMore:hover
{
	color: #d2232a;
	font-size: 0.8em;
	text-decoration: underline;	
}

.thumbs
{
	text-align: left;
	margin: 10px 0;
}
.infos
{
	font-size: 0.8em;
	color: ;;
}

.nbcomments
{
	float: right;
	text-align: right;
	width: 100px;
	border-top: 1px dotted #d2232a;
	font-size: 0.8em;
	margin-bottom: 20px;
}


.comment
{
	padding: 10px;
}

.comment p
{
	margin: 5px;
	padding-left: 8px;
	/* border-left: 1px dotted #d2232a; */
	border-left: 3px solid #888;
}

.comment_head
{
	font-size: 0.9em;
}

.comments textarea
{
	width: 300px;
	height: 80px;
}

.comments form
{
	padding-left: 10px;
}

.comments h2
{
	font-size: 1.2em;
	
}

.comments .puceTitle
{
	margin-top: 20px;
	background: url("img/iconComments.png") no-repeat 0 8px;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 5px;
}

.imageBlock
{
	width: 700px;
	text-align: center;
}

.imageBlock img
{
	padding: 10px 0;
}
.imageBlock h2,h3,h4
{
	text-align: left;
}

.imageOptions
{
	text-align: center;
}

.expoBlock
{
	width: 700px;
}

.expoBlock h2
{
	margin-bottom: 20px;
}

.expoBlock hr
{
	clear: both;
}

.expoBlock h3
{
	text-align: center;
	font-size: 1.5em;
	margin-top: 25px;
}

.expoBlock p
{
	padding: 10px;
	text-indent: 20px;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 15px;
	width: 550px;
	margin-left: 70px;
}

.expoPieces
{
	/* border-top: 1px solid #d2232a; */
	padding: 5px 0;
	margin-top: 2px;
}

.expoPieces img
{
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
}

.expoPieces h2
{
	float: left;
	color: #777;
	font-size: 1em;
	width: 520px;
	border: 0;
	padding-left: 5px;
	margin-left: 10px;
	margin-bottom: 5px;;
	border-left: 3px solid #d2232a;
}

.expoPieces ul
{
	border: 0;
	display: block;
	float: left;
	width: 520px;
	margin-left: 10px;
	padding-left: 5px;
	border-left: 3px solid #888;
}

.expoPieces li
{
	list-style: none;
}

/* ------------------------------------------- */
.expoPiece
{
	padding: 5px 0;
	margin-top: 5px;
}
.expoPiece img
{
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
}
.expoPiece h2
{
	float: left;
	color: #777;
	font-size: 1em;
	border: 0;
	padding-left: 5px;
	margin-left: 10px;
	margin-bottom: 5px;;
	border-left: 3px solid #d2232a;
}
.expoPiece ul
{
	border: 0;
	display: block;
	float: left;
	width: 350px;
	margin-left: 10px;
	padding-left: 5px;
	border-left: 3px solid #888;
}
.expoPiece li
{
	list-style: none;
}
/* ------------------------------------------- */
.expoPiece p
{
	float: left;
	padding: 0;
	padding-left: 5px;
	border-left: 3px solid #888;
	text-align: left;
	width: 350px;
	text-indent: 0;
	margin: 0;
	margin-left: 10px;
	margin-top: 5px;
}

.piece_hr
{
	border-bottom: 1px solid gray;
	font-size: 2px;
	
	margin-left: 113px;
	margin-right: 100px;
	clear: both;
}
.piece_name
{
	font-style: italic;
}
.piece_year
{
	color: #777;
	font-size: 0.8em;
}
.piece_dimension, .piece_compo
{
	font-size: 0.9em;
}



.expoList
{
	padding: 10px 30px;
}


ul.navBar a
{
	color: #fff;
}

ul.navBar
{
	color: #fff;
}

ul.navBar li
{
	list-style: none;
	display: inline;
	padding: 5px;
	background: #777;
	margin-right: 8px;
}

.noImage
{
	display: block;
	float: right;
	width: 100px;
	margin-bottom: 10px;
}


