/********** Propriétés par défaut **********/

* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
	background: url('../img/html.png');
}


/* Titres */

h2 {
	margin-left:50px;
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:3px solid #262626;
	padding-left:26px;
	padding-bottom : 2px;
	font-size:120%;
	color:#262626;
	background : url('../img/tel.gif') no-repeat;
}

h3 {
	padding-left : 10px;
	margin-left : 10px;
	border-bottom : 1px solid silver;
	/*width : 350px;*/
}


/* Liens */

a {
	/*color:#333333;*/
	color:#2C6AAA;
	text-decoration:none;
	font-weight:normal;
}
a:hover { 
	color:#666666;
	text-decoration:underline;
}

a img {
	border: 0;
}

/* Listes */

ul, ol {
	margin-left: 15px;
}

ul li {
	
}


/* Tableaux */




/* Formulaires */



/* Autres balises */


p {
	padding-bottom:20px;
	text-indent : 5px;
	text-align:justify;
}




