@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */
body { background-color:#EBEBEB; font-family: 'Alef', sans-serif;}
.wrapper { width:900px; height:auto; margin: 0px auto; padding-top:25px; padding-bottom:25px;}


.main-head { font-size:54px; width:100%; text-align:center; color:#B0C707; margin-bottom:0px; width:100%; height:100px; background:url(../images/logo2.png) no-repeat top center;}
.main-head > .sub-heading { font-size:14px; color:#58585a}
.menu {width:100%; text-align:center}
.menu > li { list-style:none; display:inline-block; *display:inline; zoom:1; padding:5px; margin-left:15px; margin-right:5px; padding-bottom:10px; padding-top:8px;}
.menu > li > a { color:#58585a; text-decoration:none; margin-left:10px; margin-right:10px;}
.menu > li > a:hover { color:#fff; text-decoration:none;}

.menu > li.selected, .menu > li:hover { -webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px; background-color:#B0C707; cursor:pointer;}
.menu > li.selected > a { color:#fff !important;}
.menu > li.selected:hover.menu > li.selected > a, .menu > li:hover > a { color:#fff;} 

.container { width:100%; height:auto; padding:8px; background-color:#B0C707}
.container > .content { background-color:#fff; width:100%; height:675px;}
.container > .content.home { background:url(../images/Accueil.png) no-repeat top center;}
.container > .content.mission {background:url(../images/mission.png) no-repeat top center #fff;}
.container > .content.animaux {background:url(../images/animaux.png) no-repeat top center #fff;}
.container > .content.aide {background:url(../images/aide.png) no-repeat top center #fff;}
.container > .content.contact {background:url(../images/contact.png) no-repeat top center #fff;}
