/* ==============================================
       EPSILON STUDIO   -   GROUP SAUVAN RACE
   ============================================== */


/* Général */
body {
	color:#fff;
	/* background:#252525; */
	background:#3a3a3a url(../img/fond-body.jpg) center no-repeat fixed;
}

/* menu */
#menu  {
	background: #c3c3c3 url(../img/fond-menu.jpg) no-repeat;
	height:26px; /* 26px - padding */
}
#menu a {
	color: #000;
}
/*#menu a:hover, #menu a:focus {
	background: #000000;
}*/

/* Bloc central */
#contenu {
	/*background: url(../img/fond-rubrique.png) top repeat-y;*/ /* Voir -> Note 1 */
}

/* Contenu rubrique */
#rubrique {
	color:#eee;
	/*color: #181a12;*/
	/*background: #999;*/ /* -> 2 */
}
#rubrique a {
	color:#eee;
	/*color: #332510;*/
}

/* Contenu annexe */
#annexe {
	/*background: #666;*/ /* -> 2 */
}

/* --- POSITIONNEMENT --- */

/* Page */
body {
	/*padding: 20px 5px;*/
}
#page {
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto; /* -> 3 */
	background:url(../img/fond-general.png);
	/* background:url(../img/fond-general-new.png); */
}

/* En-tête */
#logo {
	display:none;
}

#head {
	width:1000px;
	height:299px;
	background:url(../img/banniere.jpg);
	/* padding: 20px; */
}


/* Menu de menu */
#menu {
	/*padding: 12px 15px;*/
}
#menu ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li.gauche {
	float: left;
	margin: 0;
	font-size: 1em;
}
/*#menu li.droite {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	padding: 3px 0;
}*/
#menu a {
	/*padding: 6px;*/
/*	line-height: 1.5;
	font-size: .9em;*/
	text-decoration: none;
}


/* Bloc central */
#contenu {
	width: 100%; /* -> 4 */
	overflow: hidden; /* -> 4 */
	background:url(../img/fond-rubrique.png) bottom center no-repeat;
	padding:0 0 50px;
}

/* Contenu rubrique */
#rubrique {
	float: left;
	width: 830px; /* 850px - padding */
	padding: 20px 0 50px 20px;
}
#rubrique > :first-child {
	margin-top: 10px;
}
#rubrique p, #rubrique li {
	line-height: 1.5;
}

/* Contenu annexe */
#annexe {
	margin-left: 850px;
	width:130px; /* 140 - padding-left -> padding-right estimé a 10px pour securité centrage */
	padding:10px 0 0 10px;
	text-align:center;
}

/* Mention de footer */
#footer {
	width:1040px;
	margin: 0 auto;
	background:url(../img/fond-footer.png) bottom center no-repeat;
	padding:10px 0 15px;
	/*margin: 20px 0;
	font-size: .85em;*/
	text-align: center;
}

#preload {
	display:none;
}
.preload {
	display:none;
}


