body {
    line-height: 1.5em;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 0.8em;
    color: #535353;
    background: url(/image/texture_metal.jpg);/*#6F42A6*//*#FC7404;*/
}

.center {
	text-align: center;
}

h3 {
    margin: 0;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: middle;
}

a:link, a:visited, .link { color: #535353; text-decoration: none; font-weight: bold; } /*#FEBD0C*/
a:active, a:hover, .link:hover { color: #535353; text-decoration: underline; cursor:pointer }

#wrapper {
    margin: 0 auto;
    min-height: 500px;
}

#container {
    width: 1016px;
    margin: 0 auto;
}

#banner {
    background: #CDCCCA;
    border: 2px solid #000000;
    text-align: center;
    height: 150px;
    color: #000000;
    font-size: 2em;
    margin-bottom: 4px;
}

#banner img {
	width: 1000px;
    margin-top: 9px;
}

#banner .slogan{
    font-style: italic;
}

#menu {
    border: 2px solid #000000;
    background: #CDCCCA;
    margin: 0;
    margin-bottom: 4px;
    padding: 0;
}

#content {
    border: 2px solid #000000;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

#content, #menu, #banner {
  background: url('/image/texture_lin.jpg') left top;
}

div.infos dt {
    float: left;
    width: 120px;
    font-weight: bold;
    color: #F6872A;
}

div.infos dd {
    margin: 0;
    min-height: 20px;
}

div.cover {
    float: left;
    padding-right: 15px;
    padding-left: 10px;
}

div.cover img{
    width: 200px;
}


.webtools {

	font-weight: bold;
	color: #DDDD33;
}

#contentbody {
	
	width:1250px;
	margin:0px auto;
	text-align:left;
}


#flags {
    float: right;
	text-align: right;
}

#flags img {
	padding-left: 2px;
}

#footer {
	clear: both;
	color: #E6E6E6;
	font-weight: bold;
	font-size: 12pt;
}

div.picturebox {
	margin: 0;
	padding: 0;
}

.clear{
	clear:both;
}

/**
 * Tableaux
 */
table.tableau {
    width:100%;
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
    width: 100%;
    text-align: left;
}

table.tableau thead tr th {
    border-right: 1px solid #9078AF;
}

table.tableau tbody tr td {
    border-right: 1px solid #000000;
}

table.tableau thead tr th:first-child {
    border-left: 1px solid #9078AF;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
}

table.tableau thead tr th:last-child {
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    width: 70px;
}

table.tableau thead tr th {
    height: 35px;
    background: #535353 url(/images/head_bg.png) 50% 50% repeat-x;
    padding: 4px;
    padding-right: 0px;
    text-align:center;
    font-weight: bold;
    font-size: 1.1em;
    border-top: 1px solid #9078AF;
    color: #FFFFFF;
    margin: 0;
    text-shadow: 2px 2px 2px #000;
}

table.tableau tbody tr {
    height: 30px;
}

table.tableau tbody tr td:first-child {
    border-left: 1px solid #000000;
}

table.tableau tbody tr:first-child td {
    border-top: 1px solid #000000;
}

table.tableau tbody tr:last-child td {
    border-bottom: 1px solid #000000;
}

table.tableau tbody tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
}

table.tableau tbody tr:last-child td:last-child {
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

table.tableau tbody tr.odd td {
    background-color: #AFAFAF;
}

table.tableau tfoot tr td {
    text-align: left;
    padding: 0;
    padding-top: 10px;
}

table.tableau td {
    text-align:center;
    padding-left: 5px;
    padding-right: 5px;
}

table.tableau td.message {
    text-align: justify;
    text-indent: 10px;
}

table.tableau img {
  border: none;
}

.submit {
    padding:5px;
    border:none;
    background-color: #535353;
    border:1px solid #000;
    font-family: Cambria, serif;
    font-size: 14px;
    color: #CFC3DF;
}

.picturebox img {
  width: 359px;
}