/*
=================================================
Fichier     : Style_Body.css
Auteur      : AUFFRAY Guillaume
Description : CSS pour Body

Revision    : 
		- v1.0 : 
=================================================
*/

/* FEUILLE DE STYLE */

body 
{
	background-color			: #FFFFFF;
	font-family					: Tahoma;
	font-size					: 12px;
	text-decoration				: none;
}

/* 
=================================================
COMMANDES GENERALES
=================================================
*/
h1,
h2 {
	color						: #FFFFFF;
	font-family					: Tahoma;
	font-weight					: normal;
}
h3,
h4,
h5,
h6 {
	color: #777777;
	font-family: Tahoma;
	font-size: 16pt;
	margin: 1em 0;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 10pt;
}
h6 {
	font-size: 10pt;
	font-style: italic;
}

h1 a,
h2 a {
	background					: none;
	border						: none;
	color						: #FFFFFF;
	text-decoration				: none;
}
h1 a:hover,
h2 a:hover {
	background: none;
	border: none;
	color: #c2e5ff;
	text-decoration: none;
}
img {
	border: none;
	max-width: 501px;
}
p,
ul,
ol,
dl,
pre {
	margin: 1em 0;
}
ul ul,
ol ol {
	margin: 0;
}
li li {
	margin: 0 0 0 20px;
}

li {
	list-style-position	: inside;
	font-family			: Tahoma;
	font-size			: 12px;
}

blockquote {
	background: #f5f5f5;
	border: 1px solid #eee;
	font-style: italic;
	margin: 1em;
	padding: 0 1em;
}
pre,
code {
	background: #e5f6ff;
	color: #074f88;
	font-family: Courier, monospace;
	font-size: 1em;
}
pre {
	border: 1px solid #c2e5ff;
	overflow: hidden;
	padding: 10px;
	width: 479px;
}

.spacer_5 { display : block; position : relative; width : 5px; height : 5px }
.spacer_10 { display : block; position : relative; width : 10px; height : 10px }
.spacer_10_15 { display : block; position : relative; width : 10px; height : 15px }
.spacer_10_25 { display : block; position : relative; width : 10px; height : 25px }
.spacer_10_35 { display : block; position : relative; width : 10px; height : 35px }
.spacer_20 { display : block; position : relative; width : 20px; height : 20px }
.spacer_30 { display : block; position : relative; width : 30px; height : 30px }
.spacer_40 { display : block; position : relative; width : 40px; height : 40px }
.spacer_50 { display : block; position : relative; width : 50px; height : 50px }
.spacer_50_190 { display : block; position : relative; width : 50px; height : 190px }
.spacer_55_35 { display : block; position : relative; width : 55px; height : 55px }
.spacer_60 { display : block; position : relative; width : 60px; height : 60px }
.spacer_70 { display : block; position : relative; width : 70px; height : 70px }
.spacer_80 { display : block; position : relative; width : 80px; height : 80px }
.spacer_100 { display : block; position : relative; width : 100px; height : 100px }


/* 
=================================================
SPAN 
=================================================
*/

.red,.redBig, green, blue, violet
{
	font-family			: Tahoma;
	font-size			: 9px;
	color				: red;
	font-weight			: bold;
}

.redBig
{
	font-size			: 16px;
}

.green 
{
	color				: green;
}

.blue 
{
	color				: blue;
}

.violet
{
	color				: #6633FF;
}

.instructions, .nonRenseigne 
{
	font-style			: italic;
	font-weight			: bold;
	font-family			: Tahoma;
	font-size			: 9px;
	color				: #A9A9A9;
}

/* 
=================================================
DIV 
=================================================
*/

DIV.contenu
{
	position			: relative;
	clear				: both;
	margin-left			: 10px;
	margin-right		: 10px;
	text-align			: left;
}

DIV.descriptionPage
{
	margin-top			: 10px;
	margin-bottom		: 10px;
	text-align			: justify;
}

DIV.blocNom
{
	font-weight			: bold;
	font-family			: Tahoma;
	font-size			: 16px;
	color				: #003366;
	text-align			: center; 
}


/* 
=================================================
POSITION
=================================================
*/

.floatLeft 
{ 
	float				: left; 
	left				: 0; 
}

.floatRight 
{ 
	float				: right; 
}

.clear
{ 
	clear				: both; 
	height				: -1px; 
}

.empty
{
	display				: table-row-group; 
	height				: 89px;
}	


