/* General */


html, body { 
	background-color:#004990;
	background-image: URL(images/fond.jpg);background-repeat:repeat-x;
}

body, div, p, td {
	color: #103446;
}

h1 {
	color: #DD893E;
}

h2 {
	color: #103446;
}

/* a */

a {
        color: #103446;
}
a:link {
	color: #103446; 
}
a:visited {
	color: #103446; 
}
a:hover, a:active { 
	color: #DD893E; 
}

/* tableaux */

.top
{
	background-color:#EDF7FB;
	background-image: URL(images/fond_top.gif);background-repeat:repeat-x;
}

.top2
{
	padding:0;
	margin:0;
}

/* menu */

.menu {
	background-image: URL(images/fond_menu.gif);background-repeat:repeat-y;
}

.menu0 {
	color: #ffffff;
	background-image: URL(images/bt_1.gif);
}
.menu0Select {
	color: #ffffff;
	background-image: URL(images/bt_2.gif);
}
.menu1 {
        color: #103446;
	background-image: URL(images/fond_menu2.gif);
}
	a.menu1Select:visited, a.menu1Select:visited {
        color: #DD893E;
}

/* corps */

.centre {
	background-color:#FFFFFF;
}

.corps {
        color: #103446;
}

.menutop {
	background-image: URL(images/menutop.gif);
}

.menutop div {
	background-image: URL(images/top_menu.png);
	background-position:right center;
	background-repeat:no-repeat;
}

.menu_premier {
        color: #103446;
}

.breadcromps {
        color: #103446;
}

.text {
}

/* droite */

.droite
{
	background-image: URL(images/fond_droite.gif);
}


/* recherche */

#rechercheCourt {
	float: right;
        position: absolute;
        top: 4px;
        right: 30px;
}
input.rechercheCourtText {
	font-size: 11px;
	text-align: right;
	width: 100px;
}
input.rechercheCourtSubmit {
	font-size: 11px;
	width: 16px;
}


