@charset "iso-8859-1";
a:visited 				{ color: #CA5F2A; }
a:active 				{ color: #CA5F2A; }
a:link 					{ color: #0066CC; }
a:hover					{ color: #CA5E2A; }

body 
{ 
	margin: 0px;
	background-image: url(../images/i_texture_fond.gif);
	background-repeat: repeat-x;
	background-color: #DEEEF9;
}

.italique 				{ font-style: italic; }
.gras 					{ font-weight: bold; }
.souligne 				{ text-decoration: underline; }


.txt 					{ font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #000000; line-height:18px; }
.txt-petit 				{ font-family: Verdana, Geneva, sans-serif; font-size: 10px; }
.titre 					{ font-family: Verdana, Geneva, sans-serif; font-size: 14px; color: #B24C1B; font-weight: bold; }

.note-orange 			{ font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #CA5E2A; }

.note 			{ font-family: Verdana, Geneva, sans-serif; font-size: 10px; line-height:12px; }


.orange 				{ font-weight: bold; color: #CA5E2A; }
.gris 					{ font-family: Verdana, Geneva, sans-serif; color: #636466; font-size: 10px; line-height:12px;}

p {
line-height:18px;
margin-top:14px;
margin-bottom:0px;
margin-left:20px;
margin-right:20px
}