/* CSS Document */
/* début des styles du body */
body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #2471AD;
}
/* fin des styles du body */

/* début des styles de structure du site */
#structure_site {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: url(../images/general/fond_site.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#structure_sitecentrer {
	position: relative;
	top: 0px;
	left: 50%;
	width: 950px;
	margin-left: -475px;
}

#structure_contenu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

.clear {
	clear: both;
	height: 0px;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}

.div_sourit {
	cursor: pointer;
}
/* fin des styles de structure du site */

/* début des styles du menu */
#menu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 193px;
}

#menu_bandeau {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 149px;
}

#menu_logo {
	float: left;
	left: 0px;
	top: 0px;
	width: 295px;
	height: 149px;
}

#menu_anim {
	float: left;
	left: 0px;
	top: 0px;
	width: 624px;
	height: 149px;
}

#menu_drapeau {
	float: left;
	left: 0px;
	top: 0px;
	width: 31px;
	height: 133px;
	padding-top: 16px;
	background-image: url(../images/general/fond_flags.jpg);
	background-repeat: no-repeat;
}

#menu_drapeauligne {
	position: relative;
	left: 0px;
	top: 0px;
	width: 31px;
	margin-bottom: 10px;
	text-align: center;
}

#menu_ligne {
	position: relative;
	left: 0px;
	top: 0px;
	width: 940px;
	margin-left: 10px;
	height: 44px;
}

#menu_lien {
	float: left;
	left: 0px;
	top: 0px;
	height: 44px;
}
/* fin des styles du menu */

/* début des styles des pied */
#pied_structure {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	margin-top: 10px;
}

#pied_lien {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align:right;
}

/* fin des styles des pied */
