@font-face {
    font-family: 'RawengulkBold';
    src: url('RawengulkBold-webfont.eot');
    src: url('RawengulkBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('RawengulkBold-webfont.woff') format('woff'),
         url('RawengulkBold-webfont.ttf') format('truetype'),
         url('RawengulkBold-webfont.svg#RawengulkBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LaconicRegular';
    src: url('Laconic_Regular-webfont.eot');
    src: url('Laconic_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Laconic_Regular-webfont.woff') format('woff'),
         url('Laconic_Regular-webfont.ttf') format('truetype'),
         url('Laconic_Regular-webfont.svg#LaconicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LobsterTwoRegular';
    src: url('LobsterTwo-Regular-webfont.eot');
    src: url('LobsterTwo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('LobsterTwo-Regular-webfont.woff') format('woff'),
         url('LobsterTwo-Regular-webfont.ttf') format('truetype'),
         url('LobsterTwo-Regular-webfont.svg#LobsterTwoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LobsterTwoBold';
    src: url('LobsterTwo-Bold-webfont.eot');
    src: url('LobsterTwo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('LobsterTwo-Bold-webfont.woff') format('woff'),
         url('LobsterTwo-Bold-webfont.ttf') format('truetype'),
         url('LobsterTwo-Bold-webfont.svg#LobsterTwoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
header, nav, article, aside, footer {
	display: block;
}
a{
	text-decoration: none;
}
header {
	margin-left: auto;
	margin-right: auto;
	width:1024px;
	top: 5px;
	font-family: 'RawengulkBold';
	color: #758389;
	margin-top: 5px;
	text-align: left;
	padding: 0px;
}
body {
	background-color: #788D92;
	background-image: url(../images/deco.png), url(../images/bg.png);
	background-repeat: no-repeat,repeat;
}
#menu-top {
	height:51px;
	font-family: 'LaconicRegular';
	font-size: 20px;
	text-align: center;
	display: block;
}
#menu-top a {
	color: #758389;
	height: 41px;
	width: 100px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	float: left;
	clear: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
	left: 350px;
	top: 5px;
}
#menu-top a:hover{
	-webkit-text-shadow: 7px 15px 2px #10231F;
	-moz-text-shadow: 7px 15px 2px #10231F;
	text-shadow: 7px 15px 2px #10231F;
}
/* Accueil */
#bloc_milieu {
	margin-right: auto;
	margin-left: auto;
	height: 640px;
	width: 1024px;
	padding-right: 2px;
	margin-top: 10px;
	border: 2px ridge #561F25;
}
#bloc-section {
	width:700px;
	height: 370px;
	float: left;
}
article, #slider, aside{
	background:#758389;
	padding: 2px;
	border: 1px ridge #561F25;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 2px;
}
article h1, aside h1,thead{
	margin-left: 7px;
	font-family: 'LobsterTwoBold';
	color: #1F4456;
	font-size: 18px;
	line-height: 5px;
}
article p, aside p, aside li, #slider p{
	margin: 10px;
	font-family: 'LobsterTwoRegular';
	color: #1F4456;
	font-size: 14px;
}
#article-index1, #article-index2{
	height:99px;
}
.bouton{
	font-family: 'LaconicRegular';
	color: #1F4456;
	font-size: 14px;
	display: block;
	float: right;
	width: 130px;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;
}
.bouton:hover{
	text-decoration: underline;
}
#slider {
	height:411px;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	height:411px;
}
/* DIAPORAMA */
#slider ul {
	margin:2px;
	left: 40px;
	padding:2px;
	position:relative;
}
#slider li {
	width:600px;
	height:402px;
	left:-602px;
	top:3px;
	position:absolute;
	list-style:none;
}
#slider li.firstanimation {
	-moz-animation:cycle 25s linear infinite;	
	-webkit-animation:cycle 25s linear infinite;
	animation:cycle 25s linear infinite;	
}
#slider li.secondanimation {
	-moz-animation:cycletwo 25s linear infinite;
	-webkit-animation:cycletwo 25s linear infinite;	
	animation:cycletwo 25s linear infinite;
}
#slider li.thirdanimation {
	-moz-animation:cyclethree 25s linear infinite;
	-webkit-animation:cyclethree 25s linear infinite;	
	animation:cyclethree 25s linear infinite;	
}
#slider li.fourthanimation {
	-moz-animation:cyclefour 25s linear infinite;
	-webkit-animation:cyclefour 25s linear infinite;
	animation:cyclefour 25s linear infinite;		
}
#slider li.fifthanimation {
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;
	animation:cyclefive 25s linear infinite;		
}
#slider .tooltip {
	background:rgba(0,0,0,0.7);
	width:180px;
	height:60px;
	position:relative;
	bottom:75px;
	left:-320px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#slider .tooltip h1 {
	font-family: 'LobsterTwoRegular';
	color: #1F4456;
	font-size: 14px;
	line-height:50px;
	padding:0 0 0 20px;;
}
#slider li#first:hover .tooltip, 
#slider li#second:hover .tooltip, 
#slider li#third:hover .tooltip, 
#slider li#fourth:hover .tooltip, 
#slider li#fifth:hover .tooltip {
	left:0px;
}
/* FIN DIAPORAMA */
aside {
	background:#758389;
	width: 310px;
	height: 625px;
	padding-left:5px;
	border: 1px ridge #561F25;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#portrait {
	margin-left: 55px;
}
#materiel{
	display:block;
	float:right;
	padding:15px;
	text-align: left;
	margin-right: 60px;
}
#bloc_section{
	float: left;
	margin-right: 20px;
}
#article-news1, #article-news2{
	width: 150px;
	height: 25px;
}
#newsletter, #newsletter a{
	font-family: 'LaconicRegular';
	font-size: 14px;
	color: #561F25;
	margin-top: 5px;
	text-align: center;
}
#newsletter a:hover{
	text-decoration: underline;
}
/* NEWS */
#bloc_frame{
	margin: 1px;
	padding-top: 50px;
}
/* FIN NEWS */
/* Galerie */
#bloc_tableau{
	width:1024px;
	height:625px;
	overflow: auto;
}
table{
	margin:10px;
	text-align: center;
	width: 970px;
}
th{ 
	background:#758389;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px ridge #561F25;
	height:20px;
}
td, td a{
	font-family: 'LobsterTwoRegular';
	color: #1F4456;
	font-size: 16px;
	background:#758389;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
td a:hover{
	text-decoration: underline;
}
/* FIN Galerie */
/* CONTACT */
#titre_contact {
	font-family: LobsterTwoBold;
	color: #1F4456;
	font-size: 18px;
	height:25px;
	font-weight: bold;
	text-align: center;
	width:640px;
	margin-left:180px;
}
#formulaire{
	width:640px;
	margin-left:180px;
	margin-top:5px;
}
fieldset, #titre_contact {
	background:#788389;
	border: 1px ridge #561F25;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
