@charset "utf-8";
/* CSS Document */

img {
border: none;
}

body {
	margin: 0px;
	padding: 0px;
	background:url(images/bkg_body.jpg) repeat-y #2a3900 top center;
	position:relative;
}
body.home {
	margin: 0px;
	padding: 0px;
	background:url(images/bkg_body_home.jpg) repeat-y #2a3900 top center;
	position:relative;
}


#container {
	width:1150px;
	margin: 0 auto;
	min-height: 940px;
	background:url(images/bkg_container.jpg) no-repeat;
	position:relative;	
}
#container_home {
	width:1150px;
	margin: 0 auto;
	min-height: 940px;
	background:url(images/bkg_container_home.jpg) no-repeat;
	position:relative;
}

#contact {
width: 238px;
height: 204px;
position:absolute;
top:-145px;
right: 145px;
z-index:1;
}

#contact img{
border:none;
}

#contact:hover {
top:-78px;
}


#page {
	width:700px;
	margin: 0 auto;
}
#header {
	height:232px;
	width:700px;
	position:relative;
}
#header_home {
	height:167px;
	width:700px;
	position:relative;
}

#header a.logo, #header_home a.logo {
	display:block;
	height:142px;
	left:-48px;
	position:absolute;
	text-decoration:none;
	top:23px;
	width:534px;
	border: 0px solid #FF0000;
}
#header a:hover {
	background: transparent;
}

/*~~~~ MENU NICLEJUSTE~~~~*/

#menu {
	position:relative;
	margin-top: 5px;
}
#navigation {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width:100%;
	text-transform:uppercase;
}
#navigation dl {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	background-color: #000;
}
#navigation dt {
	cursor: pointer;
	text-align: center;
	margin: 0;
	padding: 0;
}
#navigation dd {
	display: none;
	margin: 0;
	padding: 0;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	text-align: center;
	list-style:none;
	margin: 0;
	padding: 5px 0px;
}
#navigation li a, #navigation dt a {
	font-family:"Trebuchet MS", Verdana, Arial, sans-sherif;
	font-size:14px;
	color:#FFF;
	text-decoration: none;
	display: block;
	height: 100%;
}
#navigation li a:hover, #navigation dt a:hover {
	color:#ff3300;
	list-style:none;
}
/*~~~~ CONTENT ~~~~*/

#content {
}

#carrousel {
	font-family:"Trebuchet MS", Verdana, Arial, sans-sherif;
	height:260px;
	width:664px;
	border: 0px solid #FF0000;
	margin:28px auto;
}


#colonnes {
	margin: 42px 0px 0px 17px;
	width: 680px;
	height: 420px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-sherif;
	color: #222222;
}
#colonnes a, #colonnes a:link, #colonnes a:visited{
	color: #222222;
		text-decoration:none;

}
#colonnes a:hover{
	color: #ff3300;
		text-decoration:none;

}

#colonnes ul {
margin: 0 0 0 14px;
padding: 0;
font-size: 12px;
}

#home_col1, #home_col2 {
	float: left;
	width: 190px;
	margin: 0px 50px 0px 0px;
}
#home_col1 h1, #home_col2 h1, #home_col3 h1 {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 2px dotted #FFF;
}
#home_col1 p, #home_col2 p, #home_col3 p {
	font-size: 12px;
}
#home_col3 {
	float: left;
	width: 190px;
}

p.plus_infos {
text-align:right;
}

/*~~~~ SIDEBAR ~~~~*/

#content #sidebar {
	width: 240px;
	float: right;
	margin: 65px 0 0 0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-sherif;
	font-size:11px;
	color:#333;
}
#content #sidebar .retrait_txt {
	margin: 29px 20px 20px 20px;
}
#content #sidebar h3 {
	display:block;
	border-bottom: 2px dotted #FFF;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	text-transform: uppercase;
}
#sidebar ul.instruments {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 26px;
}
#sidebar ul.instruments li a {
	display:block;
	padding-left: 25px;
	margin-left: -7px;
	text-decoration: none;
	font-size: 12px;
	text-transform:uppercase;
	color: #333;
}
#sidebar ul.instruments li a:hover {
	background:url(images/bkg_instruments.png) no-repeat;
	color: #ff3300;
}
/*~~~~ COLONNE ~~~~*/

