/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 40px;
}

h2
{
	font-size: 37px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: circle;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

/*----MISE EN FORME GENERALE-------*/
.ttttpetit{font-size:50%;} 
.tttpetit{font-size:60%;} 
.ttpetit{font-size:70%;} 
.tpetit{font-size:80%;} 
.petit{font-size:90%;}
.grand{font-size:110%;} 
.tgrand{font-size:120%;} 
.ttgrand{font-size:130%;} 
.tttgrand{font-size:140%;} 
.ttttgrand{font-size:150%;}
.gros{font-size:160%;} 
.tgros{font-size:170%;} 
.ttgros{font-size:180%;} 
.tttgros{font-size:190%;} 
.ttttgros{font-size:200%;}

.arial{font-family:arial;}
.verdana{font-family:verdana;}
.times{font-family:times;}
.courrier{font-family:courrier;}
.impact{font-family:impact;}
.geneva{font-family:geneva;}
.optima{font-family:optima;}
.sans-serif{font-family:sans-serif;}

.rouge{color:#FF0001;}
.rose{color:#FF00FF;}
.violet{color:#6B35BB;}
.bleu{color:blue;}
.bleuclair, .bleuclair a{color:#54A2FF;}
.vert{color:green;}
.jaune{color:#F4C464;}
.orange{color:#FF8600;}
.marron{color:#6B3503;}
.gris{color:#777;}



a img{border:none;}
.centrer{text-align:center;}
.gauche{float:left;}
.droite{float:right;}

.droite img{margin:20px;margin-top:0;margin-bottom:0;}
.gauche img{margin:20px;margin-top:0;margin-bottom:0;}
.centrer img{margin:20px;margin-top:-20px;}

.souligner{text-decoration:underline;}

.supprime{margin-top:-5px;}

.indent {text-indent:32px;}