/* 

>>> Variations de texte*/

H1{
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #1395f8;
}

H3{
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #1395f8;
}

p{
	font-family: Verdana;
	font-size: 10px;
	color: Black;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 160%;
}

#p2{
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: justify;
	line-height: 170%;
}

/* 

>>> Mise en page générale & outils */

img{
	background:none;
	border: none;
}
a{
	text-decoration: none;
	color: black;
}

A:hover{text-decoration: underline;}
A:active{color: black;}
A:visited{color: black;}

#alinea {
	margin-left: 20px;
	margin-right: 20px;
}

.alinea3 {
	margin-left: 15px;
}

table{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-color: #90d3fd;
	font;
	font-family: Verdana;
	font-size: 10px;
}

/* 

>>> Outils particuliers */

#top{
		text-align: center;
		padding-left:70px;
}
#sommaire{
	text-align: left;
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 30px;
	margin-bottom: 4px;
	background-image: url(../images/rose2.png);
	height: 24px;
}

#left{
	background-color: #72CDFA;
	border-style: groove;
	border-color: #90d3fd;
	border-width: 2px;
	margin-top: 2px;

}

input{
	border: 0px;
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #1395f8;
	font-weight: bold;
	font-style: italic;
}
