/******************************************************************/
/*	BALISE GENERAL
/******************************************************************/
*
{
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: medium none;
}

img
{
	border: medium none;
}

p
{
	text-align: justify;
}

h1
{
	font-size: 30px;
}

/******************************************************************/
/*	CLASSE COMMUNE
/******************************************************************/
.arrondi_haut{
	border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px; /* pour Chrome */
	-webkit-border-top-right-radius: 10px; /* pour Chrome */
}

.arrondi_bas{
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome */
}

.arrondi{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px; /* pour Chrome */
	-webkit-border-top-right-radius: 10px; /* pour Chrome */
	-webkit-border-bottom-left-radius: 10px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome */
}

/******************************************************************/
/*	STRUTURE GENERAL
/******************************************************************/
#body
{
	margin: auto;
	font-size: 14px;
}

/***********************************************************************/
/*ELEMENT DE LA BANIERE
/***********************************************************************/
#banniere
{
	margin: auto;
	margin-top: 10px;
	background-repeat: no-repeat;
	cursor: pointer;
}

/***********************************************************************/
/*ELEMENT DU CORP GENERAL : ENGLOBANT LE MENU DROITE ET LE CORPS
/***********************************************************************/
#corps_general
{
	
}

/***********************************************************************/
/*ELEMENT DU MENU DE DROITE
/***********************************************************************/
#bloc_droite
{
	float: right;
}

#bloc_droite li
{
	margin: 0 15px;
}

#bloc_droite li a
{
	text-decoration: none;
}

#bloc_droite a:hover
{
	text-decoration: none;
}

#bloc_droite a img
{
   border: none;
}

.bloc_menu
{
	margin-top: 10px;
	padding-top: 10px;
}

.bloc_menu_admin
{
	margin-bottom: 10px;
}

/***********************************************************************/
/*CORPS : ESPACE NON OCCUPER PAR LE MENU DE DROITE
/***********************************************************************/
#corps
{
	padding: 15px;
}

#multipage
{
	width: 655px;
	text-align: center;
	margin-top: 20px;
}

.titre_rubrique{
	font-size: 18px;
}

.entete_article {font-weight: bold;}

/* formulaire de contact */
#formulaire_contact label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 120px;
}

#formulaire_contact ol {
  margin: 0;
  padding: 0;
}
#formulaire_contact li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#formulaire_contact em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
#formulaire_contact #envoi_message {
	width: 100px;
}
#formulaire_contact textarea {
	width: 400px;
	height: 300px;
}
.champ_obligatoire{color: #ff0000;}

#message_confirmation{text-align: center;}

.partage_site_externe {text-align: right; padding-top: 10px;}

/*formulaire partie admin*/
#formulaire_depose_article{}

#formulaire_depose_article input, select, textarea{
	margin: 5px;
}

#formulaire_depose_article input, select{
	width: 200px;
}

#formulaire_depose_article input[type=submit]{
	width: 150px;
}

#formulaire_depose_article #entete_article{
	width: 650px;
	height: 50px;
}

#formulaire_depose_article #contenu{
	width: 650px;
	height: 400px;
}

#formulaire_depose_rubrique{}
#formulaire_depose_rubrique input, select, textarea{
	margin: 5px;
}

#formulaire_depose_rubrique input, select{
	width: 200px;
}

#formulaire_depose_rubrique #contenu_rubrique{
	width: 650px;
	height: 100px;
}
/***********************************************************************/
/*Commentaire : Mise en page de la saisie des commentaires
/***********************************************************************/
.commentaire{
    margin-bottom: 15px;
}

#commentaire_conteneur
{
	width: 655px;
}

#commentaire_gauche
{
	text-align: left;
	float: left;
	margin-right: 15px;
	width: 200px;
}

#commentaire_gauche input
{
	width: 190px;
}

#commentaire_droite
{
	text-align: left;
}

#commentaire_droite textarea
{
	width: 420px;
	height: 91px;
}


#valide_commentaire
{
	width: 640px;
	margin-top: 10px;
}

#ne_rien_ecrire
{
	display: none;
}

/***********************************************************************/
/*PIED
/***********************************************************************/
#pied
{
	clear: both;
	width: 900px;
	height: 35px;
	line-height: 25px;
	font-size: 10px;
	text-align: center;
}

