/****************** Général *****************************/

body { background-color:#FFE6A1; }

a:link { color:#965A01; }

a:visited { color:#DE8601; }

a:active { color:#FEA621; }

img
{
	border: 0px;
}

.categorie
{
	float: right;
}

h3{
margin-left: auto;
margin-right: auto;
font-size: large;
color: #A58030;
background-color: #FDAE39;
border: 1px dotted #333366;
}

marquee{
  overflow: auto;
}

ul
{
list-style-image: URL("../Img/ico/puce.jpg") 
}

.img_dotted
{
	border: 			1px dotted #ccc;	
}

.close
{
font-size: small;
color: #A58030;
background-color: #FDAE39;
}
/****************	Elements des formulaires ***********************/

input.bouton {
border:2px outset #FAD482;
background-color:#FAD482;
color:white;
font-weight:bold;
cursor:pointer;
}

input.bouton:hover {
background-color:white;
color:#FFE6A1;
}

input.bouton:active {
border:2px inset #FFE6A1;
background-color:#FFE6A1;
color:white;
} 


/******************* Affichage actualités **********************/


.actualite {
background-color: #FAD482;
width: 99%;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
}


/*Pour les titres des news */

h1{
font-size: 100%;
font-style: oblique;
font-weight: bold;
background-color: #FDAE39;
border: 1px dotted #333366;
}

h2{
margin-left: 70%;
font-size: small;
color: #A58030;
background-color: #FDAE39;
margin-top: 18%;
border: 1px dotted #333366;
}

.img_actu{
float: right;
margin-right:10px;
margin-left:10px;
}

/******************** Galleries ***************************************/

.float{
 	float: left;
 	margin: 15px;
}

.float p{
 	text-align: center;
 	font-style: oblique;
}

/****************** Livre ********************************************/

.info
{

	background-color: #FAD482;
	width: auto;
	height: 100%;
	border: 1px dotted #333366;
}

.tdinfo
{
	font-size: small;
	font-style: oblique;
	font-weight: bold;
	background-color: #FDAE39;
	border: 1px dotted #333366;
}

.message{
background-color: #FAD482;
width: 90%;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
}
