/*----Structure ----*/

header {
	width: 100%;
	height: 154px;
	background-image: url('../images/header.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}

nav {border-top: 1px solid #ffffff; height: 32px; margin-bottom: 50px;}
nav ul{margin: 0; font-weight: normal;}
nav ul li{display: block; float: left; padding: 0 25px; height: 32px; line-height: 32px;}
nav ul li a, nav ul li a:visited{color: #FFFFFF; text-decoration: none; font-weight: normal; font-size: 18px;}
nav ul li a:hover{color: #FFFFFF; text-decoration: none; font-weight: normal;}
nav ul li a:focus{outline: 0;}

/*-----------------Contenu-----------------*/


aside#asideAnimationsdiverses {width: 253px; float: left;}
aside#asideAnimationsdiverses ul{}
aside#asideAnimationsdiverses ul li{color: #ffe522; font-size: 14px; text-align: center;}

aside#asideAnimationsdiverses p.txt{color: #ffe522;}


section {margin-left: 280px;}

/*-----------------Bas-----------------*/
footer {
	width: 100%;
	height: 35px;
	font-size: 12px;
	color: #ffffff;
	margin-top: 20px;
}
#footerLiens {float: right; font-size: 12px;}
#footerLiens li{float: left; padding: 0 0 0 26px; color: #ffffff; text-align: left; background: url('../images/puce-footer.jpg') left center no-repeat; line-height: 23px;}
#footerLiens li a, #footerLiens li a:visited{color: #ffffff; text-decoration: none; font-weight: normal;}
#footerLiens li a:hover{color: #ffe522; text-decoration: underline; font-weight: normal;}