/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
body {
	background: #F5F5F3;
	margin: 0px;
	padding: 0px 0px ;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FE0101;  /*#CC3333*/
}*
.boby1 {
	background-color: #FFFFFF;  /*#CC3333*/
}
.bodynoir {
	margin:0px;
	height:100%;
	background-color: #000000;
	padding:0px;
}
.bodyrouge {
	margin:0px;
	height:100%;
	padding:0px;
}
#mainvert{
	margin: auto;
	margin-bottom:0px;
	position:relative;
	width:640px;
	padding-left:30px;
	padding-right:30px;
	text-align:justify;
	font-weight:bold;
	font-size:1.3em;
	color: #000000;
	background-color: #00FF00;
}
#mainnoir{
	margin: auto;
	margin-bottom:0px;
	position:relative;
	width:640px;
	padding-left:30px;
	padding-right:30px;
	text-align:justify;
	font-weight:bold;
	font-size:1.3em;
	color: #FFFFFF;
	background-color: #000000;
}
#mainrouge{
	margin: auto;
	margin-bottom:0px;
	position:relative;
	width:640px;
	padding-left:30px;
	padding-right:30px;
	text-align:justify;
	font-weight:bold;
	font-size:1.3em;
	color: #FFFFFF;
	background-color: #FE0101;
}
#mainbleu{
	margin: auto;
	margin-bottom:0px;
	position:relative;
	width:640px;
	padding-left:30px;
	padding-right:30px;
	text-align:justify;
	font-weight:bold;
	font-size:1.3em;
	color: #FFFFFF;
	background-color: #0066FF;
}
#main {
	margin: 20px auto;
	width: 600px;
	padding: 20px 30px 70px;
	background: #FE0101;  /*#CC3333*/
}
/*PAGE EXPOS*/

.alignleft { text-align:left;}
#titlesexpos {
	text-align:left;
	background: #000000;
	border-color: #000000;
	height: 171px;
	width: 490px;
	background-color: #000000;
}
#pageheartexpos {
	text-align:left;
	font:  Arial, sans-serif;
	font-weight:bold;
	position:center;
	background: #CC3333;
	border-color: #CC3333;
	color: #FFFFFF;
	height: 171px;
	width: 490px;
}
#commentsexpos {
	clear: both;
	text-align:left;
	color: #000000;
}
#commentsexpos a:link, a:active { text-decoration: underline; color: #000000; }
#commentsexpos a:visited { text-decoration: underline; color: #000000; }
#commentsexpos a:hover, a:focus { text-decoration: underline; color: #777777; }
#commentsblanc {
	clear: both;
	text-align:left;
	color: #FFFFFF;
}
#commentsblanc a:link, a:active { text-decoration: underline; color: #FFFFFF; }
#commentsblanc a:visited { text-decoration: underline; color: #FFFFFF; }
#commentsblanc a:hover, a:focus { text-decoration: underline; color: #777777; }
.imageexpos {
	margin: 0;
	border: 0;
	padding-left: 18px;
	background-color: #000000;
}
/*PAGE BIO*/
#titlesbio {
	text-align:left;
	background: #000000;
	border-color: #000000;
	height: 171px;
	width: 490px;
	background-color: #000000;
}
#pageheartbio {
	text-align:left;
	font:  Arial, sans-serif;
	font-weight:bold;
	position:center;
	background: #CC3333;
	border-color: #CC3333;
	color: #FFFFFF;
	height: 171px;
	width: 490px;
}
#narrow {
	/*width: 775px;*/
	border-bottom-color: #FE0101;  /*#CC3333*/
	border-color: #FE0101;  /*#CC3333*/
	color: #000000;
}
#narrow {
	background: #FE0101;  /*#CC3333*/
	width: 600px;
	height: 600px;
	text-align:justify;
	font-weight:bold;
	font-size:1.3em;
	
}
#mainp {
	margin: 20px auto;
	width: 600px;
	padding:0px;
	/*padding: 20px 30px 70px;*/
	background: #00FF00;  /*#CC3333*/
}
#narrowp {
	/*width: 775px;*/
	border-bottom-color: #00FF00;  /*#CC3333*/
	border-color: #00FF00;  /*#CC3333*/
	color: #000000; /*color: #660099;*/
}
#narrowp {
	background: #00FF00;  /*#CC3333*/
	width: 600px;
	/*height: 600px;*/
	text-align:justify;
	font-weight:bold;
	font-size:1.3em;
	
}

#credit {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #96967E;
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 12px;
	_margin-top: 40px; /* IE Only */
}


/* Text Styles
------------------------------ */
body {
	font: normal 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*color: #FFFFFF;*/
}
h2 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 25px;
}
h2 a:link, h2 a:visited, h2 span {
	color: #8DB8CF;
}
h3 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 30px;
}


