@font-face {
	font-family: 'Gloss_And_Bloom';
	src: url('fonts/Gloss_And_Bloom.ttf');
}

@font-face {
	font-family: 'Open_Sans';
	src: url('fonts/OpenSans-Regular.ttf');
}

@font-face {
	font-family: 'Precursive';
	src: url('fonts/Precursive_1_FREE.otf');
}

html {
	overflow-x: hidden;
}

body {
	background-image: url(images-interface/fond3.png);
	background-position:50% 2%;
	background-repeat:no-repeat;
}

div.a_propos > h1 {
	font-family:'Gloss_And_Bloom';
	margin-left: 11.3em;
	position: relative;
}

div.a_propos > p {
	font-family: 'Open_Sans';
	font-size: 1.1em;
	margin-left: 17.3em;
	margin-right: 17.3em;
}

div.projet > h1 {
	font-family:'Gloss_And_Bloom';
	margin-left: 11.3em;
	margin-top: 6em;
	position: relative;
}

div.contact > h1 {
	font-family:'Gloss_And_Bloom';
	margin-left: 2.3em;
}

div.presentation {
	width: 100vw;
	height: 65vh;
	margin-top: 35vh;
}

div.presentation > h1 {
	font-family:'Gloss_And_Bloom';
	font-size: 5.50em;
	text-align: center;
	margin-bottom: 0;
}
div.presentation > h2 {
	font-family: 'Gloss_And_Bloom';
	font-size: 5.50em;
	text-align: center;
	margin-top: 0;
}

div.navigation > ul {
	list-style: none;

}

div.navigation > ul > li > a {
	text-decoration: none;
	color : #ffffff;
}

div.navigation > ul > li > a:hover {
	text-decoration: none;
	color : #ffffff;
	text-decoration: line-through;
	text-decoration-color: #d57aa6;
}

div.navigation > ul > li > a > i:hover {
	text-decoration: none;
	color : #ffffff;
	text-decoration: line-through;
	text-decoration-color: #d57aa6;
}

div.navigation > ul > li {
	font-family: 'Open_Sans';
	list-style: none;
	display: inline;
	color : #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	position: center;
	padding-right: 95px;

}

div.projet > ul > li {
	font-family: 'Open_Sans';
	list-style: none;

	color : #ffffff;
	position: center;
	padding-right: 95px;

	position: relative;
	display: inline-block;
	max-width: 300px;
	margin: 0 auto;
	cursor: pointer;

}

div.projet > ul > li img {
	max-width: 100%;
	z-index: -1;
}

li {
	font-family: 'Open_Sans';
}


