@charset "utf-8";
/* CSS Document */

/*FORMATAGE CLASSIQUE */
html {font-size: 100%;}/* Évite un bug d'IE 6-7. (1) */ 
body{margin:0; background-image:url(../images/defaut-bg-repeat-body.gif); background-repeat:repeat;}
p{margin:0;padding:0;}
h1 { font-family:Verdana, Geneva, sans-serif;font-size:18px;color:#f14400;font-weight:normal;line-height:normal;margin:0;}
.titre{ font-family:Georgia, "Times New Roman", Times, serif;font-size:12px;color:#d6540e;font-weight:bold;}

/* FONTS */
.txt-1{font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;color:#313131;}
.txt-2{font-family:Verdana, Geneva, sans-serif; font-size:11px;color:#545454;}
.txt-3{font-family:Verdana, Geneva, sans-serif; font-size:14px;color:#850101;font-weight:bold;}
.txt-4{font-family:Verdana, Geneva, sans-serif; font-size:18px;color:#464646;}
.txt-5{font-family:Verdana, Geneva, sans-serif; font-size:12px;color:#ff7e00;font-weight:bold;}
.txt-6{font-family:Verdana, Geneva, sans-serif; font-size:12px;color:#3b3b3b;font-weight:bold;}
.txt-7{font-family:Verdana, Geneva, sans-serif; font-size:11px;color:#1c1c1c;}
.txt-8{font-family:Verdana, Geneva, sans-serif; font-size:12px;color:#ff7e00;}


/*DIV */
#haut{ background-image:url(../images/defaut-bg-repeat.gif); background-repeat:repeat-x; }
#bandeau{width:994px; margin:auto; height:84px;}
#page{width:994px; margin:auto;}
#contenu{ background-image:url(../images/defaut-bg-page.png); background-repeat:repeat-y; padding:20px 20px 20px 20px;}
#defaut-bottom-contenu{background-image:url(../images/defaut-bg-contenu.gif); height:26px; background-repeat:no-repeat;}
#footer{height:156px; background-image:url(../images/defaut-footer-repeat.gif); background-repeat:repeat-x; background-color:#e0e0e0;padding: 10px 0 0 0;}

/*UL LI*/
#menu ul{list-style-image:none; margin:0 0px 0 10px; padding:0}
#menu ul li { display:inline; list-style-image:none; padding:0;}

/*LIENS MENU*/
#menu a:link, #menu a:visited, #menu a:active{font-family:Verdana, Geneva, sans-serif; font-size:11px;color:#515151;font-weight:bold;text-decoration:none;}
#menu a:hover{text-decoration:underline;}

/*liens par defaut */
a:link,a:visited,a:active{font-family:Verdana, Geneva, sans-serif; font-size:11px;text-decoration:none; color:#000;}
a:hover{text-decoration:underline;color:#000;}

/*Classes*/
.menu-left{ width:15px; height:38px; background-image:url(../images/defaut-menu-left.png); float:left;}
.menu-centre{width:954px;height:38px; background-image:url(../images/defaut-menu-repeat.png); background-repeat:repeat-x; float:left; padding: 0 10px 0 0;}
.menu-repeat{ width:15px; height:38px; background-image:url(../images/defaut-menu-right.png); float:left;}
.header{margin-top:10px; background-image:url(../images/defaut-header.png); height:34px; background-repeat:no-repeat;padding:9px 0 0 65px;}
.puce-menu{ margin-left:5px; margin-right:5px;}


/*forms*/
.cssform input[type="text"]{ width:50px; border:1px solid #666666; height:16px;}
.cssform select{ width:150px; border:1px solid #666666; height:18px; }
.cssform .btn-envoyer{background-image:url(../images/defaut-btn-ok.gif); width:33px; height:22px;background-repeat:no-repeat; display:block;margin: 0; padding: 0;border: 0;cursor: pointer;}
	