body {
margin: 0 auto;
background-color: #330099;
}

body div {
text-align: left
}

p {
	margin:0.2em;
	padding:5px;
	text-align: justify;
}

#principal{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: lightskyblue;
}

#header {
	margin-left: auto;
	margin-right: auto;
	background-image: url("./images/ciel.jpg");
	text-align: center;
	height: 98px;
	width: 800px;
}

/* logo qui apparait dans l'entete */
#logo
{
	float:left;
	border:none;
	width:138px;
	height:90px;
	margin:0;
	padding:5px;
}

#header h1 {
	font:  italic bold 1.9em Times,Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	color: black;
}

#header p {
	font: bold 1em Arial, sans-serif;
	color:#330099;
	line-height:1.5em;
	text-align: center;
}

#menu {
	float: left;
	clear: left;
	width: 140px;
	font-family: sans;
	margin-bottom: 10px;
}

#menu h1 {
	background-image: url("./images/menu_bg2.jpg");
	background-repeat: repeat-x;
	height: 25px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 1em;
	margin: 0px;
	color: black;
	border-bottom: 1px solid #686161;
}

#menu a {
	color: midnightblue;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	background-color: lightcyan;
	border-bottom: 1px solid #686161;
	height:15px;
}

#menu a:hover {
	background-color: paleturquoise;
	color: #6600cc;
	font-weight:bold;
	font-size:0.9em;
}

img {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

a img {
	border: none;
}

#contenu {
	font-family: serif;
	padding: 10px;
	margin-left: 140px;
	margin-bottom: 10px;
	width: 620px;
	color: black;
}

#contenu h1 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: black;
}

#contenu h1:first-letter {
	font-weight:bold;
	font-size:2em;
	color:purple;
}

#contenu p:first-letter {
	font-weight:bold;
	font-size:2em;
}

#contenu a {
	text-decoration: none;
	font-style: italic;
}

#contenu a:hover {
	text-decoration: underline;
}

/*---------------------------------------------------------------*/
/* catégories de la page d'accueil                              */
/*---------------------------------------------------------------*/

#col1
{
	float: left;
	padding: 30px 60px 10px 80px; /* top right bottom left */
}
#col2
{
	float: left;
	padding: 30px 0 10px 60px; /* top right bottom left */
}

#col1 a, #col2 a{
	text-decoration: none;
	display: block;
	height: 25px;
	width: 140px;
	text-align: center;
	color: black;
	text-transform: capitalize;
	font-style: italic;
	font-weight: bold;
	font-family: Times;
}

/*---------------------------------------------------------------*/
/* adresse de la page d'accueil                              */
/*---------------------------------------------------------------*/
#adresse {
	text-align:center;
	font-style:italic;
	font-size:1.1em;
	margin: 70px; 
	margin-top:90px;
	padding: 60px;
}

#nom {
	font-weight:bold;
	font-size:1.5em;
}

#nom, #coordonnees {
	color:#6600CC;
}

img.accueil, a.accueil img {
	padding:0 60px;
}

.centre {
	text-align: center;
}

.gauche {
	width: 150px;
}

.droite {
	float:right;
}

.clearboth { clear: both; }

.clearleft { clear: left; }

/*--------------------------------------------------------------*/
/* Pied de page                                                 */
/*--------------------------------------------------------------*/

#footer, #copyright{
	clear: both;
	text-align: center;
	color: black;
	font-size: 12px;
}

#footer a {
	text-decoration: none;
	font-style: italic;
}

#footer a:hover {
	text-decoration: underline;
}
