/* CSS Document */

/* POLICES SECU :

• Arial
• Arial Black
• Comic Sans MS
• Courrier New
• Georgia
• Impact
• Times New Roman
• Trebuchet MS
• Verdana

*/


	
/*
===== 2 : Polices par defaut =====
*/	

/* 
2-1 : Généralités 
------------------------------------------------------ */
body{
	font:100 86%/150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

/* 
2-2 : Titrages 
------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5 {
	font-family:Arial,sans-serif;
	letter-spacing:-0.05em;
	line-height:normal;
	margin:0.8em 0 0.1em 0 ;
	padding:0;
	font-weight:800;
	color: #456c8d;
	}
	
h1{
	font-size:34px;
	line-height:1.1em;
	letter-spacing:-0.04em;
	font-weight:800;
	color:#fff;
	margin:0px 0 30px 0;
	border-top:1px solid #fff;
	}

h2{
	font-size:1.9em;
	line-height:1.2em;
	font-weight:200;
	}
	
h3{
	font-size:18px;
	line-height:0.8em;
	margin:0.9em 0 0.9em 0;
	}
	

h4{
	font-size:1.4em;
	color: #1FBDF0;
	}

h5{
	color: #0097C7;
	font-size: 1.3em;
	}
		
h6 {
	color: #1FBDF0;
	font-size: 1.2em;
}		
/* 
2-3 : Paragraphes
------------------------------------------------------ */		

p {
	font-family: Arial,sans-serif;
	font-size:1em;
	margin:0.6em 0em;
	line-height:1.36em;
	color:#00002e; /* BLEU MARINE */
	}
	
	
blockquote{
	}
	
/*
4a2 : elements de phrase
------------------------------------------------------ */
	
dfn { /* definition : terme de definition */
	}
	
code { /* definition : code informatique */
	}	
	
samp { /* definition : sample de code informatique */
	}
	
kbd { /* definition : touche clavier ex: atl */
	}
	
var { /* definition : variable */
	}

tt { /* definition : teletype */
	}
					
cite{ /*definition : citation */
	}

address { /*definition : adresses, signature, auteur */
	}
/*
4a3: effets de typographique
------------------------------------------------------ */

em { /*definition : emphase */
	}	
	
strong { /*definition : gras (mise en force) */
	font-weight:800;
	}
	
big { /*definition : grand */
	font-size:110%;
	}
	
small { /*definition : petit */
	font-size:80%;
	}		

sub { /*definition : subscript */
	}
	
sup { /*definition : superscript */
	}	

del { /* definition : deleted (annuler) zone de texte annulé | attributs  : cite (lien vers le pourquoi) datetime (date d'annulation) */
	}
	
ins { /*definition : text insérer |	attributs  : cite (lien vers le pourquoi) datetime (date d'insertion) */
	}
	
/* 
2-4 : acronyms et abbreviations  
------------------------------------------------------ */

acronym,
abbr{
	cursor:help;
	}	
	
/*
4d: listes
------------------------------------------------------  */

ol{
	margin:1em 4px;
}

ul{
	margin:1em 4px;
	padding-left:10px;
	list-style:none;
	margin:1em 0;
}
li {
	list-style:disc;
	font-size:0.98em;
	line-height:1.2em;
	margin:0.6em 0.4em;


}
dt{

}

dd{

}
