@CHARSET "utf-8";

a {
	outline: none;
	color: #36c;
}

a:hover, a:active{
	color: #c63;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

ul.styled {
	list-style-type: none;
}

	ul.styled li{
		background: url('images/arrowBullet.gif') no-repeat scroll 0 3px;
		padding: 0 0 0 15px;
	}

.box {
	width: 195px;
	height: auto;
	background: url('images/box_back.gif') repeat-y;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	display: inline;

}

.box_top {
	width: 195px;
	height: 29px;
	background: url('images/box_top.gif') no-repeat;
	color: #515151;
	text-align: left;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 15px;
}

.box_content {
	padding: 10px;
	color: #9D140D;
	padding-bottom: 5px;
}

.box_content ul {
	list-style-type: none;
	list-style-image: url('images/bul.jpg');
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
}

.box_content ul li a:link, .box_content ul li a:active, .box_content ul li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #9E140D;
}

.box_content ul li a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.box_content a:link, .box_content a:active, .box_content a:visited {
	color: #484848;
	text-decoration: none;
}

.box_content a:hover{
	color: #484848;
	text-decoration: underline;
}

.box_content p {
	float: left;
	color: #000000;
}

.left_lbl {
	float: left;
	margin-top: 3px;
}

.left_inp {
	margin-top: 3px;
	float: right;
	width: 95px;
	margin-left: 5px;
	display: inline;
	border: 1px solid #afafaf;
}

.submit_btn {
	width: 97px;
	height: 18px;
	display: block;
	color: #AE4E00;
	float: right;
	margin-top: 3px;
	margin-bottom: 5px;
}

.box_bottom {
	width: 195px;
	height: 11px;
	background: url('images/box_bot.jpg');
}

.news_img {
	width: 60px;
	height: 64px;
	float: left;
	background: url('images/news_img.jpg');
}

.news_txt {
	float: left;
	width: 110px;
}

.central_photo {
	width: 307px;
	height: 157px;
	background: url('images/central_photo.jpg');
	float: left;
	/*margin-left: 15px;*/
	margin: 0px;
	margin-bottom: 10px;
	display: inline;
	padding: 0px;
}

.commercial {
	width: 133px;
	margin: 0px auto;
	padding-top: 20px;
}

.main_text {
	width: 307px;
	height: auto;
	float: left;
	/*padding: 20px;*/
	margin: 0px;
	padding: 0px;
}

.main-text p {
	margin: 0px;
	padding: 0px;
}

.left_photo {
	width: 120px;
	height: 332px;
	background: url('images/left_photo.jpg');
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	display: inline;
}

.credits {
	width: 762px;
	height: 56px;
	margin-top: 20px;
	color: #000000;
	text-align: center;
}

.credits_left {
	width: 23px;
	height: 56px;
	float: left;
	background: url('images/credits_left.gif');
}

.credits_right {
	width: 26px;
	height: 56px;
	float: left;
	background: url('images/credits_right.gif');
}

.credits_mdl {
	width: 713px;
	height: 56px;
	float: left;
	background: url('images/credits_back.jpg') repeat-x;
}

.simple_left {
	width: 250px;
	height: auto;
	float: left;
}

.simple_left p {
	padding-left: 30px;
	font-weight: bold;
}

.map {
	width: 290px;
	height: 300px;
	float: left;
}

/*---------------------------------------*/
.formContainer {
    clear: both;
    background: #FFFFFF;
    padding: 3px;
    margin: 10px 0px 10px 0px;
    width: 515px;
    overflow: hidden;
}

.formContainer form {
    margin: 0;
}

.form {
    border-top: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    width: 390px;
}

.form th {
    background: url("../admin/images/tableThBg.gif") repeat-x;
    height: 24px;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #4E4E4E;
}

.form tr td {
    padding: 5px 10px 5px 10px;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #E8E8E8;
    vertical-align: top;
    font-size: 12px;
}

.form tr td label {
    float: left;
    width: 150px;
    padding-top: 3px;
    font-weight: bold;
    font-size: 11px;
    color: #4E4E4E;
}

.formText {
    font-family: Verdana;
    font-size: 12px;
    border: 1px solid #6E6E6E;
    padding: 2px;
    width: 315px;
    background-color: #FFFEE2;
}

.form tr td p {
    font-size: 11px;
    color: #6E6E6E;
    margin: 5px 0px 0px 0px;
}

/*---------------------------------------*/

span.intranet-login{
    display: block;
    width: 162px;
    height: 41px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding-top: 15px;
    margin: 0 auto;
    background: url(images/btn-intranet-login.gif) no-repeat scroll top center;
    cursor: pointer;
}