#content #colonne {
	font-family:"Trebuchet MS", Verdana, Arial, sans-sherif;
	font-size:13px;
	color:#333;
	width: 430px;
	float: right;
	margin: 65px 30px 0 0;
}
#content #colonne .retrait_txt {
	margin: 20px 20px;
}
#content #colonne h1 {
	display:block;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 2px dotted #99cc33;
	font-size: 25px;
	text-transform: uppercase;
	color:#444;
}
#content #colonne h2 {
	display:block;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 18px;
	border-bottom: 1px dotted #ddd;
	color:#444;
}

#content #colonne h3 {
	padding: 0px;
	margin: 30px 0px 10px 0px;
	font-size: 15px;
	color:#444;
}

#content #colonne ul {
	margin: 0px 30px 15px 25px;
	padding: 0px 0px 0px 20px;
	text-align: justify;
}
#content #colonne p {
	margin: 0px 30px 15px 30px;
	padding: 0px;
	text-align: justify;
	font-family: Arial;
}
#content #colonne p.last {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 10px 0px;
}
#content #colonne a, #content #colonne a:link, #content #colonne a:visited {
	color:#000;
	font-weight: bold;
}
#content #colonne a:hover {
	color:#c82a06;
}

.savoir_plus {
text-align:right;
}

.savoir_plus a {
font-size: 10px;
text-decoration: none;
}

.savoir_plus a:hover {
}

a.out {
font-size:10px;
padding-left: 20px;
background:url(images/link_out.gif) no-repeat left;
}

a.presse {
font-style:italic;
font-weight: normal;
text-decoration: none;
color: #444;
}

/* FOOTER */

#footer {
	bottom:0px;
	background:url(images/bkg_footer.jpg) no-repeat;
	width:1150px;
	margin: 0 auto;	
}

#footer.home {
	bottom:0px;
	background:url(images/bkg_footer_home.jpg) no-repeat;
	width:1150px;
	margin: 0 auto;	
}

#pied {
	width: 700px;
	margin: 0px auto;
	height: 147px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-sherif;
	font-size:10px;
	color:#333;
}
#pied .retrait_txt {
	margin: 70px 20px 0px 20px;
}
#pied a {
	color:#333;
}
#pied a:link {
}
#pied a:visited {
}
#pied a:hover {
	color:#ff3300;
}
/* ---> DIV MORE SLIDE <--- */

/* always visible */
#outer .holder {
}
#outer .holder p {
	padding:5px 0 0 0;
	margin:0;
}
#outer .holder p.bold {
	font-weight:bold;
}
#outer .holder h2 {
	margin:0;
	background:url(images/more_off.png) no-repeat right;
}
#outer .holder h2:hover {
	cursor:pointer;
	color: #ff3300;
	background:url(images/more_on.png) no-repeat right;
}

/* unclicked style div.more */
#outer div.more h2 {
	cursor:pointer;
}

#outer div.more h2.hide {
	display:none;
}
#outer div.more table {
	display:none;
}
#outer div.more p {
	display:block;
	font-style:italic;
}
#outer div.more img {
	display:none;
}
/* clicked style div.click */
#outer div.click h2.show {
	display:none;
}

#outer div.click h2.hide {
	display:block;
}
#outer div.click table {
	display:block;
}
#outer div.click p {
	display:block;
	font-style:italic;
	}
#outer div.click img {
	display:block;
	float:left;
	padding-right:10px;
}

table.tarifs tr{
background-color: #DDD;

}

table.cours {
margin-bottom: 30px;
}

table.cours tr.last{
height: 50px;
}

table.cours td.entete{
font-weight: bold;
width: 120px;
}

.clear {
	clear:both;
}

