/* CSS issue des tutoriels http://css.alsacreations.com
Dernière mise à jour: 25/03/2009 22:55
--== Mode Impression ==-- */

/* Site général */
body {
	font-size: 1em;
	font-family: serif;
	color: #000000;
	}

#header {
	text-align:center;
	}

#menu {
	display: none;
	}
	
#pied {
	display: none;
	}

#logos {
	display: none;
	}

div#postit_haut {
	margin: auto;
	width: 447px;
	padding-top: 70px;
	}
	
div#postit_bas {
	margin: auto;
	margin-bottom: 50px;
	padding-left: 50px;
	}

div#postit_bas li {
	list-style-image: url(../images/puce-postit.png);
	font-size: 0.9em;
	}
	
div#postit_bas p {
	padding-left: 20px;
	font-size: 1em;
	text-decoration: underline;
	}

h1 {  
	font-size: 2em;
	}

h2 {  
	font-size: 1.3em;
	border-bottom: 1px solid #000000;
	}
	
h3 {
	font-size: 1.1em;
	font-style: italic;
	text-decoration: underline;
	padding-left: 15px;
	}
	
h4 {
	font-size: 1em;
	font-style: italic;
	padding-left: 30px;
	}
	
ul {
	line-height: 1em ;
	margin-left: 5px;
	}

.img_doc {
	display: none;
	}

.miseajour {
	font-size: 0.7em;
	}

.conclusion {
	font-size: 1em;
	font-style: italic;
	}

.photo-droite {
	float: right;
	background-repeat: no-repeat;
}

.photo-gauche {
	float: left;
	background-repeat: no-repeat;
}

