@charset "utf-8";
/* CSS Document */
.Texte {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-style:normal;	
}

.TexteInput {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	font-style:normal;
	color:#333333;
}

.TexteProportions {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:black;
	font-weight:bold;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	font-style:normal;
	color:#333333;
}


ul {
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:33px;
	margin:0px;	
}


.Verdana {
	font-family:Verdana, Geneva, sans-serif;
}

.T8 {
	font-size:8px;
}

.T9 {
	font-size:9px;
}

.T10 {
	font-size:10px;
}
.T11 {
	font-size:11px;
}
.T12 {
	font-size:12px;
}
.T13 {
	font-size:13px;
}
.T14 {
	font-size:14px;	
}
.T16 {
	font-size:16px;	
}
.T18 {
	font-size:18px;
}
.T20 {
	font-size:20px;
}
.T24 {
	font-size:24px;
}
.T28 {
	font-size:28px;
}
.T30 {
	font-size:30px;
}



.Gras {
	font-weight:bold;
}
.Italique {
	font-style:italic;
}
.Underline {
	text-decoration:underline;
}
.Majuscule{
	text-transform:capitalize;
	text-transform:uppercase;
}


.TBlanc {
	color:white;	
}

.TNoir {
	color:#333333;	
}
.TNoirClair {
	color:#2d3742;
}

.TRouge {
	color:#990033;	
}



.TGris {
	color:#808080;
}
.TGrisClair {
	color : #606a75;
}
.TVert {
	color:green;
}

