﻿@charset "utf-8";

/* CSS Document */

body { background-color:#cccccc; font-family:Tahoma;}

#container {width:995px; margin-left:auto; margin-right:auto; background:url(imgserveur/main_body.png) repeat-y;}

/* Tableaux */

#header {background:url(imgserveur/header.png); height:160px;}

#topbar {background:url(imgserveur/top_bar.png); height:20px;}

#table_principale {

	width:972px;

	margin-left:12px;

	background-color:#E1E1E1;

	border:1px #6a6a6a dotted;

}

#table_principale .tdgauche {

	width:200px;

	margin-left:auto;

	margin-right:auto;

	background-color:#E1E1E1;

	border-right:1px #6a6a6a dotted;

}



#line {background:url(imgserveur/line.png); height:10px;text-align:center; color:#7bc3ff; font-weight:bold; letter-spacing:2px;margin:0; font-size:10px;}
#line a { color:#7bc3ff; border:none;}
#line a:hover { text-decoration:none; color:#FFFFFF; border-bottom:1px dotted;}

#footer {background:url(imgserveur/footer.png); height:100px;}

/* Fontes */

a { text-decoration:none; color:#4283c1; border-bottom:1px dashed;}

a:hover { text-decoration:none; color:#4283c1; border-bottom:1px dotted;}


h1 {font-size:24px; padding-left:5px;}

h2 {font-size:20px; padding-left:5px;}

h3 {font-size:18px; padding-left:5px;}

p {text-align:justify; font-size:12px; padding-left:5px; padding-right:5px;}

li {font-size:12px; list-style-type:circle;}

.contacteznous { color:#FFFFFF; font-weight:bold; letter-spacing:2px;}

