
/* CSS Document */



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url("../responsive-mobile/style.css");
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

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, 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%;
	vertical-align: baseline;
	font-family: 'Montserrat', sans-serif;
	background-color: #e9e9e9;
	color:#000;
}
/* 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;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Montserrat', sans-serif;
}
p, span
{
	font-family: 'Montserrat', sans-serif;
}

h2{
	text-align: center;
	color: #ff312d;
}

h3{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.5em;
	color:#ff312d;
	text-decoration:underline;
	padding-top: 60px;
}

h4{
	text-align : center; 
	margin:auto;
	line-height: 140%;
	font-family: 'Montserrat', sans-serif;
	font-weight: '400';	
	font-size: 1.8em;
	color:#ff312d;
	width: 70%
	}

h5{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	color:#000;
	text-decoration:underline;
}

sup{
	font-size:0.7em;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/* Header */

.header
{
	width: 100%;
}
.container
{
	width: 1200px;
	margin: 0 auto;
}
.logo
{
	text-align: center;
}
.logo h1
{
	color:#ff312d;
	font-size:4.5em;
	line-height: 120%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding-top: 130px;
	padding-bottom: 10px;
	text-decoration: underline;
}

.logo h2
{
	color:#ff312d;
	font-size:1.5em;
	line-height: 120%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.header p{
	font-size:0.8em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-align: center;
	width:60%;
	margin: auto;

}

/* Menu */


ul.nav li a
{
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 700;
	text-decoration: none;
	line-height: 250%;
	color: #000;
	display: block;
	text-align: center;
}
ul.nav li a:hover
{
	color: #ff312d;
}
ul.nav li a.active
{
	color: #ff312d;
}


/* Texte */


.banner-text
{
	width: 70%;
	margin: 0 auto;
	padding:20px 0px 50px 0px;
	text-align: justify;
}
.banner-text h2
{
	font-weight: 400;
	line-height: 1.5;
}
.banner-text h2 span
{
	font-weight: 400;
}
p{
	color: #000;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 400;
	margin-top: 25px;
}

.banner-text-ressources p
{
	width: 70%;
	margin: 0 auto;
	padding:20px 0px;
	text-align: left;
	font-size: 0.9em;
	line-height: 160%;
}


/* Lexique : infobulles; */
a.info{
	position: relative;
	text-decoration: none;
	color: #000;
	border-bottom: 1px #ff312d dotted;
}

a.info span{
	display:none;

}

a.info:hover{
	background: none; /*correction bug IE */
	z-index: 500;
	cursor: default;
	color:#878787;

}

a.info:hover span{
	display : block; /*afficher l'infobulle*/
	position: absolute;
	overflow:auto;
	width:400px;
	top: 30px;
	left: -30px;
	color:#878787;
	padding: 3px;
	margin : auto;

	border: 2px solid white;
}

/* Notes */

a {
	color:#878787;
	text-decoration: none;
}

a:hover{
	color: #ff312d;
}

p.note a{
	color:#878787;
	text-decoration: none;
}

p.note a:hover{
		color: #ff312d;
}

a.note {
	color:#878787;
	text-decoration: none;
}

a.note :hover{
		color: #ff312d;
}

h4 a.note {
	color:#878787;
	text-decoration: none;
	font-size: 0.6em;
	font-weight: 400;
	vertical-align: super;
}

h4 a.note :hover{
		color: #ff312d;
}

/* Images */

.schema{

	width: 70%;
	margin:auto;
}

.petit-schema{

	width: 25%;
	margin:auto;
}



/* Footer */


.footer
{
	width: 100%;
	background-color: #e9e9e9;
	padding: 50px 0px;
	margin: auto;
	text-align: center;
}
.footer p.copyright {
	color: #000;
	width:60%;
	margin:auto;
    font-weight: 400;
    font-size: 14px;
}
.footer p.copyright a
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #585c65;
}


