html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #EEE;
	color: #000;
	font-size: 11px;
	line-height: 1.5em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}
h7{font-size: 2.5em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #000;underline :none;
}

a:visited{
	color: #663;underline :none;
}

a:hover{
	color: #636;underline :none;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 180px;
	/*padding-top: 30px;*/
	background: #FFF url(img/top.jpg) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	padding-left: 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h7{
	height: 120px;
	line-height: 120px;
	margin-left: 40px;
	margin-top: 70px;
	color: #FFFFFF;
}

#top h7 a{
	font-size: 2em;
	text-decoration: none;
	color: #FFFFFF;
	FONT-WEIGHT: bold;
}



#top h1 a{
	font-size: 2em;
	text-decoration: none;
	color: #FFFFFF;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 30px;
	margin-left: -30px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
	FONT-SIZE: 14px
}

.post-title{
	color: #0DAFC7;
	background: transparent;
	margin-bottom: 0;
	FONT-SIZE: 20px
}

.post-title a{
	color: #0DAFC7;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	margin-right :8px;
	margin-left : 8px;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #FF9000;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #493;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
}

#footer a{
	color: #999;
}

/* Tag
-------------------------------------------------------- */
#tags ul { 
  margin: 0; 
  padding: 0;
  font-size: 0.8em;
}

#tags  li { 
  display: inline; 
  margin: 0;
  padding: 0;
}

#tags  li.level-1 { 
  font-size: 1.2em; 

}

#tags  li.level-2 { 
  font-size: 1.4em; 
font-weight: bold;
}

#tags  li.level-3 { 
  font-size: 1.6em; 

}

#tags  li.level-4 { 
  font-size: 1.8em; 
font-weight: bold;
}

#tags  li.level-5 { 
  font-size: 2em;
}

#tags  li a { 
  color: #FF7800;
    display: inline;
  text-decoration: none;
}

#tags  a:hover {
  background: #FFFFFF;
  color: #636;
  text-decoration: none;
}

.cadre1 { border: 2px solid #DDD;}



a.commentaire{
	color: #000;TEXT-DECORATION: none;
}

a.commentaire :visited{
	color: #663;TEXT-DECORATION: none;
}

a.commentaire :hover{
	color: #636;TEXT-DECORATION: none;
}





DIV#commentaire {MARGIN-BOTTOM: 9px;MARGIN-TOP: 15px;MARGIN-LEFT: 10px;MARGIN-RIGHT: 10px; text-align: right; color: #11007B; font-size: 11px; background-color: #CEF2F7; padding: 5px; border: 1px solid #0C0C94;}

#main{
	float: left;
	width: 580px;
}

#content{
	margin: 0 30px 0 0;
	padding: 1em 0 0 0;
}

#sidebar{
	float: right;
	width: 300px;
	padding-bottom: 4em;
}

#sidebar div{
	margin: 0 0 0 30px;
	padding: 1ex 1em;
}

A.titre-blog  { COLOR: #1284F5;FONT-WEIGHT: bold; font-family: verdana;font-size: 2px; TEXT-DECORATION: none}

A.titre-blog :hover { COLOR: #1284F5;FONT-WEIGHT: bold;font-family: verdana;font-size: 2px; TEXT-DECORATION: none}

A.titre-blog :active { ;COLOR: #1284F5;FONT-WEIGHT: bold;font-family: verdana;font-size: 2px; TEXT-DECORATION: none}



#page{
	width: 900px;
	margin: 1em auto;
	text-align: left;
}

#top{
	margin: 0;
}

#top h1{
	margin: 0;
}

#prelude{
	position: absolute;
	width: 900px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0 1ex;
}

#main{
	float: right;

	width: 680px;
}

#content{
	margin: 0 30px 0 0;
	padding: 1em 0 0 0;
}

.post{
	margin-bottom: 4em;
}

#sidebar{
	float: left;
	width: 200px;
	padding-bottom: 4em;
}

#sidebar div{
	margin: 0 0 0 30px;
	padding: 1ex 1em;
}

#footer{
	padding: 1ex 1em 1ex 1em;
	margin : 0;
	clear: both;
}

