/* Document CSS de Syntax Web Interactions Site .info Gen 3 Accueil
Copyright © 1995-2006 Syntax Web Interactions
Tous droits réservés
Reproduction et utilisation interdite sans autorisation.
 */
 
 /* Page générale + arrière plan */
 
/* Div avec le fond spécial */

div#fondspec {
	position:relative;
	margin:-450px auto 0 auto; 
	background-color:#ffffff;
	color:#000000;
	background-image:url(img/fond-accueil-3.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:600px;
	height:450px;
}

/* Flotteurs */
div#fond1 {
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-image:url(img/fond-accueil-1.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#000000;
	height:450px;
	width:50%;
}
div#fond2 {
	float:right;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-image:url(img/fond-accueil-2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#000000;
	height:450px;
	width:50%;
}

/* Conteneur principal spécial */

div#conspec {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/* Listes d'images */
div.images {
	clear:both;
	margin:30px 0 30px 0;
	padding:10px 0 10px 0;
}
div.images ul {
	margin:10px 10px 10px -30px;
}
div.images li {
	display:block;
	clear:both;
	margin:10px 10px 10px 0;
	padding:20px 0 20px 0;
	list-style-type:none;
	line-height:150%;
}
div.images img {
	float:left; 
	margin:-10px 20px 0 20px;
}

