/*******************************
******MISE EN FORME GENERALE****
********************************/

#information
{
	color:#870000;
	font-family: Comic Sans Ms;
	font-size:11px;
	text-align:center;
}

a
{
	text-decoration:none;
}

/*******************************
***********PARTENAIRES**********
********************************/

#partenaire
{
	
}
#partenaire img
{
	float:right;
	color:red;
}

#partenaire legend
{	
	border-left:1px #33a301 solid;
	border-right:1px #33a301 solid;
	font-size:15px;
	color:black;
	font-style:italic;
	font-weight:bold;
	padding-right: 10px;
	padding-left: 10px;
}

#partenaire fieldset
{
	background-image : url(../images/design/fleur.gif);
	background-repeat: no-repeat;
	background-position:top right;
	border:1px #33a301 solid;
	border-radius: 10px 10px; 
	-moz-border-radius: 10px;
	background-color:white;	
}

#partenaire a
{
	text-decoration:none;
	color:black;
}

#partenaire img
{
	width:100%;
}

#partenaire
{
	margin-bottom:35px;
}

/*******************************
**********NUMERO DE PAGE********
********************************/
#pageactuelle
{
	width:100%;
	text-align:left;
	color: black;
	font-style:italic;
}

#numeropage
{
	text-decoration:none;
	color: green;
	font-style:italic;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
	
}
#numeropage a
{
	text-decoration:none;
	color: green;
	font-style:italic;
}

/*******************************
********DATE LIVRE D'OR'********
********************************/
#datelivre
{
	float: right;
	color: black;
	font-size: 13px;
	font-style:italic;
}

#datelivre a
{
	color: orange;
	text-decoration: none;
	font-weight:bold;	
}

#datelivre span
{
	color: black;
	text-decoration: none;	
}

/*******************************
**********ALBUMS PHOTO**********
********************************/
#titrealbum
{
	font-size:35px;	
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	border: 0px;
	
}

#titrealbum div
{
	font-size:11px;	
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	float:left;
	font-style:italic;
}

/*******************************
**********IMAGE ACCUEIL*********
********************************/
#image_prem
{
	position:absolute;
	left: 50%; 
	top: 50%;
	margin-top: -234px; /* moitié de la hauteur de l'image */
	margin-left: -488px; /* moitié de la largeur de l'image */
	text-align:center;
	text-decoration:none;
}

/*******************************
***********MENU GAUCHE**********
********************************/

#LienMenu
{
	color:#33a301;
	font-family: Comic Sans Ms;
	font-size:13px;
	font-style: italic;
	text-decoration:none;
	
}

#LienMenuGauche
{
	color:#33a301;
	font-family: Comic Sans Ms;
	font-size:15px;
	font-style: italic;
	text-decoration:none;	
}

#compteur
{
	padding-left: 8px;
	color:#33a301;
	padding-bottom: 4px;
	padding-top: 4px;
	font-family:comic sans ms;
	font-size: 12px;
	font-style:italic;
}

#compteur span
{
	color:#000000;
}
	
/*******************************
**********AFICHAGE NEWS*********
********************************/

#news legend
{	
	border-left:1px #33a301 solid;
	border-right:1px #33a301 solid;
	font-size:15px;
	color:black;
	font-style:italic;
	font-weight:bold;
	padding-right: 10px;
	padding-left: 10px;
}

#news fieldset
{
	background-image : url(../images/design/fleur.gif);
	background-repeat: no-repeat;
	background-position:top right;
	border:1px #33a301 solid;
	border-radius: 10px 10px; 
	-moz-border-radius: 10px;
	background-color:white;	
}

#news
{
	margin-bottom:35px;
}

#datenews
{
	float: right;
	color: black;
	font-size: 10px;
	font-style:italic;
}


/*******************************
****AFICHAGE FORMULAIRE ALBUM***
********************************/

#formalbum select
{
	background-color: #ffffff;
	border: 1px black solid;
	width:88%;
	margin-left: 6%;
	margin-right: 6%;
	margin-bottom: 6%;
	font-family:Comic Sans MS;
	font-size:12px;
}

#formalbum optgroup
{
	background-color: #c9c9c9;
	border-top: 1px black dotted;
	border-bottom: 1px black dotted;
}



#cadrephoto table
{
	width:100%;
	background-color: #ffffff;
	border-collapse:collapse;
	background-image: url(../images/design/fleur_filigrame.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
}

#cadrephoto td
{
	border:1px black solid;
	padding:6px 3px 6px 3px;
	text-align: center;
	width:25%;	
	margin:0px;
}


/*******************************
****AFICHAGE FORMULAIRE ALBUM***
********************************/

#FormRech
{
	border: 1px black solid;
	width: 250px;
	text-align:center;
	border-radius: 10px 10px; 
	-moz-border-radius: 10px;
	padding:2px;
}

#FormRech select
{
	border: 1px black solid;
	font-family:Comic Sans MS;
	font-size:12px;
	max-width:200px;
}

#FormRech input[type=submit]
{
	border: 1px black solid;
	font-family:Comic Sans MS;
	font-size:12px;
	background-color: #33a301;
}

/************************************************/
/**********Mise en page formulaire admin*********/
/************************************************/

#FormLivre
{
	width:85%
}

#FormLivre p
{
	margin: 2px 0;
}

/* fieldset , legend */
#FormLivre fieldset
{
	margin-bottom: 10px;
	border: #33a301 1px solid;
	border-radius: 10px 10px; 
	-moz-border-radius: 10px;
}


#FormLivre fieldset legend
{
	padding: 0 10px;
	border-left: #33a301 1px solid;
	border-right: #33a301 1px solid;
	font-size: 1.2em;
	color: #33a301;
}


/* Label */
#FormLivre label
{
	display: block;
	width: 50%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}

/* Submit */
#FormLivre input[type="submit"]
{
	border: #000000 1px solid;
	background-color: #93ee6b;
	color : #33a301;
	border-radius: 10px 10px; 
	-moz-border-radius: 10px;
}

#FormLivre input[type="submit"]:hover
{
	border: #000000 1px solid;
	background-color: #33a301;
	color: white;
	cursor: pointer;
}

#FormLivre textarea
{
	border: #000000 1px solid;
	background-color: #FFFFFF;
	color: black;
}

#FormLivre input[type="textbox"]
{
	float:left;
	border: #000000 1px solid;
	background-color: #FFFFFF;
	color: black;
	margin-top: 2px;
}