/* CSS SAM v1.0 */

/**********************************************STAYING FOOTER************************************************/

/*A N'UTILISER QUE LORQUE LE FOOTER DOIT RESTER EN BAS DE L'ECRAN***************************************/

/*html, body {
height: 100%;
}

#container {
min-height: 100%;
-height: 100%;
margin-bottom: -330px;
position: relative;
}

#footer-wrap {
height: 330px;
position: relative;
}

.clearfooter {
height: 330px;
clear: both;
}*/


/*************************************************GLOBAL****************************************************/

* {margin: 0; padding:0;}

body {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color: #666666;
	background:url(gifs/fond2.jpg) no-repeat fixed;

}

/*.body1{
	background: url(gifs/fond1.jpg) no-repeat fixed;
	background-position: left top;
	background-color: #5F943A;
}

.body2{
	background: url(gifs/fond2.jpg) no-repeat fixed;
	background-position: left top;
	background-color: #8B8786;
}

.body3{
	background: url(gifs/fond3.jpg) no-repeat fixed;
	background-position: left top;
	background-color: #8B8786;
}

.body4{
	background: url(gifs/fond4.jpg) no-repeat fixed;
	background-position: left top;
	background-color: #8B8786;
}

.body5{
	background: url(gifs/fond5.jpg) no-repeat fixed;
	background-position: left top;
	background-color: #5F943A;
}*/

h1{
font-size :24px;
font-weight:normal;
margin-bottom:15px;
color:#a8000f;
}

h2{
font-size :20px;
font-weight:normal;
margin-bottom:15px;
color:#a8000f;
}

h3{
font-size :16px;
font-weight:normal;
margin-bottom:15px;
color:#a8000f;
}

h4{
font-size :18px;
font-weight:normal;
margin-bottom:15px;
color:#a8000f;
}

h5{
font-size :14px;
font-weight:bold;
margin-bottom:15px;
color:#a8000f;
}

blockquote {
}
.portfolio {
	padding: 3px!important;
	list-style-type: none !important;
	display: block;
	height: 224px !important;
	width: 302px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 20px;
}

.portfolio2 {
	list-style-type: none !important;
	display: block;
	height: 280px !important;
	width: 270px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
}

.portfolio3 {
	list-style-type: none !important;
	display: block;
	height: 230px !important;
	width: 270px;
	float: left;
	margin:0px 0px 2em 0px !important;
}

ul {
list-style-type:none;
}

.p1 {
}

.p2{
margin-bottom:15px;
text-align:justify;
}

.p2 strong {
	font-weight: bold;
	color: #a8000f;
}

.p3{
font-size:14px;
	padding-top:60px;
	margin-bottom: 15px;
	line-height: 20px;
	display:block;
}

.p3 strong{
	font-weight: bold;
	color: #652627;
}

.p3 a {
	font-weight: bold;
	color: #652627;
	text-decoration: underline;
}
.p3 a:hover {
	color: #FFFFFF;
	background-color: #652627;
	text-decoration: none;
}

.img1 {
float:left;
margin: 1em 1em 1em 0;
}

.img2 {
}

.img3{
}


/******************************************************************** Lien ******************************************************************/
a {
color:#a8000f;
font-weight:bold;
text-decoration:underline;
}

a:hover {
color:#FFFFFF;
background-color:#a8000f;
text-decoration:none;
}
.adresse {
	padding: 5px;
	display: inline;
	width: 300px;
	margin-right: 5px;
	margin-left: 5px;
	height: 250px;
	margin-bottom: 20px;
}

* html .adresse {
	padding: 5px;
	display: inline;
	width: 290px;
	margin-right: 5px;
	margin-left: 5px;
	height: 250px;
	margin-bottom: 20px;
}
.adresse dt {
	font-size: 14px;
	font-weight: bold;
	color: #a8000f;
	margin-bottom: 10px;
}
.adresse dd {
	line-height: 19px;
	float:left;
}

.adresse img {
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	float:left;
}

.map a{
background:#fff;
margin-right:8px;
}

.map a:hover {
	background:none !important;
}
.partenaires {
	display: inline;
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-left: 15px;
}
.magnifier1 {
	font-size: 15px;
	font-weight: bold;
}





/*********************************************************LIGHTBOX*****************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(gifs/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gifs/overlay.png", sizingMethod="scale");
	}
	
/**********************************************************************************************************/


/****************************************************STRUCTURE****************************************************/

#container {
	width:920px;
	background-color: #FFFFFF;
	margin:0 auto;
	padding:0px 10px 25px 10px;
	border-top:10px solid #5f943a;
}

#header {
	height: 100px; /*117px*/
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(gifs/590323-header_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#diapo {
}

#logo {
	float: left;
	margin-top: 20px;
}
#logo img {
	display: inline;
	float: left;
}
#logo p {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 27px;
	padding-left: 15px;
}


#menu {
	background-color: #a8000f;
	height: 55px;/*81px;*/
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(gifs/590323-tranches1_09-old.jpg);
	background-repeat: no-repeat;
	background-position: -5px center;
	padding-left: 25px;
}

#menu ul{
	
}

#navigation-secondaire {
	height: 30px;
	background-color: #666666;
	opacity:0.80;
	filter:alpha(opacity=80);
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#navigation-secondaire p {
	line-height: 30px;
	height: 30px;
	font-size: 10px;
	color: #FFFFFF;
}
#navigation-secondaire p a {
	color: #FFFFFF;
	text-decoration: none;
}



#colonne-gauche {
	float:left;
	display:inline;
	width: 180px;
	margin-right: 40px;
	min-height:350px;
}

#encart-contact {
	background-image: url(gifs/590323-tranches1_13.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px;
}

