/* CSS Template Moyard */

html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #efefee;
	background-image: url(img/moyard_background.gif);
	background-repeat: repeat-y;
}

body {
	height: 100%;
	font-size: 13px;
	line-height: 130%;
	font-family: Arial, sans-serif;
	color: #000;
}

a {color: #F60; text-decoration: none}
a:visited {color: #F60; text-decoration: none}
a:hover {color: #F60; text-decoration: underline}

a.trio {color: #666; text-decoration: none}
a.trio:visited {color: #666; text-decoration: none}
a.trio:hover {color: #999; text-decoration: none}


/* PRINCIPALE */

div#base{
	width: 995px;
	margin: auto;
}

div#menu{
	width: 100%;
	height: 79px;
	margin-bottom: 17px;
}

div#drapeau{
	clear: both;
	text-align: right;
	height: 12px;
	margin-top: 15px;
	margin-right: 15px;
}

div#contenu{
	width: 870px;
	margin-left: 44px;
	padding: 35px;
	background-color: #FFF;
}

div#contenu_txt{
	width: 570px;
	float: left;
}
	
div#contenu_img{
	width: 285px;
	height: auto;
	float: right;
}

div#contenu_txt_home{
	width: 570px;
	margin-right: 300px;
	float: left;
}
	
div#contenu_img_home{
	width: 285px;
	margin-right: 5px;
	height: auto;
	float: left;
}

div#footer{
	width: 975px;
	margin-top: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	color: #999;
	height: 15px;
	text-align: right;
}