div.a_propos > h2 {
  font-family: 'Precursive';
  margin-left: 9.3em;
  font-size: 2.4em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

div.contact > p {
    font-family: 'Open_Sans';
    font-size: 1.1em;
    margin-left: 17.3em;
    margin-right: 17.3em;
}

div.projet > h2 {
  font-family: 'Precursive';
  margin-left: 15em;
  font-size: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 3.5em;
  position: relative;
}

div.projet > h3 {
  font-family: 'Precursive';
  margin-left: 15em;
  font-size: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 3.5em;
}

div.span {
    font-size: 4.5em;
    padding-left: 2.4em;
    padding-top: 0.8em;
}

div.span > a {
    text-decoration: none;
    color: #d57aa6;
    margin-left: 1.8em;
}

div.span > a > i:hover {  
    text-decoration: line-through;
    text-decoration-color: #d57aa6;
}

h3 {
  font-family: 'Open_Sans';
}

nav {
  background-color: #000000;
  margin-top: auto;
  margin-bottom: auto;
  border-color: #d57aa6;
  border-width: 1px;
  border-bottom-style: solid;
  padding-top: 1px;
  position: fixed;
  top: 0px;
  width: 100vw;
  z-index: 1;
}

footer {
    border-top: 1px solid #d57aa6;
    background-color: #000000;
    margin-top: 99px;
    text-decoration: none;
    padding-top: 50px;
}

div.foot {
    padding-left: 22em;
    padding-bottom: 2em;
}

div.foot > p {
    font-family: 'Open_Sans';
    display: inline;
    color : #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    position: center;
    padding-right: 95px;
}

div.navigation > ul {
  text-align: right;
}

div.projet > ul {
  display: block;
  margin-left: 17.3em;
  margin-right: 17.3em;
  text-align: center;

}

/*div.projet > h2 {
		font-family: 'Open_Sans';
	margin-left: 15.3em;
	font-size: 1.4em;
	    padding-top: 2em;
    padding-bottom: 2em;
    }*/

    div.projet > ul > li > a > figure {
    	position: relative;
    }

    div.projet > ul > li > a > figure > figcaption:hover {
    	text-decoration: line-through;
    	text-decoration-color: #d57aa6;
    }


    div.projet > ul > li > a > figure > figcaption {
    	font-family: 'Open_Sans';
    }

    div.overlay:hover {
    	backface-visibility: hidden;
    	transition: all ease-out .5s;
    	opacity: 0.8;
    }

    div.overlay {
    	position: absolute;
    	top: 0;
    	left: 0;
    	height: 212px;
    	width: calc(100% + 2px);
    	opacity: 0;
    	transition: .5s ease;
    	background-color: #efb6d4;
    }

    div.overlay > .fa {
    	color: white;
    	margin: auto;
    	text-align: center;
    	margin-top: 25%;
    	top: 50%;
    	font-size: 4.5em;
    }

    div.projet > ul > li > a {
    	text-decoration:none;
    }

    div.projet > ul > li > a > figure > figcaption {
    	margin-top: 2.5em;
    	margin-bottom: 2.5em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	color: #000000;
    }


    div.contact > h1 {
    	font-family:'Gloss_And_Bloom';
    	margin-left: 11.3em;
    	margin-top: 6em;
    	position: relative;
    }

    div.contact > h1::before {
    	content: "";
    	width: 25%;
    	position: absolute;
    	left: 0;
    	bottom: 20px;
    	height: 23px;
    	background-color: #f4d9e8;
    	z-index: -1;
    }


    div.projet > h1::before {
    	content: "";
    	width: 25%;
    	position: absolute;
    	left: 0;
    	bottom: 20px;
    	height: 23px;
    	background-color: #f4d9e8;
    	z-index: -1;
    }

    div.projet > h2::before {
    	content: "";
    	width: 40%;
    	position: absolute;
    	left: 0;
    	bottom: 86px;
    	height: 10px;
    	background-color: #f4d9e8;
    	z-index: -1;
    }

    div.a_propos > h1::before {
    	content: "";
    	width: 25%;
    	position: absolute;
    	left: 0;
    	bottom: 20px;
    	height: 23px;
    	background-color: #f4d9e8;
    	z-index: -1;
    }

    div.projet > ul > li > a > figure > img {
    	border: 1px solid #000000;
    }


    /*base*/
    div.pre_projet > p {
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > h2 {
    	font-family: 'Gloss_And_Bloom';
    	margin-left: 14.3em;
    	position: relative;

    }

    div.pre_projet > img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    }

    div.pre_projet > p {
    	margin-top: 3em;
    }

    div.pre_projet > h2 {
    	margin-top: 3em;
    }

    div.pre_projet > a {
    	font-family: 'Open_Sans';
    	font-size: 1.8em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    	text-decoration: none;
    	color : #000000;
    }

    div.pre_projet > a:hover {
    	text-decoration: line-through;
    	text-decoration-color: #d57aa6;
    }


    /*science*/
    div.pre_projet_science > p {
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet_science > h2 {
    	font-family: 'Gloss_And_Bloom';
    	margin-left: 14.3em;
    	position: relative;

    }

    div.pre_projet_science > img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	width: 25%;
    }

    div.pre_projet_science > p {
    	margin-top: 3em;
    }

    div.pre_projet_science > h2 {
    	margin-top: 3em;
    }

    div.pre_projet_science > a {
    	font-family: 'Open_Sans';
    	font-size: 1.8em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    	text-decoration: none;
    	color : #000000;
    }

    div.pre_projet_science > a:hover {
    	text-decoration: line-through;
    	text-decoration-color: #d57aa6;
    }


    /*Bloody*/


    div.pre_projet_bloody > p {
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet_bloody > h2 {
    	font-family: 'Gloss_And_Bloom';
    	margin-left: 14.3em;
    	position: relative;

    }

    div.pre_projet_bloody > img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	width: 35%;
    	margin-top: 3.0em;
    }

    div.pre_projet_bloody > p {
    	margin-top: 3em;
    }

    div.pre_projet_bloody > h2 {
    	margin-top: 3em;
    }

    div.pre_projet_bloody > a {
    	font-family: 'Open_Sans';
    	font-size: 1.8em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    	text-decoration: none;
    	color : #000000;
    }

    div.pre_projet_bloody > a:hover {
    	text-decoration: line-through;
    	text-decoration-color: #d57aa6;
    }

    div.pre_projet_bloody > div.badges > img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	width: auto;
    	margin-top: 3.0em;
    }

    div.pre_projet_bloody > div.badges > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet_bloody > div.badges > h2 {
    	font-family: 'Gloss_And_Bloom';
    	margin-left: 14.3em;
    	position: relative;
    	margin-top: 3em;
    }

    /*netsoluce*/

    div.pre_projet > div.depiant_netsoluce > img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	width: 50%;
    	margin-top: 3.0em;
    }

    div.pre_projet > div.depiant_netsoluce > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.depiant_netsoluce > h2 {
    	font-family: 'Gloss_And_Bloom';
    	margin-left: 14.3em;
    	position: relative;
    	margin-top: 3em;
    }


    /*Frigo*/

    div.pre_projet > div.frigo > img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	width: 40%;
    	margin-top: 3.0em;
    }

    div.pre_projet > div.frigo> p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.frigo > h2 {
    	font-family: 'Gloss_And_Bloom';
    	margin-left: 14.3em;
    	position: relative;
    	margin-top: 3em;
    }


    /*pp*/

    div.pre_projet > div.gsp > img {
    	display: inline-block;
    	margin-left: auto;
    	margin-right: auto;
    	width: 30%;
    	margin-top: 3.0em;
    	border: 1px solid;
    	vertical-align: top;
    }

    div.pre_projet > div.gsp > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.gsp> h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }


    div.pre_projet > div.pochette > img {
    	display: inline-block;
    	margin-left: auto;
    	margin-right: auto;
    	width: 30%;
    	margin-top: 3.0em;
    	border: 1px solid;
    }

    div.pre_projet > div.pochette > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.pochette > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }


    div.pre_projet > div.charte > ul > li {
        margin-top: 3em;
        font-family: 'Open_Sans';
        font-size: 1.1em;
        margin-left: 17.3em;
        margin-right: 17.3em;
    }

    div.pre_projet > div.tampon > img {
    	display: inline-block;
    	vertical-align: top;
    	margin-left: auto;
    	margin-right: auto;
    	width: 15%;
    	margin-top: 3.0em;
    }

    div.pre_projet > div.tampon > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.tampon > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.cdl > img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	width: 20%;
    	margin-top: 3.0em;
    }

    div.pre_projet > div.cdl > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.cdl > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.powerpoint > img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	width: 45%;
    	margin-top: 3.0em;
    	border: 1px solid;
    }

    div.pre_projet > div.powerpoint > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.powerpoint > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.red > img {
    	display: inline-block;
    	vertical-align: bottom;
    	margin-left: auto;
    	margin-right: auto;
    	width: auto;
    	margin-top: 3.0em;
    	border: 1px solid;
    }

    div.pre_projet > div.red > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.red > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.red > a {
    	font-family: 'Open_Sans';
    	font-size: 1.8em;
    	text-decoration: none;
    	color: #000000;
    	text-align: center;
    	display: block;
    	padding-top: 3em;
    }

    div.pre_projet > div.red > a:hover {
    	text-decoration: line-through;
    	text-decoration-color: #d57aa6;
    }

    div.pre_projet > div.boncadeau > img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	width: 30%;
    	margin-top: 3.0em;
    	border: 1px solid;
    	border: 1px solid;
    }

    div.pre_projet > div.boncadeau > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.boncadeau > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.livre > img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	width: 30%;
    	margin-top: 3.0em;
    	border: 1px solid;
    }

    div.pre_projet > div.livre > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.livre > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.villak > img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	width: 40%;
    	margin-top: 3.0em;
    	border: 1px solid;
    	margin-bottom: 5em;
    }

    div.pre_projet > div.villak > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.villak > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.charte > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.charte > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.livre > a {
    	font-family: 'Open_Sans';
    	font-size: 1.8em;
    	text-decoration: none;
    	color: #000000;
    	text-align: center;
    	display: block;
    	padding-top: 3em;
    }

    div.pre_projet > div.livre > a:hover {
    	text-decoration: line-through;
    	text-decoration-color: #d57aa6;
    }

    /*maquette*/


    div.pre_projet > div.missions > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.missions > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }



    /*Rédaction*/

    div.pre_projet > div.site_tendances > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.site_tendances > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.site_tendances > a {
    	font-family: 'Open_Sans';
    	font-size: 1.8em;
    	text-decoration: none;
    	color: #000000;
    	text-align: center;
    	display: block;
    	padding-top: 3em;
    }

    div.pre_projet > div.site_tendances > a:hover {
    	text-decoration: line-through;
    	text-decoration-color: #d57aa6;
    }

    div.pre_projet > div.analyse_logo > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.analyse_logo > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.analyse_logo > a {
    	font-family: 'Open_Sans';
    	font-size: 1.8em;
    	text-decoration: none;
    	color: #000000;
    	text-align: center;
    	display: block;
    	padding-top: 3em;
    }

    div.pre_projet > div.analyse_logo > a:hover {
    	text-decoration: line-through;
    	text-decoration-color: #d57aa6;
    }



    /*Intégration*/


    div.pre_projet > div.integration > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.integration > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.integration > a {
    	font-family: 'Open_Sans';
    	font-size: 1.8em;
    	text-decoration: none;
    	color: #000000;
    	text-align: center;
    	display: block;
    	padding-top: 3em;
    }

    div.pre_projet > div.integration > a:hover {
    	text-decoration: line-through;
    	text-decoration-color: #d57aa6;
    }

    div.pre_projet > div.integration2 > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.integration2 > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.integration2 > a {
    	font-family: 'Open_Sans';
    	font-size: 1.8em;
    	text-decoration: none;
    	color: #000000;
    	text-align: center;
    	display: block;
    	padding-top: 3em;
    }

    div.pre_projet > div.integration2 > a:hover {
    	text-decoration: line-through;
    	text-decoration-color: #d57aa6;
    }

    /*assistante chef de projet*/

    div.pre_projet > div.Travaux_internes > h3 {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.5em;
    	margin-left: 12.6em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.Travaux_internes > p {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    div.pre_projet > div.Travaux_internes > ul > li {
    	margin-top: 3em;
    	font-family: 'Open_Sans';
    	font-size: 1.1em;
    	margin-left: 17.3em;
    	margin-right: 17.3em;
    }

    #hop_renov1 {
        margin-left: 19em;
    }

    #hop_renov2 {
        margin-left: 3em;
    }

    #gsp1 {
        margin-left: 19em;
    }

    #gsp2 {
        margin-left: 3em;
    }

    #tampon {
        margin-left: 19em;
    }

    #tampon1 {
        margin-left: 19em;
    }

    #tampon2 {
        margin-left: 3em;
    }

    #tampon3 {
        margin-left: 3em;
    }

    #tampon4 {
        margin-left: 3em;
    }

    #redc1 {
        margin-left: 19em;
    }

    #redc2 {
        margin-left: 3em;
    }

    #redc3 {
        margin-left: 3em;
    }

    #redc4 {
        margin-left: 19em;
    }

    #redc5 {
        margin-left: 3em;
    }

    #redc6 {
        margin-left: 3em;
    }

    #redc7 {
        margin-left: 3em;
    }

    .slider {
        height: 301px;
        width: 688px;
        margin: 0 auto 100px auto;
    }


