html{
height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#494949;
	background-color: #FFFFFF;
	height:100%;
}
.centrer{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 480px;
	margin-top: -180px; /* moitié de la hauteur */
	margin-left: -300px; /* moitié de la largeur */
}
a{
color:#6289b5;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
h1{
font-size:20px;
font-variant:small-caps;
padding-top:5px;
margin:0px;
letter-spacing:0em;
}
h2{
padding:0px;
margin:0px;
font-size:18px;
}
h3{
padding:0px;
margin:0px;
font-size:16px;
}
h4{
padding:0px;
margin:0px;
font-size:14px;
}
img, img:link,img:visited {
	border: 0px;
}
#footer{
text-align:center;
font-size:10px;
}
.clear  {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding:0px;
	clear: both;
	border: 0px;
	}

#top{
width:100%;
height:100px;
background-color: #323232;
background: url(../pictures/fond.jpg) no-repeat #3E3E3E;
}
#top_mail{
width:480px;
height:60px;
background: #7396bf;
}
#titre_album{
position:relative;
color:#fff;
margin-top:-15px;
padding-bottom:5px;
font-size:24px;
margin-left:60px;
}
#Lignehorizontal_mail{
width:500px;
}
#contentArea button:hover {
	color: #777;
}

/* this class fixes the IE disappearing text. */
.iefix {
	height: 0.01%;
	}

/*  INTERFACE ELEMENTS
-----------------------------------------------------------------------------
*/
 .left {
	float: left;
	}
 .right {
	float: right;
	}

.alignButton {
	vertical-align: top;
	}

/******************************************************************************/
/* Mise en page
/******************************************************************************/
#photo_droite{
float:right;
width:250px;
border-left:#6289b5 solid 1px;
border-bottom:#6289b5 solid 1px;
padding:0px;
margin:0px;
margin-top:80px;
line-height:0px;
font-size:0px;
}
#commande_droite{
float:right;
width:250px;
border-left:#6289b5 solid 1px;
border-bottom:#6289b5 solid 1px;
padding:0px;
margin:0px;
line-height:0px;
font-size:0px;
}
#menu_left, #menu_left_commande{
left:0px;
position:absolute;
width:180px;
border:0px;
height:auto;
padding-top:5px;
padding-left:0px;
}

#menu_left_commande{
width:200px;
}

/******************************************************************************/
/* Source mootools
/* Positionner les albums
/******************************************************************************/
.preview {
	float: left;
	width: 150px;
	height: 150px;
	margin: 4px;
	padding: 5px;
	text-align: center;
	background-color: #F9F9F9;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.preview span {
	display: block;
	font-size: 11px;
	margin-bottom: 4px;
}

#centre , #centre_gestion, #centre_commande{
color:#494949;
background-image:url(../pictures/point1.jpg);
background-position:left top;
background-repeat:repeat-y;
margin-left:180px;
margin-top:0px;
padding-left:10px;
padding-top:10px;
width:auto;
}
#loaderGif {
    position:absolute;
    width:100%;
    margin:auto;
    margin-top:100px;
    visibility:visible;
    height:100px;
    text-align:center;
}
noscript {
    color:red;
}

#centre_gestion{
margin-right:0px;
}
#centre_commande{
margin-left:0px;
}
#centre_calendrier{
margin-left:200px;
}

#centre #menu_mois{
padding:0px;
margin:0px;
}
#centre #menu_mois h2{
color:#494949;
font-size:16px;
padding:0px;
margin:0px;
margin-bottom:2px;
}

h1.titrealbum{
position:relative;
top:-5px;
left:80px;
font-size:20px;
font-weight:100;
}

/*****************************************************************************/
/* Mise en page pele mele
/*****************************************************************************/
#peleme{
width:450px;
height:300px;
background: url('fond_albumphotos.png');
background-position:-90px -50px;
}
.image_peleme{
float:left;
width:150px;
height:100px;
}
#login{
position:absolute;
top:75px;
right:20px;
color:#FFF;
font-size:10px;
}
#login input{
width:60px;
font-family:"Trebuchet MS";
font-size:10px;
color:#666;
}
form{
margin:0px;
padding:0px;
}
.password_forget{
margin-left:5px;
color:#FFF;
}

table{
margin:0px;
padding:0px;
border-top:1px solid #494949;
border-left:1px solid #494949;
border-bottom:1px solid #494949;
border: 1px solid #494949;
}
thead{
font-weight:bold;
background-color:#ccc;
border-bottom:1px solid #494949;
text-align:center;
}
td{
padding:2px;
border-right:1px #494949 solid;
}
td.last{
background-color:#eee;
border-top:1px #494949 solid;
}

.ligne1{
background-color:#eee;
}
.ligne2{
background-color:#fff;
}
.ligne_orange{
background-color:#ccc;
}
.ligneselect{
background-color:#6289b5;
cursor:pointer;
color:#fff;
}