html { 
	/*font-size: 20px; */
}



.titreMenu 
{ 
	font-weight : bold;
}

.titreMenuActif 
{
	font-weight : bold;
	color : #9b2321;
}

.espaceur
{
	height:10px;
	background:green;
}

.btnCarte, .btnCarte:visited{
	/*background-color:#6c6e6b;
	border-color:#6c6e6b;*/
	background-color:#9b2321;
	border-color:#9b2321;
	color:white;
}

.btnCarte:hover, .btnCarte:focus, .btnCarte:active{
	background-color:#6c6e6b;
	border-color:#9b2321;
}

.btnDesCr, .btnDesCr:visited{
	background-color:#9b2321;
	border-color:#9b2321;
}

.btnDesCr:hover, .btnDesCr:focus, .btnDesCr:active{
	background-color:white;
	color:#9b2321;
	border-color:#9b2321;
}

.Hligne2{
	line-height:2em;
}
	
#titreDePage
{
	
	font-weight : bold;
	background : transparent;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border : 5px solid white;
	padding : 10px;
	background : rgba(0,0,0,0.5);
}

h1{
	font-weight : bold;
	/*color : #9b2321;*/
	/*font-size: 60px; */
}

h2{
	font-weight : bold;
	/*color :	#6c6e6b;*/	
}

.TitrePage{
	color:white;
}

h3{
	font-weight : bold;
	color : #6c6e6b;
}

.descriptionPage{
	font-weight : bold;
	color :	#6c6e6b	
}

#carteDeLien
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border : 5px solid #9b2321;
	background : rgba(0,0,0,0.1);
}

#carteDeLien:hover
{
	background : rgba(0,0,0,0.2);
}

.CadreRouge{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border : 5px solid #9b2321;
}

.attente{
	color: #9b2321;
	text-decoration: underline;
}

.listePerso{
	list-style: none
}

.Pucecarre li:before{
	content: "\25A0"; 
	color: #9b2321;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

.PuceRonde li:before{
	content: "\2022"; 
	color: #9b2321;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}


#test {
	background : blue;
}

#test2 {
	background : yellow;
}