/* +++++++++++++++ CSS du site MAMADOO.ORG +++++++++++++++ */


body {
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #666666;
}

.copyright 	{
	list-style-type: none;
	font-size: 0.7em;
	text-align: right;
	margin-right: 0;
	line-height: 12px;
	color: #333333;
}
	
img {
	border: 0 none;
}

strong {
	color: #45678D;
}

dl, dt, dd, ul, li {
	list-style-type: none;
}

div#conteneur {
	position: relative;
	width: 980px;
	margin: auto;
	background-image: url(fond.jpg);
	background-repeat: repeat-y;
	z-index: 100;
}

div#logo {
	position: relative;
	width: 950px;
	height: 272px;
	top: 0px;
	margin: auto;
	background-image: url(mamadoo2.jpg);
	z-index: 100;
}

div#footer {
	position: relative;
	width: 980px;
	height: 30px;
	top: 0px;
	margin: auto;
	background-image: url(footer.jpg);
	z-index: 100;
}

div#google {
	position: absolute;
	top: 297px;
	right: 100px;
	width: auto;
	height: auto;
	z-index: 1000;
}

div#lateral {
	position: absolute;
	top: 330px;
	right: 50px;
	width: 320px;
	height: auto;
	background-color: white;
	z-index: 1000;
}

.texte {
	list-style-type: none;
	font-size: 0.7em;
	text-align: left;
	margin-top: 25px;
	margin-left: 40px;
	margin-right: 375px;
	line-height: 12px;
	color: #333333;
}

.texte ul li {
	display: inline;
}

.texte a {
	margin: 0 2px;
	color: #333333;
	text-decoration: none;
}


.texte a:hover {
	background-color: #45678D;
	color: white;
}

.textelateral {
	list-style-type: none;
	font-size: 0.7em;
	text-align: left;
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 0;
	line-height: 12px;
	color: #333333;
}

.textelateral ul li {
	display: inline;
}

.textelateral a {
	margin: 0 2px;
	color: #333333;
	text-decoration: none;
}


.textelateral a:hover {
	background-color: #CC9A39;
	color: white;
}