A.titre-blog  { COLOR: #1284F5;FONT-WEIGHT: bold; font-family: verdana;font-size: 2px; TEXT-DECORATION: none}

A.titre-blog :hover { COLOR: #1284F5;FONT-WEIGHT: bold;font-family: verdana;font-size: 2px; TEXT-DECORATION: none}

A.titre-blog :active { COLOR: #1284F5;FONT-WEIGHT: bold;font-family: verdana;font-size: 2px; TEXT-DECORATION: none}


.texte_titre { margin-top :5px;PADDING-LEFT: 0px;margin-bottom : 0px;COLOR: #FF9000;FONT-SIZE: 18px; FONT-FAMILY: arial; TEXT-ALIGN: justify}

.texte_texte { margin-top :5px;PADDING-LEFT: 0px;margin-bottom : 0px;COLOR: #FF9000;FONT-SIZE: 12px; FONT-FAMILY: arial; TEXT-ALIGN: justify;FONT-WEIGHT: bold;}


DIV#bas_menu {clear: both;  TEXT-ALIGN: left;  LINE-HEIGHT: 8px; FONT-FAMILY: verdana;margin-RIGHT: 30px; margin-LEFT: 30px; PADDING-BOTTOM: 3px; MARGIN-BOTTOM: 5px; PADDING-TOP: 0px; BACKGROUND-COLOR: #EFA9E5; }


A.lien_menu {margin-left : 5px;COLOR: #FFFFFF;font-size: 12px; font-family: Arial ; TEXT-DECORATION: none;FONT-WEIGHT: bold}

A.lien_menu:hover {margin-left : 5px;COLOR: #6D0C71; font-size: 12px; font-family: Arial ;TEXT-DECORATION: none;FONT-WEIGHT: bold}	

A.lien_menu:active {margin-left : 15px;COLOR: #FFFFFF;font-size: 12px; font-family: Arial ; TEXT-DECORATION: underline;FONT-WEIGHT: bold}



A.lien {margin-left : 0px;COLOR: #0C5D71;font-size: 12px; font-family: Arial ; TEXT-DECORATION: none;FONT-WEIGHT: bold}

A.lien:hover {margin-left : 0px;COLOR: #00CDFF; font-size: 12px; font-family: Arial ;TEXT-DECORATION: none;FONT-WEIGHT: bold}	

A.lien:active {margin-left : 0px;COLOR: #0C5D71;font-size: 12px; font-family: Arial ; TEXT-DECORATION: underline;FONT-WEIGHT: bold}











/*---------------------------COMMUNS--------------------*/	





#galtitrepage {
	padding: 3px;
	font-style: italic;
	font-size: 15px;
}

#galliensadm {
	padding: 3px;
	text-align : right;
}

#galbarrearbo {
	padding: 3px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom:5px;
	margin-bottom:10px;
}

#galbarreinfo {
	padding-left: 3px;
}

#galbarrebas {

}

#galcopyright {
	font-style: italic;
	padding: 3px;
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
}

#galgeneration {
    font-style: italic;
	padding: 3px;
}

#galtblminiatures {
	margin: 10px auto 10px auto;
	padding: 5px;
	
}

#galcontenu {
	text-align: center;
}

.spacer {
    clear: both;
    margin:0;
}

.galminiature {
    border:none;
    padding:1px 1px 1px 1px;
    background:#000000;
}

.gallien {
    color:#FF5400;
    text-decoration:none;
	font-weight: bold;
}
.gallien:hover {
	color:#FF4E00;
}

.gallienmin {
    color:#B9B9B9;
    text-decoration:none;
    font-weight: bold;
}
.gallienmin:hover {
	color:#DCDCDC;
}

/* ------------------------------ INDEX.PHP-----------------*/
.indexfavorite {
    padding-top: 10px;
}

.indexfavoritetitre {
    padding-top:5px;
    margin-top:15px;
    text-align:left;
    border-top: 1px solid #DDDDDD;
}

.indexfavoritecontenu {
    float: left;
    padding:10px;
}

.indexfavoriterow {
    float: left;
    padding-right: 10px;
}

.indexfavoriterowthumb a {
	display: block;
	padding: 15px;
	border: 1px solid #D7D7D7;
	background: #E0E0E0;
}
.indexfavoriterowthumb a:hover {
	background: #EEEEEE;
}
.indexfavoriterowthumb img {
	width:90px;
	height:90px;
}

/* ------------------------------ INDEX.PHP + ALBUM.PHP-----------------*/
.galdescralbum {
	vertical-align: top;
	text-align: left;
}

.serierowthumb a {
	display: block;
	padding: 15px;
	margin: 6px;
	border: 1px solid #D7D7D7;
	background: #E0E0E0;
}

.serierowthumb a:hover {
	background: #EEEEEE;
}
/* ------------------------------ ALBUM.PHP-----------------*/
.albumline {
    padding:5px;
    margin:5px 0 5px 0;
    text-align:left;
    border: 1px solid #D7D7D7;
	background: #FAFAFA;
}

.albumline img.galminiature {
	float: left;
	width: 120px;
		margin-right: 5px;
}

.albumrowdescr {
	width: 500px;
	text-align:left;
	margin-right:10px
}
.albumrowdescr:hover {
	background: #FAFAFA;
}

#galaffichertbl {
	margin:0;
	padding:0;
	margin: 0 auto;
}

#galimgafficherdatas {
	text-align:left;
}

.galimgafficherdatast {
}

.galimgafficherdatasd {

}

/* ------------------------------ SERIE.PHP-----------------*/
.galbarrenav {
	padding: 3px;
}

.galdescrminiature {
	text-align : center;
}

.serierow {
    float: left;
    padding:0px;
}

.serierowthumb a {
	display: block;
	padding: 15px;
	margin: 6px;
	border: 1px solid #D7D7D7;
	background: #E0E0E0;
}
.serierowthumb a:hover {
	background: #EEEEEE;
}
.serierowthumb img {

}


/* ------------------------------ IMG.PHP-----------------*/
#galimgafficher {
	border: 1px solid #AAAAAA;
	text-align : center;
}

#galimgaffichergroupe {
	border: 1px solid #AAAAAA;
	text-align : center;
}

.galimgafficherline {
	margin:0;
	padding:0;
}

.galliensuivprec {
	border: 0px;
}

.galliensuiv {
	border: 1px solid #1C1C1C;
}

.galimgafficherblocphoto {
    max-width: 100%
}

IMG.galimgafficherphoto {
    max-width: 100%;
    border: 1px solid #1C1C1C;
}

/* ------------------------------ LOGIN.PHP-----------------*/

#galauthdescr {
	margin: 20px auto 20px auto;
	text-align: center;
}

/* ------------------------------ ERROR.PHP-----------------*/

#galerror {
	margin: 20px auto 20px auto;
	text-align: center;
}

