@charset "utf-8";
/*paramètres généraux*/
html {
width: 100%;
height: 100%;
font-size: 1em;
color: #ffffff;
font-family: monospace, courier, 'courier new';
}

body {
margin: 0;
padding: 0;
text-align: center;
background-color: #000000;
width: 100%;
height: 100%;
}

div {
height: 100%;
/*border: solid;*/
margin: auto;
color: #ffffff;
padding: 5px;
overflow: hidden;
}

pre {
font-size: 30%;
overflow: hidden;
}

a{
text-decoration: none;
color: #cccccc;
font-size: 160%;
}

a img {
border: none;
}
table{
width: 100%;
height: 100%;
vertical-align: middle;
text-align: center;
border: #ff00ff /*solid*/;
}

td{
text-align: center;
}

img {
width: 400px;
}


.NavHaut {
width: 780px;
height: 15px;
margin: auto;
}

.Parent {
width: 402px;
height: 15px;
float: left;
}

.Accueil {
width: 344px;
height: 10px;
}


.Cadre {
width: 780px;
height: 412px;
border: 1px solid #666666;
margin: auto;
margin-top: 4%;
}

.Thumb {
width: 402px;
height: 402px;
border: 1px solid #666666;
float: left;
margin-right: 10px;
}

.Comm {
width: 344px;
height: 402px;
border: 1px solid #666666;
float: left;
text-align: left;
font-size: 12px;
}

.Auteur {
font-style: italic;
font-size: 10px;
color: #999999;
text-align: right;
}

.Info {
font-size: 11px;
color: #cccccc;
text-align: left;}