
h1 {
	margin: 0px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: left;
	font-size: 24px;
	font-family: "Century Gothic", Arial, sans-serif;
}
h4 {
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #D23929;
	font-family: "Century Gothic", Arial, sans-serif;
}

 .categories{
 	color:#000033;
 	font-size: 11px;
 }
 

 
 
/***************** BLOC IMAGE *****************/

/* --- Menu */
.menu {
	width : 888px;
	height:auto;
	margin-left:13px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#image-menu {
	/*background-image: url(../images/image_main.jpg);*/
	background-repeat: no-repeat; 
}
#image-menu a {
	color: #666666;
	text-decoration: none;
}
.image-menu-ul {
	display: inline;
	margin: 0px;
	border-collapse:collapse;
	line-height: auto;	
}
#image-menu li {
	margin-left: 2px;	
	margin-right: 2px;
	height: auto;
	display: inline;
	text-align: center;
	/*vertical-align: top;*/
}




/* --- Image Main */

#image-content {
}
#image-content h1{
	color:#482424;
  margin-left: 0px;
  padding-left: 0px;
	/*font-family: "Century Gothic", Arial, sans-serif;*/
	font-size: 18px;
	font-weight: normal;
	text-decoration:underline;
	font-style:normal;
}
#image-content h2{
	color: #000000;
	text-align: left;
	padding-left: 5px;
	/*font-family: "Century Gothic", Arial, sans-serif;*/
	font-size: 14px;
	font-weight: normal;
}

#image-content a {
	color: #990000;
	text-decoration: none;
}
#image-content a:hover {
	text-decoration: underline;
}

#mainImage{
	border: 1px solid #000;
	cursor:pointer;
}


/* ---  Texte sous l'image */
#image-text{
	width: 849px; /*915-33-33*/
	height: auto;
	margin-left: 33px;
	margin-right:	33px;
	text-align: justify;
	font-style: normal;
}

#image-note{
	height: auto;
	width: 425px;
	float: left;
	margin-top: 12px;
	font-size: 13px;
	font-style: italic;
	padding-top:0px;
	/*padding-right:20px;*/
	color: #221111;
}

#image-exif{
	width:350px;
	height: auto;
	float: right;
	margin-top: 12px;
	font-size: 10px;
	color: #772211;
	padding-left: 12px;
	border-left-style: solid;
	border-left-color: #990000;
	border-left-width: 1px;
}


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


/***************** BLOC COMMENTAIRES *****************/
/* bloc de texte */
.texte-common{
	width: 915px;
	height: auto;
	position:relative;
	top:15px;
	left:15px;
	background-repeat: no-repeat;
	color: #000012;
}

.texte-common h1{
	padding-left: 30px;
	font-size: 20px;
	color: #333366;
	font: Verdana, Arial, Helvetica, sans-serif;
}

#texte-header {
	background-image: url(../images/comments_header.jpg);
	height: 20px;
}
#texte-content {
	background-image: url(../images/comments_main.jpg);
	background-repeat: repeat;
	text-align: justify;
	font-family: "Century Gothic", Arial, sans-serif;
}
#text-content p {
 	margin: 0 0 10 0;
}
#texte-content a {
	color: #990000;
	text-decoration: underline;
}
#texte-content a:hover {
	text-decoration: none;
}
#texte-footer {
	background-image: url(../images/comment_foot.jpg);
	height: 20px;
}


#texte-commentaires-content {
	background-image: url(../images/comments_main.jpg);
	background-repeat: repeat;
}
#texte-commentaires-content li {
	background-color: #FFFFFF;
	list-style-type: none;
	margin: 0px 10px 10px -25px;
	padding: 5px;
}
#texte-commentaires-content li a{
	color:#990000;
	text-decoration:none
}
.commentaires-gauche {
	float: left;
	width: 460px;
	margin-right: 10px;
	margin-left: 15px;
	text-align: justify;
	font-size: 11px;
	height: auto;
}
.commentaires-droit {
	float: right;
	width: 385px;
	margin-right: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #676D7E;
	padding-left: 5px;
	height: auto;
}

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


/****************** FORMULAIRE ***********************/
/* Formulaire commentaires */
div.row {
 	clear: 			 both;
	padding-top: 10px;
	padding-left:18px;
 }

div.row span.label {
 	float: left;
 	width: 65px;
 	text-align: left;
 }

div.row span.formw {
 	width: 160px;
 	text-align: left;
 }

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border: 1px solid #ECECEC;
}
input[type], textarea[name] {
	background : #FAFAFA;
}

.font-nom{
	color:#CC0033;
	font:Arial, Helvetica, sans-serif;
	size:auto;
}

.font-adresse{
	color:#3300FF;
	font:Arial, Helvetica, sans-serif;
	size:auto;
}

input[type=submit], input[type=reset] {
	background : #FAFAFA;
	color : #000;
}

input[type=submit]:hover {
	background : #FAFAFA;
	color : #D96C00;
}
/********************************************/

/*Footer */

#footer {
	font-size: 10px;
	height:20px;
	color: #666666;
	font-style: italic;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}


blockquote {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 7px;
	margin: 5px;
	color: #333333;
	font-style: italic;
}