#encart-contact img{
	margin:0;
	padding:0 0 5px 22px;
}

#encart-acces {
}

#encart-actu {
}

#encart-newletter {
}

#centre {
	float: left;
	display:inline;
	width: 640px;
}



#presentation {
/*	background:url(gifs/accueil_fond.jpg) no-repeat top left;
*/	height:auto;
}

#presentation h1 {
	color: #a8000f;
}

#presentation p {
	font-size: 12px;
	color: #666666;
	line-height: 19px;
	text-align:justify;
	padding:0 0 10px 50px;
}

#presentation a {
	font-size:16px;
	text-decoration:none;
	margin:0 0 0 100px;
}

#presentation .ccc a {
color:#666666;
font-weight:normal;
text-decoration:none;
font-size:12px;
margin:auto;
}

#imageaccueil{
	background:url(gifs/accueil_fond.jpg) no-repeat;
	width:283px;
	height:287px;
	position:absolute;
	z-index:320px;
	top:335px;
	left:365px;
}

#encart1 {
	display: inline;
	float: left;
	width: 300px;
	margin-right: 40px;
	background-image: url(gifs/590323-tranches1_22.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 218px;
}
#encart1 h2 {
	padding-left: 115px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a8000f;
	padding-bottom: 14px;
}
#encart1 p {
	padding-left: 115px;
	
}



#encart2{
	display: inline;
	float: left;
	width: 300px;
	background-image: url(gifs/590323-tranches1_24.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 218px;
}
#encart2 h2 {
	padding-left: 115px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a8000f;
	padding-bottom: 14px;
}
#encart2 p {
	padding-left: 115px;
	
}

#encart3{
}

#encart4{
}

#content {
}

#content h1 {
}

#content h2 {
}

#content h3 {
}
#content ul {
	margin-left: 30px;
	margin-bottom: 15px;
	list-style-type: square;
	list-style-position: inside;
}
#content li {
	padding-bottom: 10px;
}



#footer-wrap {
}

#footer {
	width:940px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #a8000f;
	background-image: url(gifs/590323-tranches1_30.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:70px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer p {
color:#fff;
}

#footer ul {
	display: inline;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

* + html #footer ul {
	display: inline;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

* html #footer ul {
	display: inline;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

#footer li a {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
#footer li a:hover {
	background-color: #FFFFFF;
	color:#a8000f;
	text-decoration: none;
}


#footer-coordonnees {
	display: inline;
	float: left;
	padding-left: 10px;
}

#footer-navigation {
}

#footer-savoir-plus {
}

#footer-support{
}

#relance-navigation, #relance-navigation1, #relance-navigation2 {
	padding: 10px;
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}

#relance-navigation1{
	padding:10px 10px 0 10px;
}

#relance-navigation1 h3 {
	float:left;
}

#relance-navigation1 ul, #relance-navigation2 ul  {
	float:left;
	margin-bottom:0;
}

#relance-navigation2 h3 {
	float:left;
}

#relance-navigation2 li {
	float:left;
	margin:2px 10px 0 5px;
}
/***********************************************************CONTACT FORMULAIRE*********************************/

.ligne-contact1 p {
	font-size: 11px;
	color: #515151;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	display: inline;
}

.ligne-contact2 p {
	font-size: 11px;
	color: #515151;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	display: inline;
}

.bloc-message p {
	font-size: 11px;
	color: #515151;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	display: inline;
}

.input_form {
	background-color: #FFFFFF;
	border:1px solid #772534;
	font-family: Arial;
	color: #333333;
	margin-top: 5px;
	width: 330px;
}
.champs-obligatoires {
	font-size: 11px;
	color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.area_form {
	background-color: #FFFFFF;
	border: 1px solid #772534;
	font-family: Arial;
	color: #333333;
	margin-top: 5px;
	width: 330px;
	overflow: auto;
}
.bouton_form {
	height: 30px;
	width: 150px;
	border: 1px none #fff;
	color: #FFFFFF;
	display: block;
	margin-left: 80px;
	cursor: pointer;
	background-color: #a8000f;
}

.bouton_form:hover {
	height: 30px;
	width: 150px;
	border: 1px none #fff;
	color: #999999;
	display: block;
	margin-left: 80px;
	cursor: pointer;
	background-color: #772534;
}


#form-contact {
	margin-bottom: 15px;
	margin-right:5px;
	margin-top:15px;
	width: 350px;
	float:left;
}

#contact_info{
	float:left;
	width:274px;
	-width:250px;
	margin:15px 0 0 0; 
	padding:0px 0px 0px 10px;
	border-left:solid 1px #CCC;
}

#breadcrubs{
	margin:0;
	padding:10px 0 20px 0;
}

#breadcrubs p{
	margin:0;
	font-size:11px;
}

#breadcrubs a{
	font-weight:normal;
}

#breadcrubs a:hover{
	text-decoration:none;
	background-color:#fff;
	color:#a8000f;
}


.texte_gauche{
	float:left;
	margin:0;
	width:300px;
	text-align:justify;
}

.texte_droite{
	float:left;
	margin:0;
	padding:0 0 0 0;
	width:365px;
	text-align:justify;
}

.fond2{
	background:url(gifs/accueil_fond2.jpg) no-repeat top left;
	height:451px;
	float:left;
	width:272px;
	position:absolute;
	top:227px;
	left:820px;
}

.alignementGauche{
	float:left;
	border:solid 1px #333;
	margin:0 10px 0 0;
}

.alignementDroite{
	float:right;
	border:solid 1px #333;
	margin:0 0 0 10px;
}

#contact_info img {
	margin:0px 0px 10px 30px;
}

#contact_info .sansfond:hover {
	background-color:#ffffff !important;
}

.rouge {
	color:#a8000f;
}
