/* Définition des polices personnalisées */

@font-face
{
    font-family: 'BallparkWeiner';
    src: url('../polices/ballpark.eot');
    src: url('../polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('../polices/ballpark.woff') format('woff'),
         url('../polices/ballpark.ttf') format('truetype'),
         url('../polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'Dayrom';
    src: url('../polices/dayrom.eot');
    src: url('../polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('../polices/dayrom.woff') format('woff'),
         url('../polices/dayrom.ttf') format('truetype'),
         url('../polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noto_bold_italic';
    src: url('../polices/NotoSans-BoldItalic-webfont.eot');
    src: url('../polices/NotoSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/NotoSans-BoldItalic-webfont.woff') format('woff'),
         url('../polices/NotoSans-BoldItalic-webfont.ttf') format('truetype'),
         url('../polices/NotoSans-BoldItalic-webfont.svg#noto_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noto_regular';
    src: url('../polices/NotoSans-Regular-webfont.eot');
    src: url('../polices/NotoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/NotoSans-Regular-webfont.woff') format('woff'),
         url('../polices/NotoSans-Regular-webfont.ttf') format('truetype'),
         url('../polices/NotoSans-Regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noto_italic';
    src: url('../polices/NotoSans-Italic-webfont.eot');
    src: url('../polices/NotoSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/NotoSans-Italic-webfont.woff') format('woff'),
         url('../polices/NotoSans-Italic-webfont.ttf') format('truetype'),
         url('../polices/NotoSans-Italic-webfont.svg#noto_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noto_bold';
    src: url('../polices/NotoSans-Bold-webfont.eot');
    src: url('../polices/NotoSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/NotoSans-Bold-webfont.woff') format('woff'),
         url('../polices/NotoSans-Bold-webfont.ttf') format('truetype'),
         url('../polices/NotoSans-Bold-webfont.svg#noto_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Eléments principaux de la page */

body
{
	/* background: url('../images/fond_jaune.png');*/
	font-family: 'noto_regular';
	font-size: 0.9em;
	color: #181818;
	background-color: rgba(250,150,50,0.3);
}

#bloc_page
{
	width: 1000px;
	margin: auto;
	border: 1px solid rgb(0,153,102);
	border-radius: 5px;
}
/* Header */

header
{
	background: url('../images/separateur.png') repeat-x bottom; /* url('../images/bois2.png') repeat-x top;*/
	background-color: #009999;
}
#logo
{
	/* border: 1px solid black;*/
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px;
	width: 175px;
	box-shadow: -4px 4px 13px #111111;
	border-radius: 10px; 
}
#titres_site
{
	/*border: 1px solid black;*/
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	position: relative;
	left: 40px;
}
header h1
{
	/* border: 1px solid black;*/
	width: 560px;
	margin: auto;
	font-family: 'noto_italic';
	font-size: 2.3em;
	font-weight: normal;
}
header h2
{
	/*border: 1px solid black;*/
	text-align: center;
	font-family: 'noto_bold', serif;
	font-size: 1.1em;
	font-weight: normal;
}


/* Navigation */

nav
{
	/* border: 1px solid black;*/
    display: inline-block;
	width: 1000px;
}

nav ul
{
	/* border: 1px solid black;*/
    list-style-type: none;
	text-align: center;

}

nav li
{
	border: 4px solid #009966;
    display: inline-block;
	margin-left: 30px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #009933;
    box-shadow: 1px 2px 5px #1c1a19;
    border-radius: 5px;
}

nav a
{
    font-size: 1em;
    color: black;
    text-decoration: none;
}

nav a:hover
{
    color: black;
    border-bottom: 3px solid black;
}
nav a:visited
{
    color: black;
    text-decoration: none;

}


/* Corps */

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

article
{
    width: 700px;
    margin-right: 0px;

	padding: 10px;

	background-color: rgba(0,153,102,0.8);
	border-radius: 5px;
	border: 2px solid rgb(0,153,153);

}

article p
{
    font-size: 0.9em;
}

aside
{
	width: 245px;
    background-color: rgba(0,153,51,1)/*#706b64*/;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
	border: 2px solid rgb(0,153,153);

    padding: 10px;

    color: white;
    font-size: 0.9em;
}

aside img
{
    margin-right: 5px;
}

/* Footer */

footer
{
    background: url('../images/separateur.png') repeat-x top;
	background-color: #009999;
	padding-bottom: 30px;
	text-align: center;
}

footer ul
{
	display: inline-block;
    list-style-type: none;
}

footer li
{
	display: inline-block;
	margin-left: 8px;
	margin-right: 10px;
    color: #FFFFFF;
}
footer a
{
    font-size: 0.7em;
    color: #FFFFFF;
    text-decoration: none;
}
footer a:hover
{
    font-size: 0.7em;
    color: white;
    text-decoration: none;
	border-bottom: 1px solid white;
}
#facebook
{
    width: 18px;
	position: relative;
	bottom: -5px; 
}
footer p
{
    font-size: 0.7em;
    color: #FFFFFF;
}
