/* Base */

html, body {
	width: 100%;
}

body {
	background-color: #D9D8E0;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
}

table {font-size: 12px;}

* {margin: 0px; padding: 0px;}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.nodisp {
    display: block;
    height: 1px;
    overflow: hidden;
	visibility: hidden;
}

a:link 		{color: #004FA3; font-weight: bold; text-decoration: none;}
a:visited 	{color: #004FA3; font-weight: bold; text-decoration: none;}
a:hover 	{color: #004FA3; font-weight: bold; text-decoration: underline;}
a:active 	{color: #004FA3; font-weight: bold; text-decoration: underline;}

#superconteneur {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: left;
	width: 765px;
}

#onglets {
	
}
#onglets ul {
    list-style:none;
    margin: 0 0 0 7px;
    }
#onglets li {
	background: url(../images/interface/onglets.gif) left top no-repeat;
	width: 125px;
	height: 41px;
	text-align: center;
    float: left;
    }

#onglets a:link 	{padding-top: 15px; display: block; color: #FFFFFF; font-weight: bold; text-decoration: none;}
#onglets a:visited 	{padding-top: 15px; display: block; color: #FFFFFF; font-weight: bold; text-decoration: none;}
#onglets a:hover 	{padding-top: 15px; display: block; color: #FFFFFF; font-weight: bold; text-decoration: underline;}
#onglets a:active 	{padding-top: 15px; display: block; color: #FFFFFF; font-weight: bold; text-decoration: underline;}

#header {
    clear: both;
    display: block;
	background: url(../images/interface/vague.gif) left bottom #FFFFFF no-repeat;
	height: 157px;
}
#header .logo {
	float: left;
	margin: 30px 0 0 15px;
}
#header .forme {
	float: left;
	margin: 0 0 0 60px;
}
#header .drapeaux {
	float: left;
	margin: 18px 0 0 60px;
}
#header .cotebasque {
	float: left;
	margin: 0 0 0 6px;
}

#footer {
	background: url(../images/interface/footer.gif) left bottom no-repeat;
	height: 174px;
	text-align: right;
	color: #FFFFFF;
}
#footer a:link		{color: #FFFFFF; font-weight: bold; text-decoration: none;}
#footer a:visited	{color: #FFFFFF; font-weight: bold; text-decoration: none;}
#footer a:hover		{color: #FFFFFF; font-weight: bold; text-decoration: underline;}
#footer a:active	{color: #FFFFFF; font-weight: bold; text-decoration: underline;}
.fnav {
	padding: 120px 12px 0 0;
}
.fcopy {
	padding: 3px 12px 0 0;
	font-size: 10px;
}