/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style générale du site
//
// Contraintes         : 
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}

body{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
	background:#053b59;
}
/*------------------------------------------------------------------*/
#page{
	background:url(images/colonne.jpg) left repeat-y;
}

#sspage{
/*	background:url(images/colonne_bas.jpg) bottom left no-repeat;*/
}
/*------------------------------------------------------------------*/
#header{
	height:37px;
	background:url(images/header.jpg) repeat-x;
	padding-right:5px;
}
#header h1{
	background:url(images/titre_header.jpg) no-repeat;
	height:37px;	
	width:346px;
}
#header h1 a{
	display:block;
	width:189px;
	height:37px;
}
#header .liens {
	float:right;
	text-align:right;
	color:#525252;
	font-size:11px;
	font-family:Arial;
	padding-top:8px;
	padding-right:10px;
}

#header .liens a{
	text-decoration:none;
	color:#525252;
	margin-left:5px;
	margin-right:5px;
}
#header .liens a:hover{
	text-decoration:underline;
}

#drapeaux{
	/*width:50px;*/
	margin-top:3px;
	float:right;
}
#drapeaux img {
	border: none;
}
#drapeaux a{
	/*border:solid 1px #525252;*/
}

@media (max-width:768px) {
	#header{
		height: auto;
		background-size: auto 110%;
	}
	#header .liens {
		float: none;
	}
	
}
@media (max-width:500px) {
	#content #video {
		width: 100% !important;
	}
	#content #video #conteneur {
		width: 100% !important;
	}
	#content #commentaires ,#content #production {
		width: 100% !important;
		float: none !important;
	}
	#content h3 .nomcheval {
		color: #FFF !important;
	}
}
@media (max-width:346px) {
	#header h1{
		width: 100%;
		background-size: 100%;
	}
}

/*------------------------------------------------------------------*/
#menu{
	font-weight:bold;
/*	height:48px;*/
	background:url(images/menu.jpg) repeat-x;
	background-size: auto 100%;
}

#menu ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
#menu ul li{
	/*background:url(images/menu.jpg) repeat-x;*/
	list-style-type:none;
	/*float:right;*/
	margin-right:10px;
}

#menu ul li a{
	display:block;
	font-family: 'Oranienbaum', serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	transform: scale(1, 1.25);
	padding: 1em 0;
}
#menu ul li a .hidden{
	display: block;
}
/*------------------------------------------------------------------*/

#colonne{
	background:url(images/logo.jpg) no-repeat;
	padding-top:280px;
	padding-left:20px;
	width:283px;
	float:left;
	/*position: absolute;
	z-index:10;
	left:0;*/
}

#colonne .actualite{
	color:white;
	font-family:Arial;
	font-size:11px;
	margin-left:15px;
	margin-right:50px;
}
#colonne .actualite img{
	float:left;
	border:solid 1px #80A13A;
	margin-right:5px;
	margin-bottom:5px;
}
#colonne .actualite h4 a{
	font-size:12px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
#colonne .actualite a{
	color:white;
	text-decoration:underline;
}
#colonne img.tout{
	border:none;
	margin:15px;	
	margin-top:25px;
	clear:both;	
}

/*------------------------------------------------------------------*/
#content_droite{
	background:#112736 url(images/content.jpg) top repeat-x;
	margin-left:30px;
}

#haut_droite{
	background:#053b59 url(images/content_hautdroit.jpg) bottom no-repeat;
	float:right;
	height:42px;
	width:30px;
}

#content{
	background:url(images/content_droite.jpg) right repeat-y;
	padding-right:30px;
	padding-bottom:15px;
	color:white;
	font-size:13px;
	font-family:Trebuchet MS;
	
	max-width: 1400px;
	margin: auto;

}

#content #video img {
	width: 100%;
}

#content h2 .titre{
	display:block;
	height:42px;
	width:282px;
}

#content a{
	color:#8CC63F;
}
/*------------------------------------------------------------------*/
#footer{
	background:url(images/footer.jpg) repeat-x #FFFFFF;
	color:#5C8210;
	font-family:Verdana;
	font-size:10px;
	height:65px;
}

#footer .gauche{
/*	background:url(images/footer_gauche.jpg) no-repeat #FFFFFF;*/
	float:left;
	width:283px;
	height:26px;
	margin-top:-1px;
	padding-left:20px;
	padding-top:40px;
}

#footer .droite{
	background:url(images/footer_droite.jpg) top no-repeat #FFFFFF;
	float:right;
	width:52px;
	height:65px;
}

#footer img{
	border:none;
	vertical-align:middle;
}

#footer a{
	color:#5C8210;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
.messageErreurFatale{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	text-align:center;
	font-weight:bold;
	color:yellow;
	background:red;
	border:solid black 1px;
	font-size:11px;
}
.center{
	text-align:center;
}
/*------------------------------------------------------------------*/