/*@font-face {
	font-family: 'PolyRegular';
	src: url('fonts/Poly-Regular-webfont.eot');
	src: url('fonts/Poly-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Poly-Regular-webfont.woff') format('woff'), url('fonts/Poly-Regular-webfont.ttf') format('truetype'), url('fonts/Poly-Regular-webfont.svg#PolyRegular') format('svg');
	font-weight: normal;
	font-style: normal;
} 


body {
	font-family: 'PolyItalic', sans serif;
	background-color: #c2a800;
	background-image: url('images-interface/fond3.png');
	background-position: fixed;
	background-position: 50% 270px;
}


body > div.contenu {
	//width="210"; 
	//height="165";
	margin:0;
	padding:0;
	
}

hgroup > H1 {
	font-family: 'Arial';
	color: #FF2000;
	font-siez: larger;
	font-size: 5.50em;
	margin-left: 30px;
}

hgroup > h2 {
	font-family: 'PolyItalic', sans serif;
	color: #ff2000;
	font-siez: medium;
	font-size: 2.50em;
	margin-left: 100px;
	margin-top: -50px;
}

body > header > nav > div.centre > ul > li > a {
	color: #FFFEFE;
	font-family: 'PolyItalic', sans serif;
}

body > header {
	background-color: #d4ccbd;
}

body > header > nav {
	background-color: #a10066;
}

p.chapeau {
	color: #FF2000;
	font-size: 1.50em
}

body > div.contenu > div.table_container > div.cell1 h3 {
	font-family: 'Arial';
}

body > div.contenu > div.table_container > div.cell h3 {
	font-family: 'Arial';
	font-size: 2em;
}

footer {
	border-top: 35px solid #A10066;
	background-color: #d4ccbd;
	margin-top: 99px;
	text-decoration: none;
}

footer > div.centre h3 {
	color: #FF2000;
	font-size: 1.0em;
	font-family: 'Arial';
	}*/

