/****************************************************************************
* STYLE COMMUN A TOUTES LES PAGES
****************************************************************************/
body {
	background: #627A84 url(../images/fond_pages.jpg) repeat-x top left;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}

H1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin: 0px;
padding: 0px;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/****************************************************************************
* FONDS 
****************************************************************************/
.fondbandeau {
	background: #FFFFFF url(../images/fond_bandeau.gif) no-repeat top left;
}

.fondpages {
	background: #E9E9E9;
	border: #D3D3D3 1px solid;
}

.fondinfodefilante {
	background: url(../images/menu/fond_infodefilante.gif) no-repeat top left;
}

.fondmenu {
	background: url(../images/menu/fond_menu.gif) repeat-x top left;
}

.fondtableaucarre {
	background: #FFFFFF;
	border: #CFCFCF 1px solid;
}

.fondcontact {
	background: #FFFFFF url(../images/contact/carte.gif) no-repeat top right;
	border: #CFCFCF 1px solid;
}

.fondtableaugris {
	background: #BCBCBC;
	border: #A8A8A8 1px solid;
}

.fondtableaucoincasse {
	background: #FFFFFF;
	border: #CFCFCF 1px solid;
}

.fondarc {
	background: #FFFFFF url(../images/fond_arc.gif) repeat-y top left;
}

/****************************************************************************
* MENU 
****************************************************************************/
.fondmenu {
	background: url(../images/menu/fond_menu.gif) repeat-x top left;
}

.fondmenuoff {
	background: url(../images/menu/fond_off.gif) repeat-x top left;
}

.fondmenuon {
	background: url(../images/menu/fond_on.gif) repeat-x top left;
}

.menuoff{
font-family:Verdana;
font-size:10px;
color:#000000;
text-decoration:none;
}
a.menuoff{
color:#000000;
text-decoration:none;
}
a.menuoff:hover{
color:#000000;
text-decoration:underline;
}

.menuon{
font-family:Verdana;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}
a.menuon{
color:#FFFFFF;
text-decoration:none;
}
a.menuon:hover{
color:#FFFFFF;
text-decoration:underline;
}

.sousmenuoff{
font-family:Verdana;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}
a.sousmenuoff{
color:#FFFFFF;
text-decoration:none;
}
a.sousmenuoff:hover{
color:#FFFFFF;
text-decoration:underline;
}

.sousmenuon{
font-family:Verdana;
font-size:10px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
a.sousmenuon{
color:#FFFFFF;
text-decoration:none;
}
a.sousmenuon:hover{
color:#FFFFFF;
text-decoration:underline;
}

.basdepages{
font-family:arial;
font-size:10px;
color:#606060;
text-decoration:none;
}
a.basdepages{
color:#606060;
text-decoration:none;
}
a.basdepages:hover{
color:#606060;
text-decoration:underline;
}

/****************************************************************************
* STYLE DE TEXTE
****************************************************************************/

/* lien */
a{
color:#000000;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

/* tailles */
.text10{
font-size:10px;
}
.text11{
font-size:11px;
}
.text12{
font-size:12px;
}
.text13{
font-size:13px;
}
.text14{
font-size:14px;
}
.text15{
font-size:15px;
}
.text16{
font-size:16px;
}
.text17{
font-size:17px;
}
.text18{
font-size:18px;
}

/* polices */
.arial{
font-family:Arial, Helvetica, sans-serif;
}

.verdana{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* lien blanc */
.lien1{
color:#FFFFFF;
text-decoration:none;
}
a.lien1{
color:#FFFFFF;
text-decoration:underline;
}
a.lien1:hover{
color:#FFFFFF;
text-decoration:underline;
}

/* lien noir */
.lien2{
color:#000000;
text-decoration:none;
}
a.lien2{
color:#000000;
text-decoration:none;
}
a.lien2:hover{
color:#000000;
text-decoration:underline;
}

/* lien orange */
.lien3{
color:#FE6B01;
text-decoration:none;
}
a.lien3{
color:#FE6B01;
text-decoration:none;
}
a.lien3:hover{
color:#FE6B01;
text-decoration:underline;
}

/* lien gris */
.lien4{
color:#617983;
text-decoration:none;
}
a.lien4{
color:#617983;
text-decoration:none;
}
a.lien4:hover{
color:#617983;
text-decoration:underline;
}
