.article
{
	vertical-align: top;
	border: solid 2px #59972A;
	/*background: #CBFFF5;*/
	background: url("../img/Blue Gradient.jpeg");
	background-attachment:fixed; 
	width: 775px;
	-moz-border-radius: 10px;
}

.titre2
{
	font-style: italic;
}
.header_content
{
	color: green;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	font-size: 30px;
}
.infoArt
{
	font-size: 12px;
	text-align: right;
}
#auteur
{
	color: black;
	font-size: 12px;
	font-weight: normal;
}
.contenu_article
{
	text-align: left;
	width: 100%;
}
.tope
{

	vertical-align: top;
	border-collapse: separate;
	border: medium solid #000000;
	border-spacing: 1px;
	-moz-border-radius: 10px;

}
.tope2
{
	vertical-align: top;
	width: 100%;
	-moz-border-radius: 10px;
}
.fiche_acc
{
	border: thin solid #6495ed;
	vertical-align: top;
	-moz-border-radius: 10px;

}
.fiche_plan
{
	border: thin solid #6495ed;
	vertical-align: top;
	-moz-border-radius: 10px;
	vertical-align: top;
	border-collapse: separate;
	border-spacing: 5px;

}
.rub_plan
{
	font-style: italic;
	text-align: center;
	font-weight: bolder;
	margin-left: 5px;
}
.art1_plan
{
	margin-left: 10px;
	font-size: 17px;
}
.art2_plan
{
	margin-left: 23px;
	font-size: 12px;
}
a img
{

	border:0;

}
.titreacc
{
	text-align: center;
	/*text-transform: uppercase;*/
	font-weight: bold;
	color: #B47C21;
}
.titreacc:hover{color: #E8A02A;}
#titrerub{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #B47C21;
}
#titrerub:hover{color: #E8A02A;}
.sweet
{
	font-weight: bold;
	font-size: 10px;
}

.sweet:link {color: blue;}
.sweet:hover {color: #FF5500;}
.sweet:visited {color: blue;}
.sweet:visited:hover {color: #FF5500;}
.sweet:active {color: red;}
#stit
{
	color: #CC0000;
}
#stit:hover{color: #FF5500;}
.fiche_acc2
{

	vertical-align: middle;
	border: thin solid #6495ed;

}
.messacc
{
	font-weight: bold;
}
/*Onglets pour l'administration*/
.Ongletmenu1 { /* boite qui contient le menu (les onglets) */
  border-bottom:solid 2px black ; /* crée le trait noir en-dessous des onglets */
  padding-top:12px ; 
  padding-bottom:0px} 

.Ongletonglet { /* style des onglets inactifs */
  margin:5px 5px 0px 20px ; 
  padding:11px 0px 0px 0px ; 
  font-size : 16px ; /* taille de la police des onglets */
  float:left ; /* boite en mode float, pour pouvoir en définir la largeur */
  width:200px ; 
  background : url(../img/onglet.gif) bottom no-repeat ; 
  text-decoration:none ; /* les lien dans les onglets ne sont pas soulignés */
  text-align:center} /* Le texte des onglets est centré */

a.Ongletonglet:hover {color:green} /* lors du survol d'un lien, la police devient verte */

.Ongletonglet-actif { /* style de l'onglet de la page active */
  position:relative ; /* l'onglet inactif est mis en position relative */
  top:2px ; /* pour pouvoir baisser l'onglet de 2 pixels */
  border-bottom : solid 0px white} /*on efface le trait inférieur du menu */

.spacer {clear:both} /* force le retour à la ligne après des boites float */

/*page d'accueil de l'administration*/
.admin1{
	font-weight: bold;
	font-size: 12px;
}
.admin1:link {color: black;}
.admin1:hover {color: #FF5500;}
.admin1:visited {color: black;}
.admin1:visited:hover {color: #FF5500;}
.admin1:active {color: red;}

#testbox{
	color: #C73D1B;
	font-size: 12px;
	display: inline;
}