/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: underline; color: #000000; }
a:visited { text-decoration: underline; color: #000000; }
a:hover, a:focus { text-decoration: underline; color: #333333; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
	/*background-color: #FE0101;  /*#CC3333*/
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;
	
	border: 1px solid #92BED3;
	background: #DDEAF0;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #D3E4ED;
	background: #F2F7F9;
}
.imagethumb a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #E7F0F5;
	background: #CC3333;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 340px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 480px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image {
	margin: 0;
	border: 0;
	padding-left: 18px;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}


/* titles
------------------------------ */
#titles {
	text-align:left;
	background: #FFFFFF;
	border-color: #CC3333;
	height: 171px;
	width: 490px;
	background-color: #FE0101;  /*#CC3333*/
}

/* pageheart
------------------------------ */
#pageheart {
	text-align:left;
	font:  Arial, sans-serif;
	font-weight:bold;
	position:center;
	background: #CC3333;
	border-color: #CC3333;
	color: #FFFFFF;
	height: 171px;
	width: 490px;
}



/* Comments
------------------------------ */
#comments {
	clear: both;
	background: #FE0101;  /*#CC3333*/
	border-color: #FE0101;  /*#CC3333*/
	text-align:center;
	color: #000000;
}
.commentp {
	padding: 10px;
	margin-bottom: 12px;
	background: #69AC0F;  /*#CC3333*/
	border-color: #69ACOF;  /*#CC3333*/
	color: #660099;
}
#comments1 {
	clear: both;
	width:610px;
	background: #FE0101;  /*#CC3333*/
	border-color: #FE0101;  /*#CC3333*/
	text-align:center;
	color: #000000;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	margin-bottom: 12px;
	background-color: #FE0101;  /*#CC3333*/
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}

/* Frames
--------------------------*/
#framecles {
	background: #0099FF;
	text-align:left;
	color: #000000;
	font: Arial, sans-serif;
	font-weight:bold;
	font-size: medium;
	border-bottom-color: #0099FF;
	border:0;
	width:100%;
	height:300;
	frameborder:0;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #CC3333;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}

#narrowliens a:link, a:active { text-decoration: underline; color: #FFFFFF; }
#narrowliens a:visited { text-decoration: underline; color: #FFFFFF; }
#narrowliens a:hover, a:focus { text-decoration: underline; color: #333333; }

.imageliens {
	margin: 0;
	border: 0;
	background-color: #0066FF;
}

/*PAGE FRAME CLES*/

#cles {}

.bodycles {
	background: #F5F5F3;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099FF;
}

#maincles {
	width: 540px;
	background: #0099FF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: justify;
	float: left;
	color: #000000;
	padding: 10px;
}

#narrowcles {
	background: #0099FF;
	width: 600px;
	height: 600px;
	text-align:justify;
	font-weight:bold;
	font-size:1.2em;
	
}

#titlescles {
	text-align:left;
	background: #000000;
	border-color: #0066FF;
	height: 171px;
	width: 490px;
	background-color: #0066FF;
}

#pageheartcles {
	text-align:left;
	font:  Arial, sans-serif;
	font-weight:bold;
	position:center;
	background: #CC3333;
	border-color: #CC3333;
	color: #FFFFFF;
	height: 171px;
	width: 490px;
}

#commentscles {
	clear: both;
	background: #CC3333;
	border-color: #CC3333;
	text-align:center;
	color: #000000;
}
#narrowcles a:link, a:active { text-decoration: underline; color: #FFFFFF; }
#narrowcles a:visited { text-decoration: underline; color: #FFFFFF; }
#narrowcles a:hover, a:focus { text-decoration: underline; color: #333333; }

.imagecles {
	margin: 0;
	border: 0;
	padding-left: 18px;
	background-color: #0066FF;
}

/*TITRE PAGE CONTACT*/
#imagecontact {
	float: right;
	margin-right: 0;
	margin-left: 1em;
	margin:0 0 1em 1em ;

}

/*CONCEPTEUR*/
#conceptor {
	color: #000000;
	font-size: 0.9em;
	
}
#conceptor a:link, a:active a:visited a:hover, a:focus  { 
text-decoration: none;
}

/*IMAGE LOGO*/
.logo {
	vertical-align: middle;
}

/*TEXTE SOULIGNE*/
.souligne {
	text-decoration: underline;
}
#author {
	text-align: center;
}
#author a, #author a:hover {
	color: #000000;
	text-decoration: none;
}
/*LIENS SMALL*/
.links-xs {
	font-size: 0.7em;
}
/*Info Plus*/

#infosplus {
	text-align : center;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 3em;
	width : auto;
	color: #FFFFFF;
	height: 0.1em;
	overflow: hidden;
	background-color: #CC3333;
}
#infosplus a {
text-decoration : none;
color : #669900;
}
#infosplus a:hover {
color : #669900;
font-weight : bold;
text-decoration : none;
}
#infosplus a:link {
text-decoration : none;
}
#infosplus a:visited {
text-decoration : none;
}
#infosplus a:active {
text-decoration : none;
}
