/* CSS Document */
html {
	height: 100%;  /*nécessaire : recouvre toute la page en hauteur (balises : body et html)*/	
	/*width:100%;*/
}

body {
	height: 100%; /*nécessaire : recouvre toute la page en hauteur (balises : body et html)*/
	/*width:100%; */
	color: #38306a; /*bleu foncé*/
	font-size:13px;	
	font-family:Arial;
	background:url(./img_layout/bg.gif);
	
	/* fond avec page blanche derriere */ /* background: #474747 url('http://templates.arcsin.se/demo/deep-blue-website-template/img/body.gif') repeat-y center top; */
	/* fond bande horizontale haute  */ /*	background: #303B41 url(http://www.free-css-templates.com/templates/BlueBlog/unzipped/images/bg.jpg) repeat-x; */
	/* fond noir */ /* background:url(http://templates.arcsin.se/demo/dark-ritual-website-template/img/bg.gif); */
}

a {
	text-decoration: none;
	font-weight: bold;
	color:#1aafe6; /*bleu pastel*/
}

h2 {
	color: #38306a;
	font-weight: bold;
	font-size : 20px;
}

h3 {
	color: #38306a;
	font-weight: bold;
	font-size : 16px;
}

form {
	margin:0px;
}

#menu_nav {
	font-family:Arial;
	font-size:13px;
	font-weight: bold;
	color:#FFFFFF;
}

#menu_nav a{
	text-decoration:none;
	color:#FFFFFF; 
}

#menu_nav a:hover {
	text-decoration:none;
	color:#1aafe6; 
}
/* ******************************** Affichage RSS ******************************* */
.news_box {
	margin-top:10px;
}

.news_box_title { 
	font-weight:bold;
}

.news_box_date {
	color:#999999;
}
/* *********************************** Divers *********************************** */
.ligneBorderBottom {
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.lienLight {
	font-size:13px;	
	font-family:Arial;
	text-decoration: none;
	/*font-weight: bold;*/
	color:#1aafe6; /*bleu pastel*/
}
.tabFicheTech {
	border-collapse:collapse;	
	/*border-style:solid;
	border-width:1px;
	border-color:#38306a; *//*bleu charte */
}
/* *********************************** Layout *********************************** */
#container {	
	position: relative;
    text-align: left;
	width:1000px;
	height:100%;
	margin-top:-8px;
	
	 /* pr centrage du conteneur */
	/*left:50%;
	margin-left:-500px;*/
}

 	#pageHeader {
		position: relative;
		height:139px;
	}
	
		#logoBgStart {
			position: relative;
			float:left;
			width: 1px; /* a voir */
			height:105px;
			background-color:#38306a;		
		}
		
 		#logo {
			position: relative;
			float:left; /*permet de positionner cet objet sur la droite de son prédecesseur tant qu'il y a de la place en largeur*/
			width:998px;
			height:105px;
			background-image :url(img_layout/logo2.3.jpg);
		}

		
		#logoBgEnd {
			position: relative;
			float:left;
			width: 1px; /* a voir */
			height:105px;
			background-color:#38306a;		
		}
			
		#topLeft {
			clear:left;
			position: relative;
			width:169px;
			height:34px;
			background-image :url(img_layout/left2.png);
			float:left;
		}
		
		#topLeftBg {
			position: relative;
			float:left;
			width:830px; /* a voir */
			height:34px;
			background-image:url(img_layout/left2bg.png);
			background-repeat:repeat-x;
		}
		
		#topLeftBgEnd {
			position: relative;
			float:left;
			width:1px; /* a voir */
			height:34px;
			background-color:#38306a;
			background-repeat:repeat-x;
		}
		
		
 #pageMain {
 		clear:left;
		position: relative;
		float:left;
		width:1000px;
		/* 2 paramèteres de hauteur nécessaires pr compatibilité IE */
		/*min-height:85%; *//*taille moins les entetetes : fonctionne que sous firefox*/
		/*height:85%;
*/		background-image :url(img_layout/mainbackground.png);
	}
	
		#menu {
			
			position: relative;
			float:left;
			width:150px;	
		}

 	 	#corps {
			position: relative;
			float:left;
			padding-left:10px;
			width:830px;
			
		}
			
 #pageFoot {
 		clear:left;
		position: relative;
		float:left;
		width:1000px;
		height:1px;
		/*min-height:1px;
		max-height:1px;
		background-color:#38306a;
		*/
		
		border-top:1px solid;
	
	}
 
/* *********************************** Illustrations *********************************** */

#pageAuto {
	background-image:url(./img/pgeAuto.jpg);
	background-repeat:repeat-y;
	}
#pageInfo {
	background-image:url(./img/pgeInfo.jpg);
	background-repeat:repeat-y;
	}
/* ************************************* Inutilisés ************************************ */
/*
th {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:14px;
	color:#000000;
}

td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:13px;
	color:#38306a;
}
*/
/*
#stats{
	height:300px;
	margin-top:50px;
	background-position:center;
	background-image:url(img/pgeStats.gif);
	background-repeat:no-repeat;
	
}

#stats_bg {
	height:100%;
	background-position:center;
	background-image:url(img/pgeStats_bg.gif);
	background-repeat:repeat-y;
	
}
*/

/* ************************************* Album photos ************************************ */


#main {
	text-align: left;
	margin: 20px auto;
	width: 600px;
	background: #fff;
	padding: 20px 30px 70px;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
}
#credit, #sort {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #0D6ADC;
	text-align: right;
	clear: both;
}
#credit a, #sort a {
	text-decoration: none;
	color: #0D6ADC;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover, #sort 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: #5A5A4B;
}
h1 {
	font: 170% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #050505;
	margin-top: 30px;
	font-weight: bold;
}
h2 a:link, h2 a:visited, h2 span {
	color: #3281E2;
	text-decoration: none;
}
h2 a:hover {
	color: #3281E2;
	text-decoration: underline;
}
h2 {
	font: 130% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FE0083;
	margin-top: 30px;
}
h3 a:link, h3 a:visited, h3 span {
	color: #3281E2;
	text-decoration: none;
}
h3 :hover {
	color: #3281E2;
	text-decoration: underline;
}
h3 {
	font: 130% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FE0083;
	margin-top: 30px;
}

*/

/* Link Styles
------------------------------ 
a:link, a:active { text-decoration: none; color: #0D6ADC; }
a:visited { text-decoration: underline; color: #050505; }
a:hover, a:focus { text-decoration: underline; color: #999999; }
*/

/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #999999;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #999999;
	margin-left: 20px;
	padding-left: 20px;
	color: #999999;
}


/* 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: #FE138C;
}
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: #F2F7F9;
}
.album img {
	float: left;
}
.album h2 {
	padding: 0;
	margin: 0;
	clear: both; /*ajouté par l3xa pr que le titre de la description reste à gauche*/
}
.album h2 a {

	/*display: block;*/
	width: 440px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: left;
	width: 580px;
	padding-left:5px;/*ajouté par l3xa pr que la description ne soit pas collé a la phto*/
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 220px;
	float: left;
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	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: #3281E2;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #F2F7F9;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor a:link, a:visited, span{
	font-weight: bold;
	color: #0D6ADC;
}
.commentdate {
	margin-top: 12px;
	color: #999999;
	font-size: 85%;
}


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

