<br />
<b>Warning</b>:  mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'root'@'localhost' (using password: YES) in <b>/home/www/f3fae7487f74815112227018d919f383/web/include/db/dbconnect.php.inc</b> on line <b>7</b><br />
<br />
<b>Warning</b>:  mysql_select_db(): supplied argument is not a valid MySQL-Link resource in <b>/home/www/f3fae7487f74815112227018d919f383/web/include/db/dbconnect.php.inc</b> on line <b>8</b><br />

/******************* All *******************/

*{ margin: 0; padding: 0;}

ul {
	list-style: none;
	list-style-position: outside;
}

a.inv:link { text-decoration: none; font-weight: normal; color: white; outline: none; padding:2px;}
a.inv:active { text-decoration: none; color: white; outline: none; }
a.inv:visited { text-decoration: none; color: white; outline: none;}
a.inv:hover { text-decoration: none; color: #003E8B; background: white; outline: none;}

a:link { text-decoration: none; font-weight: bold; color: #003E8B; outline: none; padding:2px;}
a:active {color: #003E8B; outline: none; }
a:visited {color: #003E8B; outline: none;}
a:hover {color: white; background: #003E8B; outline: none;}

a img, .img_link:link, .img_link:hover { border: none; padding: 0px; background: transparent; outline: none;}

.clearFlat {
	clear: both;
	padding:0px;
}

.msg_error{
	color: red;
	font-weight: bold;
}

.msg_ok{
	color: green;
	font-weight: bold;
}

.box1 {
    font: normal 10px Verdana;
    border: 1px solid #003E8B;
    background: transparent;
}

.just {
	text-align: justify;
}


.shadow {
	background-color: #E5F0FF;
	padding: 20px;
}

.sep {
	border: 0px;
	border-bottom: 1px dotted #003E8B;
	padding-top: 10px;
}

/******************* General *******************/

body {
  	width: 100%;
	font-family: Helvetica, Arial,Georgia,"Andale Mono",Verdana;
	color: #003E8B;
	background: url('../img/diag3.png') repeat;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}


#logo_abs {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: -100;
}


#header {
	width: 670px;
	margin-left: 50px;
	padding: 50px 0px 0px 0px;
	background-color: transparent;
}

#container{
	margin-left: 50px;
	padding: 15px 0px 15px 0px;
	width: 670px;
	border-bottom: 1px solid;
}

.content {
	background-color: #003E8B;
	color: white;
	padding: 15px;
	border-radius: 8px;
}

#bottom {
	width: 670px;
	margin: 0px 0px 50px 50px;
	padding-top: 5px;
}

#fb{
	float: left;
}

#lang {
	float: right;
}

#lang a:link, #lang a:visited, #lang a:active {
	color: #003E8B; font-weight: normal;
}

#lang a:hover {
	color: #003E8B; background: white;
}

#lang span {
	 font-weight: bold;
}

/************ Header ************/

#logo{
	float: left;
}

#nav {
	float: right;
	margin-top: 55px;
	width: 450px;

	border: 0px solid;
}

#nav_list {
 	border: 0px solid;
 	float: right;
 	padding: 0px;
 	margin: 0px;
}

#nav_list li{
	display: inline;
	float: left;
	margin-left: 15px;
	text-align: center;
}
#nav_list li a {
	padding: 110px 4px 2px 4px;
	color: #003E8B;
}

#nav_list li a:hover{
	color: #003E8B;
	background: white;
	padding: 110px 4px 2px 4px;
    outline: none;
    border-radius: 0px 0px 5px 5px;
}

#nav_list li span {
	 text-decoration: none;
	 color: white;
	 background: #003E8B;
	 padding: 110px 4px 2px 4px;
	 outline: none;
	 border-radius: 0px 0px 5px 5px;
}


/********************** home **************/
#home_img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#home_txt{
	padding-top: 10px;
	text-align: justify;
}

#home_title {
	font-weight: bold;
	font-size: 19pt;
}

/*************** Location *****************/

#location table {
	border: 0px dotted;
	margin-bottom: 10px;
}

#location table td {
	padding-right: 30px;
	padding-bottom: 3px;
}

.block {
	padding: 20px;
	color: #003E8B;
	background: white;
	border-radius: 5px;
	margin-bottom: 10px;
}

a.toggler {
	color: #003E8B;
	font-size: 22pt;
	font-weight: bold;
}
a.toggler:hover {
	color: white;
	background: #003E8B;
}
.h1{
	font-size: 19pt;
	border-bottom: 0px solid;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
}

.h2{
	margin-bottom: 5px;
	font-size: 12pt;
}
.div_toggled {
	display: none;
	margin-top: 5px;
	border-top: 3px dotted;
	padding-top: 10px;
}

.c_txt{
	margin-bottom: 10px;
	padding: 3px 0px 3px 0px;

}

.div_toggled{

}
/****************** photos **********************/

#slides{
	margin-bottom: 10px;
}

#pag{
	float: right;
}

/************** Liens *******************/


#liens a {
	padding-bottom: 10px;
	display: block;
}

#liens .h2 {
	padding-bottom: 10px;
}

/****************** contact *****************/


#cnt_col1 {
	float: left;
}

#cnt_col2 {
	float: right;
	width: 200px;

	padding-top: 30px;
}

#cnt_table td{
	padding: 3px;
}

