/*
Feuille de style prévue pour l'impression
*/

/*------------------- DESIGN GENERAL --------------------*/

*{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
}

h2, h3 {
	font-size : 12px;
}

a {
	text-decoration: none;
}

a:link {
	color: #33CC33;
}

a:visited {
	color: #33CC33;
}

a:hover {
	color: #8032B2;
}

img{
	border: 0px;
}

td{vertical-align:top;}

#generale {
	position: relative;
	background : white;
}

#accueil, #chemin {
	font-weight : bold;
	font-size : 11px;
	color : black;
}

#accueil a {
	font-size : 12px;
	color : white;
}

#accueil a:hover, #chemin a:hover {
	text-decoration : underline;
}

#pied {
	height: 65px;
	padding-top : 20px;

}

#last_maj {
	float : left;
	margin : 15px 35px 0 12px;
	color : black;
	font-weight : bold;
	font-size : 10px;
}

#last_maj a {
	font-size : 11px;
	color : white;
}

#last_maj a:hover {
	color : #F79F11;
}

#logos {
	float : left;
}

/*-------------------------- PROPRIETES VALABLES UNIQUEMENT POUR LES PAGES ARTICLES  -------------------------- */

#cadre_article {
	width : 710px;
	font-family: verdana, arial, sans-serif;
}

#cadre_article h2{
	margin-bottom : 10px;
}

#cadre_article p{
	text-indent : 10px;

}

#texte_art {
	text-align : justify;
}