body {
	font: 12pt Arial, Georgia, Times, serif;
	color: #333333;
	background-color: white;
	margin: 0;
	background: transparent url("images/headerBg.jpg")  no-repeat scroll center top;
	font-size: 11px;
}

#wrapper {
	width: 762px;
	margin: 0 auto;
	padding: 0;
}

.carousel_container {
	width: 750px;
	height: 300px;
	margin: 170px auto 50px;
	float: left;
}

#loginBox {
	width: 762px;
	padding: 0;
	height: 41px;
	background: transparent url("images/loginBoxBg.gif") no-repeat scroll center 0;
	margin: 50px 0 0 0;
	float: left;
}

	#loginBox .formLogin{
		width: 430px;
		float: right;
		padding: 9px 0 0 0;
		margin: 0;
	}
	
	#loginBox .formNewsletter{
		width: 270px;
		float: left;
		padding: 9px 0 0 0;
		margin: 0;
	}
	
	#loginBox label{
		font-size: 13px;
		color: #666666;
		font-weight: bold;
		margin: 0;
		padding: 3px 10px;
		display: block;
		float: left;
	}
	
	#loginBox .inputText{
		background: transparent url("images/inputBg.jpg") no-repeat scroll center 0;
		width: 120px;
		height: 22px;
		border: none;
		font-size: 11px;
		color: #585858;
		padding: 3px 10px;
		float: left;
	}
	
	#loginBox .loginBtn{
		border: none;
		float: left;
		padding: 4px;
	}

#footer {
	color: #626060;
	width: 762px;
	margin: 0 auto;
	padding: 0;
	height: 75px;
	font: normal 11px arial;
	clear: both;
}

	#footer a {
		font: normal 11px arial;
		color: #626060;
		text-decoration: none;
		margin: 0 5px;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	#footer ul {
		width: 450px;
		height: 20px;
		margin: 7px 0 0 0;
		padding: 0;
		float: right;
		display: inline;
		list-style: none;				
	}
	
	#footer ul li {
		height: 29px;
		margin: 0;
		padding: 0;
		float: left;	
		font-size: 11px;			
	}
	
	#footer #copyright {
		float: left;
		width: 762px;
		text-align: left;
	}
	
#header {
	width: 750px;
	margin: 0px auto;
	float: left;
	height: 170px;
}

#menu {
	width: 750px;
	margin: 0px 30px 0 0;
	float: right;
	height: 50px;
	text-align: right;
	margin-top:2px;
	border-top:1px solid #C7C7C7;
	padding: 2px 20px 0 0;
}

	#menu a{
		color: #fff;
		font-size: 11px;
		text-decoration: none;
		background: transparent url("images/menu_a.gif") no-repeat scroll 0 0;
		display: block;
		height: 24px;
		width: 150px;
		text-align: center;
		padding-top: 9px;
		float: right;
	}
		#menu a:hover{
			background: transparent url("images/menu_aOver.gif") no-repeat scroll 0 0;
		}
#main {
	width: 710px;
	margin: 0px auto;
	float: left;
	background: transparent url("images/mainBg.gif") no-repeat scroll 0 0;
	padding: 30px 0 0 40px;
}

.imageBorder {
	padding: 1px;
	border: 1px solid #DEDEDE;
}

            .contactForm
            {
            	height: 190px;
            	width:637px;
            	display:none;
            	border: 1px solid #3D3D3D;
            	border-top: none;
            }
            .contactForm fieldset
            {
            	padding: 15px 17px 0 150px;
            	border:none;
            }      
            .contactForm label
            {
            	display:block;
            	color:#3D3D3D;
            	font-size: 12px;
            	font-weight: bold;
            	font-size: 11px;
            	float: left;
            	width: 60px;
            	clear: both;
            }      
            .contactForm input[type=text]
            {
            	display:block;
            	border:solid 1px #ADADAF;
            	width:220px;
            	margin-bottom:10px;
            	height:17px;
            	padding-top: 2px;
            	float: left;
            } 
            
		  .contactForm input[type=file]
            {
            	margin-bottom:10px;
            	width:220px;
            }  
            
            .contactForm textarea
            {
            	display:block;
            	border:solid 1px #ADADAF;
            	width:220px;
            	margin-bottom:10px;
            	float: left;
            }  
            
            .contactLink
            {
            	height:34px;
            	width:216px;
            	background-image:url('images/slidein_button.png');
            	display:block;
            	cursor:pointer;
            	margin-left: 210px;
            }
            
.envoyerBtn {
	background: url(images/envoyerBtn.jpg);
	border: none;
	width: 110px;
	height: 22px;
}    


#showAll {
	display: block; text-align: center; font-style: italic;cursor:pointer;color: #484848;
}