.rose{color: fuchsia;}
.rouge{color: red;}
.orange{color: #FF9900;}
.jaune{color: #FFEB00;}
.vertc{color: lime;}
.vertf{color: teal;}
.olive{color: #CCCC00;}
.turquoise{color: #66CCCC;}
.bleu{color: #0099FF;}
.bleumarine{color: #000099;}
.violet{color: #9900FF;}
.marron{color: #996633;}
.noir{color: black;}
.gris{color: gray;}
.argent{color: silver;}
.blanc{color: white;}

/* Les Tailles */
.tpetit, .tpetit a { font-size: 6px;}
.petit, .petit a { font-size: 8px;}
.normal { font-size: 11px;}
.grand, .grand a { font-size: 20px;}
.tgrand, .tgrand a { font-size: 30px;}

/* Les Titres */
.titre1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	margin-left: 5px;
	padding: 0px; 
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid silver; 
	border-left: 4px solid silver;
	display:block;
}

.titre1 a {
	font-size: 15px;
	font-weight: bold;
}

.titre2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px; 
}

.titre3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-left: 15px;
	padding-bottom : 10px;
	color : #3398ff;
}

.quote {
	background-color: #F4F5F7;
	border: 1px solid #A1A1A1;
	padding: 10px;
}

.quote p {
	background-image : url('../forum/styles/prosilver/theme/images/quote.gif');
	background-repeat: no-repeat;
	margin:5px;
	padding: 0px;
	text-indent: 20px;
	width: 100%;
	
	
}

.cadre .quote{
	background-color: #e1e2e7;
}

.cadre_img { 
	border: 2px solid silver;
	padding: 5px;
	background: #cecdd2;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:auto;
}

table.cadre_img {margin:0px;border:0px;}

ul.liste_dossier li {
	list-style-image: url('../images/puce.gif');
}

ul.liste_dossier ul li{
	list-style-image: none;
	list-style-type: square;
}
ul.liste_dossier ul ul li{
	list-style-image: none;
	list-style-type: circle;
}

.cadre{
	background: #cecdd2;
	border: 2px solid silver;
	clear: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.cadre em{
   display: inline;
}

.cadre {
	display: table;
	width: 100px;
    margin: auto;
    margin-top: 10px;
	padding: 10px;
}

div.cadre, p.cadre {	
	text-align: center;
}

