body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-image: url("fond.png");
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("sitemax.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


/* Le menu */

#menu
{
   float: left;
   width: 130px;
}

.element_menu
{
   background-color: #80c0ff;
   /*background-image: url("pomme2.png");*/
   background-repeat: repeat-x;
   
   border: 2px solid black;
   margin-top: 27px;
   margin-bottom: 10px;
}


/* Quelques effets sur les menus */


.element_menu h3
{   
   color: #0080ff;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #0080ff;
}

.element_menu a:hover
{
   background-color: #80c0ff;
   color: #0040ff;
}


/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #0080ff ;
   background-color: #80c0ff;
   background-image: url("pomme2.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h1
{
   color: #0080ff ;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("puce.png");
   background-repeat: no-repeat;
   
   padding-left: 35px;
   color: #0080ff ;
   text-align: left;
}

.pages {
	background			: transparent url('/icones/edit/bon.png') top left no-repeat;
	width				: 605px;
	height				: 41px;
	margin				: auto;
	padding-left		: 10px;
	padding-top			: 4px;	
	padding-right		: 10px;	

} 

.index {
	background			: transparent url('/images/bienvenue.png') top center no-repeat;
	width				: 420px;
	height				: 350px;
	margin				: auto;
	padding-left		: 50px;
	padding-top			: 10px;	
	padding-right		: 60px;	

} 

.info {
	background			: transparent url('/images/cadreinfo.png') top center no-repeat;
	width				: 500px;
	height				: 200px;
	margin				: auto;
	padding-left		: 10px;
	padding-top			: 10px;	
	padding-right		: 10px;	

} 

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #0080ff;
   background-color: #80c0ff;
   background-image: url("pomme2.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

/* News (les news qui s'affiche ne haut de la page connecte.php) */

.question{
	color:blue;
	background: #b2bc99 url(images/question.png) no-repeat;
}
.notice{
	color:#FFFFFF;
	background: #ACA899 url(images/notice.png) no-repeat;
}
.warning{
	color:#FFFFFF;
	background: #FF9900 url(images/important.png) no-repeat;
}
.error{
	color:#FFFFFF;
	background: #d92e00 url(images/stop.png) no-repeat;
}
.success{
	color:#FFFFFF;
	background: #8AC77F url(images/success.png) no-repeat;
}
.astuce{
	color:#CCA300;
	background: #FFDB70 url(images/astuce.png) no-repeat;
}
.pubnews{
	color:#CCA300;
	background: #6633FF url(images/pub.png) no-repeat;
}
.question, .notice, .warning, .error, .success, .astuce, .pubnews
{

	padding-top:4px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:5px;
	margin:4px 25px;	
	border:1px solid #7C7D6A;	
	background-position:4px 4px;
}
