/*

orange : ff8000
vert : 00a933
Gris : 7E8AA2
bleu ciel : 00dbff
rose rbnb : ff385c
  
 */

 
 /* ---- Position ----------------------*/
 
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top{
	vertical-align: top;
}

 /* ---- Couleurs ----------------------*/
.blanc {
	color : #FFF ;
}

.rouge {
	color: #F00; 
}

.rougebrique{
	color: #B83A1B;
}

.bleu {
	color: #00dbff;
}

.orange {
	color: #ff8000;
}

.gris {
	color: #7E8AA2;
}

.vert{
	color: #00a933;
}

.rose{
	color: #ff385c;
}

.jaune{
	color: #ff0;
}

 /* ---- Police ----------------------*/

 .ptit {
  font-size: 15px;
}

 .ptit2 {
  font-size: 13px;
}



.big {
	font-size: 25px ;
}

.big2 {
	font-size: 30px ;
}

.big3{
	font-size: 35px ;
}

.gras {
	font-weight: bold ;
}


/* ---- Border test ----------------------*/

.border {
  border: solid 1px #000;
}

.borderred {
  border: solid 1px #F00;
}

/* ---- Margin ----------------------*/

.mrgt5{
	margin-top: 5px;
}

.mrgt10{
	margin-top: 10px;
}

.mrgt20{
	margin-top: 20px;
}

.mrgt30{
	margin-top: 30px;
}

.mrgt40{
	margin-top: 40px;
}

.mrgt50{
	margin-top: 50px;
}

.mrgt60{
	margin-top: 60px;
}


