/********************/
/* D&#65533;FINITIONS HTML */
/*********************/
*  {
	margin: 0;
	padding: 0;
}
body {
         background: #94a1ad;
	font-family: Arial,sans-serif;
	font-size: 13px;
	min-width: 800px;
	width:expression(document.body.clientWidth < 800 ? "800px" : "auto" );
}
table, tbody, tr, th, td {
	font-size: 1em;
	vertical-align: top;
}
a {
	color: #a2bed9;
	text-decoration: none;
}
a:hover {
	color: #C60;
	text-decoration: underline;
}
li {
	list-style: url(../images/li.gif);
	margin-left: 15px;
}
input {
	color: #555;
}
p,cite,code {
	padding-bottom: 1.2em;
}
ul {
	margin-left: 10px;
}
div#blocs ul {
	margin-left: 0;
}

td#main a  {
         color: #002d56;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1 a, h1 a:hover, h1 a:visited, h1 a:active {
	color: #e5e5e5;
	text-decoration: none;
}
code {
	background: url(../images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1em serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	font: 0.9em monospace;
}
q, cite, blockquote, .quote {
	background: url(../images/quote.gif) no-repeat;
	color: #666;
	display: block;
	padding: 5px 5px 5px 25px;
	font-style: italic;
	border: 1px solid #94a3b3;
}
h1,h3 {
	color: #e5e5e5;
	padding-top: 6px;
}
h2 {
	color: #00427b;
	padding-top: 6px;
	clear: both;
}
h2 a {
	color: #06C;
}
h2 a:hover {
	color: #00c3fc;
	text-decoration: none;
}
h3 a, h3 a:hover {
	color: #06C;
	text-decoration: none;
}
/* misc */
.clearer {
	clear: both;
}
p1 a  {
         color: #00427b;
}




/*********************/
/* D&Eacute;FINITIONS TH&Egrave;ME */
/*********************/

table#mainpage  {
        width: 1024px;
        padding: 0px;
        border-spacing: 0px;
}

td#main   {
        background: url('../images/backcont2.png');

}
td#menu   {
        background: url('../images/backmenu.png');
        width: 150px;
}  
div#bloc   {
        width: 150px;
}

td#main div#bloc   {
        float: left;
}



td#haut   {
        background: #00427b url('../images/title5.jpg') no-repeat;
        height: 200px;
}

td#haut div#search   {
        float: right;
        top: 5px;
}

td#footer   {
        background: url('../images/backmenu.png');
}

div#background  {

        background-position: top;
        width: 100%;
        height: 100%;
}


