#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding: 0px;
	width: 510px;
	margin: 0 auto;
}

p { line-height: 1.5em; margin: 0 0 1em 0; }

  .note {background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
  .important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
  .warning {background: #fdd; padding: 1em; border-bottom: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }
  .justify { text-align: justify; }



#contentcontainer {
	background-image: url(../images/postit.jpg);
	background-position: center top;
	height: 550px;
	background-repeat: no-repeat;
}
#contentcontainer1 {
	background-image: url(../images/message.jpg);
	background-position: center top;
	height: 550px;
	background-repeat: no-repeat;
}
#contentcontainer2 {
	background-image: url(../images/message_blanc.jpg);
	background-position: center top;
	height: 550px;
	background-repeat: no-repeat;
	}
#contentcontainer2gradiant {
	background-image: url(../avis/images/message_gradiant.jpg);
	background-position: center top;
	height: 550px;
	background-repeat: no-repeat;
}
#contentcontainer3 {
	/* background-image: url(../images/message_blanc.jpg);*/
	background-position: center top;
	height: 1000px;
	background-repeat: no-repeat;
}
#footer {
	width: 500px;
	border-top: solid 1px #000;
	margin: 0 auto;
	text-align: right;
	padding-top: 5px;
}

#coll_1 {
	width: 220px;
	padding-top: 100px;
	padding-left: 20px;
	float: left;
	font-size: 0.8em;
}
#coll_2 {
	width: 220px;
	float: right;
	padding-top: 100px;
	padding-right: 20px;
	font-size: 0.8em;
}
#coll_all {
	width: 440px;
	padding-top: 100px;
	padding-left: 20px;
	float: left;
	font-size: 1em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #990000;
	border-bottom: solid 1px #000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #990000;
	display: block;
	border-bottom: solid 1px #000;
}
#contentmain {
	width: 265px;
	float: right;
	padding-top: 100px;
	padding-right: 40px;
	font-size: 0.8em;
}
#nav {
	list-style-image: url(images/bullet.gif);
}
#nav a{
	text-decoration: none;
	font-weight: bold; 
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

form {
  background-color: #eee;
  width: 400px;
  padding: 20px;
  border: 1px solid #8c8c8c;
}
label { display: block; } 
#expediteur, textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea { height: 7em; }
input:focus, textarea:focus 
{
  background-color: #d9d9d9; 
}


