/*
CSS pour la page d'index du site www.sexomanon.com
Propriété de la SPRL Editions Particulières
*/

/* Parametrage general de la page*/
body, html {
	margin:				0;
	font-family: 		Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#000000;
	background-color: 	#ffffff;
	height:				100%;
	background-image: 	url(../images/fond-repeat.png);
	background-repeat:	repeat-x;
    background-position: center center;
}

/* Parametrage des liens */
a:link {
	color: 				#912950;
	text-decoration: 	none;
}
a:visited {
	text-decoration: 	none;
	color: 				#912950;
}
a:hover {
	text-decoration: 	none;
	color: 				#912950;
}
a:active {
	text-decoration: 	none;
	color: 				#912950;
}

/* Parametrage des DIV */
#conteneurglobal {
	width:		900px;
	margin:		0 auto;
	background-color: 	#ffffff;
}

#bandeau {
	width:				900px;
	clear:				both;
	border: 			0px;
    height:				40px;
	color:				#912950;
	text-align:			left;
}

#logo {
	float:				left;
	width:				900px;
	height:				100px;
	text-align:			center;
	padding-top:		0px;
	padding-left:		0px;
    color:				#ffffff bold;
}

#pied {
    width:				900px;
	clear:				both;
    margin:				0px;
	border:				0px;
    text-align:			center;
}