legend{
	font-family: 'LaconicRegular';
	color: #1F4456;
	font-size: 16px;
}
#label_identite{
	float:left; 
	clear:left;
	margin: 25px;
	width: 150px;
	font-family: 'LobsterTwoRegular';
	color: #1F4456;
	font-size: 16px;
}
#label_message{
	float:left; 
	clear:left;
	margin: 5px;
	width: 130px;
	font-family: 'LobsterTwoRegular';
	color: #10231F;
	font-size: 16px;
}
input{
	width: 300px; 
	margin:25px;
	height: 20px;
	padding: 5px;
}
textarea{
	width:600px;
	height:120px;
}
#envoyer{
	width:200px;
	height:30px;
	border: 1px ridge #561F25;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left:200px;
}
/* FIN CONTACT*/
footer{
	margin-left: auto;
	margin-right: auto;
	width:1024px;
	top: 5px;
	font-family: 'LaconicRegular';
	font-size: 14px;
	color: #758389;
	margin-top: 5px;
	text-align: center;
	padding: 0px;
}
footer a {
	height: 21px;
	width: 100px;
	color: #758389;
	padding: 1px;
}
footer a:hover{
	text-decoration: underline;
}
/* ajustements pour les vieilles versions d'IE */
.ie9 #menu-top a:hover, .ie9 .bouton:hover{ 
    color: #10231F;
}
/* ANIMATION */
@-moz-keyframes cycle {
	0%  { left:0px; }
	4%  { left:0px; } 
	16% { left:0px; opacity:1; z-index:0; } 
	20% { left:602px; opacity:0; z-index:0; } 
	21% { left:-602px; opacity:0; z-index:-1; }
	92% { left:-602px; opacity:0; z-index:0; }
	96% { left:-602px; opacity:0; }
	100%{ left:0px; opacity:1; }
}
@-moz-keyframes cycletwo {
	0%  { left:-602px; opacity:0; }
	16% { left:-602px; opacity:0; }
	20% { left:0px; opacity:1; }
	24% { left:0px; opacity:1; } 
	36% { left:0px; opacity:1; z-index:0; } 
	40% { left:602px; opacity:0; z-index:0; }
	41% { left:-602px; opacity:0; z-index:-1; } 
	100%{ left:-602px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclethree {
	0%  { left:-602px; opacity:0; }
	36% { left:-602px; opacity:0; }
	40% { left:0px; opacity:1; }
	44% { left:0px; opacity:1; } 
	56% { left:0px; opacity:1; } 
	60% { left:602px; opacity:0; z-index:0; }
	61% { left:-602px; opacity:0; z-index:-1; } 
	100%{ left:-602px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclefour {
	0%  { left:-602px; opacity:0; }
	56% { left:-602px; opacity:0; }
	60% { left:0px; opacity:1; }
	64% { left:0px; opacity:1; }
	76% { left:0px; opacity:1; z-index:0; }
	80% { left:602px; opacity:0; z-index:0; }
	81% { left:-602px; opacity:0; z-index:-1; }
	100%{ left:-602px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclefive {
	0%  { left:-602px; opacity:0; }
	76% { left:-602px; opacity:0; }
	80% { left:0px; opacity:1; }
	84% { left:0px; opacity:1; }
	96% { left:0px; opacity:1; z-index:0; }
	100%{ left:602px; opacity:0; z-index:0; }
}
@-webkit-keyframes cycle {
	0%  { left:0px; }
	4%  { left:0px; } 
	16% { left:0px; opacity:1; z-index:0; } 
	20% { left:602px; opacity:0; z-index:0; } 
	21% { left:-602px; opacity:0; z-index:-1; }
	92% { left:-602px; opacity:0; z-index:0; }
	96% { left:-602px; opacity:0; }
	100%{ left:0px; opacity:1;}
}
@-webkit-keyframes cycletwo {
	0%  { left:-602px; opacity:0; }
	16% { left:-602px; opacity:0; }
	20% { left:0px; opacity:1; }
	24% { left:0px; opacity:1; } 
	36% { left:0px; opacity:1; z-index:0; } 
	40% { left:602px; opacity:0; z-index:0; }
	41% { left:-602px; opacity:0; z-index:-1; } 
	100%{ left:-602px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclethree {
	0%  { left:-602px; opacity:0; }
	36% { left:-602px; opacity:0; }
	40% { left:0px; opacity:1; }
	44% { left:0px; opacity:1; } 
	56% { left:0px; opacity:1; } 
	60% { left:602px; opacity:0; z-index:0; }
	61% { left:-602px; opacity:0; z-index:-1; } 
	100%{ left:-602px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclefour {
	0%  { left:-602px; opacity:0; }
	56% { left:-602px; opacity:0; }
	60% { left:0px; opacity:1; }
	64% { left:0px; opacity:1; }
	76% { left:0px; opacity:1; z-index:0; }
	80% { left:602px; opacity:0; z-index:0; }
	81% { left:-602px; opacity:0; z-index:-1; }
	100%{ left:-6025px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclefive {
	0%  { left:-602px; opacity:0; }
	76% { left:-602px; opacity:0; }
	80% { left:0px; opacity:1; }
	84% { left:0px; opacity:1; }
	96% { left:0px; opacity:1; z-index:0; }
	100%{ left:602px; opacity:0; z-index:0; }
}