/* GROUP SAUVAN */
.elt_news {
	/* width: 830px; */
	width: 960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.news_head {
	/* width: 809px; */ /* 829 - padding */
	width: 939px;
	padding:3px 10px;
	text-align:left;
	/*
	background:#fdde66 url(../img/fond-news-head.png) bottom repeat-x;
	color:#000;
	*/
	font-size:16px;
	font-weight:bold;
	background:#000 url(../img/fond-news-head.png) bottom repeat-x;
	/* color:#f7c243; */
	color:#f5cd1f;
}
.news_content {
	/* width: 819px; */ /* 829 - padding */
	width: 949px;
	/*background:#eee;*/
	margin:0;
	padding:0;
}
.news_content > .news_photo {
	margin:0;
	padding:0;
	float:left;
	width:182px;
	/*height:200px;*/
	/*background:#000;*/
}
.news_content > .news_texte {
	/* margin:0 0 0 290px; */
	margin:0 0 0 182px;
	padding:0 5px 10px;
}

.news_content_extra {
	/* width: 819px; */ /* 829 - padding */
	width: 949px;
	/*background:#eee;*/
	margin:0;
	padding:0;
}
.news_content_extra > .news_photo {
	margin:0;
	padding:0;
	float:left;
	/* width:140px; */
	width:182px;
	/*height:200px;*/
	/*background:#000;*/
}
.news_content_extra > .news_texte {
	/* margin:0 0 0 150px; */
	margin:0 0 0 182px;
	padding:0 5px 10px;
}
.news_content_extra > .news_texte > p {
	margin: .25em 0;
}
.news_content_extra > .news_texte > p.plus {
	margin: .75em 0;
}
.news_content_extra > h6 {
	font-size:6px;
}

/* IMAGES DANS LES NEWS */
.news_photo img {
	border:1px solid #000;
	width:180px;
	height:131px;
} /* 140x102  x 1,5 */

.tableau_last_news img {
	border:1px solid #000;
	width:42px;
	height:31px;
}


h1.titre {
	/* width: 809px; */ /* 829 - padding */
	width: 939px;
	/* padding:0 10px 0 0;*/
	padding:4px 10px;
	margin:0;
	text-align:left;
	/*font-size:1em;*/
	font-size:16px;
	font-style:normal;
	/*
	background:#fdde66 url(../img/fond-news-head.png) bottom repeat-x;
	color:#000;
	*/
	font-weight:bold;
	background:#000 url(../img/fond-news-head.png) bottom repeat-x;
	/* color:#f7c243; */
	color:#f5cd1f;

}

/* */

h1.titre_special {
	/* width: 809px; */ /* 829 - padding */
	width: 939px;
	padding:0 10px 0 0;
	margin:0;
	text-align:left;
	/*font-size:1em;*/
	font-size:16px;
	font-style:normal;
	/*
	background:#fdde66 url(../img/fond-news-head.png) bottom repeat-x;
	color:#000;
	*/
	font-weight:bold;
	background:#000 url(../img/fond-news-head.png) bottom repeat-x;
	/* color:#f7c243; */
	color:#f5cd1f;

}
h1.titre_special img {
	padding:0 10px 0 0;
}
h1.titre_special span.texte {
	margin:4px 0;
}

/* */

h1.news {
	/* width: 809px; */ /* 829 - padding */
	width: 939px;
	padding:3px 10px;
	margin:0;
	text-align:left;
	/*font-size:1em;*/
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	/*
	background:#fdde66 url(../img/fond-news-head.png) bottom repeat-x;
	color:#000;
	*/
	background:#000 url(../img/fond-news-head.png) bottom repeat-x;
	/* color:#f7c243; */
	color:#f5cd1f;

}

table.boutique {
	margin:0 0 20px;
	padding:0;
}

table.boutique td.left {
	width:300px;
	padding:10px 0;
	vertical-align:top;
	text-align:center;
	/*background:#000;
	color:#fff;*/
}
table.boutique td.right {
	width:450px;
	padding:10px 50px;
	text-align:center;
	vertical-align:top;
}
table.boutique img {
	border:1px solid #000;
}

/*form.blank input {
	border:0;
	background:#fff;
	color:#000;
	font-weight:bold;
}
form.blank input.on {
	border:0;
	background:#000;
	color:#fff;
	font-weight:bold;
}
form.blank input.on:hover {
	border:0;
	background:#0ff;
	color:#ff0;
	font-weight:bold;
}*/
form.blank {

}
input.piece_course_off {
	border:0;
	margin:0;
	padding:0;
	width:97px;
	height:25px;
	background:url(../img/boutique_01_off.png);
}
input.piece_course_off:hover {
	background:url(../img/boutique_01_on.png);
}
input.piece_course_on {
	border:0;
	margin:0;
	padding:0;
	width:97px;
	height:25px;
	background:url(../img/boutique_01_on.png);
}
input.piece_origine_off {
	border:0;
	margin:0;
	padding:0;
	width:97px;
	height:25px;
	background:url(../img/boutique_02_off.png);
}
input.piece_origine_off:hover {
	background:url(../img/boutique_02_on.png);
}
input.piece_origine_on {
	border:0;
	margin:0;
	padding:0;
	width:97px;
	height:25px;
	background:url(../img/boutique_02_on.png);
}
input.textile_off {
	border:0;
	margin:0;
	padding:0;
	width:63px;
	height:25px;
	background:url(../img/boutique_03_off.png);
}
input.textile_off:hover {
	background:url(../img/boutique_03_on.png);
}
input.textile_on {
	border:0;
	margin:0;
	padding:0;
	width:63px;
	height:25px;
	background:url(../img/boutique_03_on.png);
}


p {
	margin-top:0;
	padding:5px 0;
}

#intro {
	height:420px;
}

form.contact input {
	background:#000;
	border:1px solid #666;
	color:#fff;
}
form.contact textarea {
	background:#000;
	border:1px solid #666;
	color:#fff;
}

form.galerie textarea {
	overflow:hidden;
}
