@charset "utf-8";
/* CSS Document */
/* Reset Style */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 font-weight: inherit;
	 font-style: inherit;
	 font-size: 100%;
	 font-family: inherit;
	 vertical-align: baseline;
}

body {
 	line-height: 1.5;
}

table { 
	border-collapse: separate; 
	border-spacing: 0; 
}

caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}

table, td, th { 
	vertical-align: middle; 
}

blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
}

blockquote, q { 
	quotes: "" ""; 
}

a img { 
	border: none; 
}

*:focus {
 outline-style: none;
}
/* end reset style */

body {
	background-color: #1c1210;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
}

em {
  font-style: italic;
}

#main {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
}

#menu {
	height: 55px;
}

#menu h1 a {
	width: 300px;
	height: 45px;
	float: left;
	text-indent: -9000px;
	background-position: 0px;
	background-image: url('../images/thierry-gaubert.gif');
	background-repeat: no-repeat;
}

#menu ul {
	height: 41px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	float: left;
	list-style-type: none;
}

#menu ul li a {
	display: block;
	padding: 10px 20px 9px;
	color: #fff;
	border-collapse: collapse;
	border-right: 1px solid #96121D;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #96121D;
}

#menu ul li a.first {
	border-left: 1px solid #96121D;
}

#menu ul li a.active {
	background-color: #1c1210;
	border-bottom: 1px solid #1c1210;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li ul.submenu {
	position: absolute;
	height: 0px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-left: -80px;
}

#menu ul li ul.submenu li a {
	padding: 0px;
	margin: 0px;
	border: none;
	padding: 3px 10px;
	font-size: 11px;
	background-color: #fff;
	color: #000;
	margin-right: 10px;
}

#menu ul li ul.submenu li a:hover, #menu ul li ul.submenu li a.active {
	background-color: #9a161b;
	color: #fff;
	text-decoration: none;
}

#index {
	width: 994px;
	margin: 30px auto 10px;
	background-image: url('../images/index.jpg');
	background-repeat: no-repeat;
	height: 443px;
}

#index h2 {
	text-indent: -9000px;
}

#content {
	margin: 30px auto 10px;
	text-align: justify;
	padding: 0px 0px 15px 15px;
	font-size: 16px;
}

#right {
	float: right;
	width: 340px;
	text-align: center;
}


#left {
	float: left;
	width: 620px;
}

#full {
	clear: both;
	margin-top: 15px;
	font-size: 16px;
}

ul.resume_date {
	width: 400px;
	float: left;
	margin: 0px 30px;
}

ul.resume_date li {
	list-style-type: none;
	font-weight: bold;
	padding: 15px 0px;
}

.text_small {
	font-size: 12px;
	font-weight: normal;
}

#content h2 {
	font-size: 24px;
	font-weight: bold;
	color: #e1131b;
	margin-bottom: 20px;
}

#content h2 a {
	color: #e1131b;
	text-decoration: none;
}

#content h2 a:hover {
	border-bottom: 1px solid #e1131b;
	text-decoration: none;
}

#content h3 {
	font-size: 20px;
	font-weight: bold;
	color: #e2583d;
	margin-bottom: 10px;
}

#content p {
	margin-bottom: 15px;
}

.news_elem {
	padding: 10px 0px 20px;
	border-bottom: 1px solid #96121D;
}

.last {
	border: none;
}

.clear_both {
	clear: both;
}

a#btn_contact {
	display: block;
	text-indent: -9999px;
	width: 301px;
	height: 50px;
	background-image: url('../images/btn_contact.png');
	margin-left: 15px;
}

a#btn_contact:hover {
	background-position: 0px -50px;
}

a#btn_galerie {
	display: block;
	text-indent: -9999px;
	width: 300px;
	height: 125px;
	background-image: url('../images/galerie.jpg');
	margin-left: 15px;
}

a#btn_galerie:hover {
	background-position: 0px -125px;
}

.albums_photo {
	float: left;
	width: 200px;
	height: 150px;
	margin: 0px 3px 5px;
	text-align: center;
	background-color: #000;
}

#footer {
	clear: both;
	padding: 10px;
	margin-top: 15px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	border-top: 1px solid #96121D;
}

#footer a, #content a {
	color: #e2583d;
}

#footer a:hover, #content a:hover {
	text-decoration: underline;
}

form label {
	display: block;
	font-size: 1.0em;
	font-weight: bold;
}

form input, form textarea {
	border: 1px solid #000;
	width: 300px;
	padding: 2px;
	font-size: 1.0em;
	margin-bottom: 10px;
}

form input:hover, form input:focus, form textarea:hover, form textarea:focus {
	border: 1px solid #96121D;
}

form textarea {
	width: 620px;
	height: 150px;
}

form .submit {
	padding: 5px 10px;
	width: 100px;
	font-size: 1em;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border: none;
}

form .submit:hover {
	background-color: #9A161B;
	color: #fff;
	border: none;
}

.news_detail img {
	border: 1px solid #96121D;
}
