/* CSS issu des tutoriels www.alsacreations.com/articles */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}
#header ,#centre, #pied{
	margin-right: -5px;
	background-image: url(imgs/cadre/centre_droite.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
#header {
	height: 150px;
}
#header .logo{
	padding-left:10px;
}
#header .titre{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	font-style: italic;
	padding-left:170px;
}
#conteneur {
	position: absolute;
	width: 80%;
	margin-left: 10%;
	margin-top:20px;
	background-image: url(imgs/cadre/centre_gauche.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#centre {
margin-left: 180px;
margin-bottom: 0px;
padding:30px 40px 0px 0px;
}
#centre h4{
	margin: 0px;
	border: 1px solid #ECECEC;
	color:#9966CC;
	font-size: 18px;
}
#centre .devant{
	padding-top: 20px;
}
#centre .apres{
	margin-bottom: 20px;
}
#centre .img{
	padding: 20px;
	display: block;
	float: left;
}
#centre .sous_titre{
	font-weight: bold;
	padding-bottom:2px;
	border-bottom: 1px dashed #ECECEC;
}
#centre .auteur{
	padding-bottom:25px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
}
#centre .auteur2{
	padding-top: 15px;
	font-weight: bold;
	font-size: 10px;
}
#centre .contact{
	color: #9966CC;
	padding: 30px 0px 20px 100px;
	font-size: 14px;
}
#cadre{	
}
#cadre ul{
	padding:0px 0px 0px 15px;
}
#cadre li{
	display: inline;
	float: left;
	height: 140px;
	width: 32%;
	list-style-type: none;
}
#cadre .vignette{
	text-align: center;
}
#cadre .vignette2{
	display: inline;
	float: left;
	height: 100px;
	width: 48%;
	list-style-type: none;
	text-align: center;
}
#cadre .double{
	width: 50%;
}
#gauche {
position: relative;
left:0;
width: 150px;
display: inline;
float: left;
}
#pied {
}

#gauche ul{
	margin-left: 10px;
	background-color: #EAEAEA;
	color: #9966CC;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	border: 1px solid #666666;
}
#gauche li {
	margin-bottom: 5px;
	font-size: 10px;
	list-style-type: none;
	text-align: center;
}
#gauche li:first-line {
	border-top: 1px solid #666666;
}

#gauche a, #gauche a:visited {
margin: 0px 2px;
color: #9966CC;
text-decoration: underline;
}
#gauche a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}
#pied {
	padding-top: 30px;
}
#pied .webmaster{
	height:80px;
	margin-left: 180px;
	padding-top: 70px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
; background-image: url(../Logo%2001%20APCIM%20FORMAT%20EN%20TETE%20DEFINITIF%20OPTI_%20reduit%20pour%20suite.jpg)
}
#pied .copy{
	margin-left: 0px;
	padding-top: 20px;
	font-size: 10px;
	text-align: center;
}
.spacer{
	clear: both;
}
form {
	margin:0px;
}
.input {
	margin-top : 10px;
	margin-bottom: 10px;
}