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;
}

.btnCarte:hover, .btnCarte:focus, .btnCarte:active{
	background-color:#9b2321;
	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;
}
		
#titreDePage
{
	
	font-weight : bold;
	background : transparent;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border : 5px solid #9b2321;
	padding : 10px;
	background : rgba(255,255,255,0.3);
}

h1{
	font-weight : bold;
	color : #9b2321;
	/*font-size: 60px; */
}

h2{
	font-weight : bold;
	color :	#6c6e6b;	

}

h3{
	font-weight : bold;
	color : #9b2321;
}

h4{
	font-weight : bold;
	color : #6c6e6b;
}

p{
	color :	#6c6e6b	
}

#carteDeLien
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border : 5px solid #9b2321;
}

.CadreRouge{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border : 5px solid #9b2321;
}


.listePerso{
	list-style: none
}

.Pucecarre:before{
	content: "\25A0"; 
	color: #9b2321;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

.PuceRonde:before{
	content: "\2022"; 
	color: #9b2321;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}


#test {
	background : blue;
}

#test2 {
	background : yellow;
}