@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #003399;
	background-color:#cccccc;
}

img {
	padding: 0;
	margin: 0;
}

a img {
	border: 0px;
}

#container {
	margin: auto;
	width: 1024px;
}

ul.ulfloat {
	height: 100%;
	list-style-type:none;
}

ul.ulfloat li {
	float: left;
}


ul.fleches li {
	display: list-item;
	list-style-image : url(/images/li-fleche.gif);
	list-style-position: inside;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h3 {
	/* color: #003399;*/
	font-size: small;
	color: #2B887E;
	height: 20px;
	background: url(/images/design/main/h3-barre2.gif) repeat-x;
	background-position: bottom left;
	line-height: 18px;
	/* border-bottom: 1px solid #66ff66;
	border-right: 1px solid #66ff66;*/
}

h4 {
	font-size: smaller;
	color: #2B887E;
	text-decoration: underline;
}

form fieldset {
	border: none;
}

/* CADRE BLANC
http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-borders.shtml */
#design_cb_topleft {
	background: url(/images/design/cadre_blanc/cadre_blanc_topleft.gif) 0 0 no-repeat;
}

#design_cb_top {
	background: url(/images/design/cadre_blanc/cadre_blanc_top.gif) repeat-x;
}

#design_cb_topright {
	background: url(/images/design/cadre_blanc/cadre_blanc_topright.gif) 100% 0 no-repeat;
	padding: 17px; /* voir http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-boxes.shtml */
}

#design_cb_left {
	background: url(/images/design/cadre_blanc/cadre_blanc_left.gif) 0 0 repeat-y;
}

#design_cb_center {
	height: 100%;
	background: #ffffff;
}

#design_cb_rocks {
	background: url(/images/design/cadre_blanc/rocks.png) 0 0 no-repeat;
	padding: 5px;
}


#design_cb_right {
	background: url(/images/design/cadre_blanc/cadre_blanc_right.gif) 100% 0 repeat-y;
}

#design_cb_bottomleft {
	background: url(/images/design/cadre_blanc/cadre_blanc_bottomleft.gif) 0 100% no-repeat;
}

#design_cb_bottom {
	background: url(/images/design/cadre_blanc/cadre_blanc_bottom.gif) 0 100% repeat-x;
}

#design_cb_bottomright {
	background: url(/images/design/cadre_blanc/cadre_blanc_bottomright.gif) 100% 100% no-repeat;
}

/* DESIGN HEADER */

#design_hd_logo {
	position: relative;
}

#design_hd_right_logo {
	float: right;
}

#design_hd_menu {
	/*background: url(/images/design/header/menu-bg.png) no-repeat;*/
	height: 44px;
	width: 770px;
}

#design_hd_menu_content {
	padding: 5px;
}

#design_hd_contact {
	float: right;
	margin: 7px;
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
#design_hd_contact:hover {
	color: #66ff66;
	text-decoration: blink;
}

#design_hd_bandeau {
	background: url(/images/design/header/bandeau-bg.png) no-repeat;
	height: 25px;
	width: 770px;
	margin-bottom: 5px;
}

#design_hd_bandeau_content {
	padding: 3px 2px 0 2px;
	font-size: small;
	font-weight: bold;
}

#footer {
	font-size: smaller;
}

#design_ft_gauche {
	position: relative;
}

#design_ft_droit {
	float: right;
}

#design_main_gauche {
	width: 21%;
	height: 100%;
	padding: 5px;
	float: left;
}

#design_main_barre_vert {
	background: url(/images/design/main/cadres/dot.png) 100% 0 repeat-y;
	height: 100%;
	padding-right: 5px;
}

#design_main_droite {
	margin-left: 23%;
}

.design_cadre_w190 {
	margin-top: 10px;
	width: 190px;
}

.design_cadre_w190_haut {
	background: url(/images/design/main/cadres/w190-haut.png) no-repeat;
	color: #66ff66;
	font-size: larger;
	font-weight: bold;
	height: 19px;
	padding-left: 10px;
}

.design_cadre_w190_bas {
	background: url(/images/design/main/cadres/w190-bas.png) no-repeat;
	height: 13px;
}

.design_cadre_w190_centre_titre {
	padding: 2px;
	background: #EEEEEE;
	font-weight: bold;
}

.design_cadre_w190_centre_texte {
	padding: 5px;
	background: #FAFAFA;
	font-size: smaller;
	text-align: justify;
}

.design_cadre_main_haut {
	background: url(/images/design/main/cadres/bar.png) repeat-x;
	color: #66ff66;
	font-size: larger;
	font-weight: bold;
	height: 20px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.design_cadre_main_bas {
	/*padding: 5px;*/ /* Pas de padding pour les images... à ajouter au cas par cas */
	background: #EEEEEE;
	font-size: 9px;
	text-align: justify;
	/*width: 742px;*/
}

.design_cadre_main_bas_padding {
	font-size: larger;
	padding: 5px;
}

.design_cadre_main_small {
	float: left;  /* en float pour pouvoir afficher d'autres design_cadre_main_small_haut à droite */
	margin-right: 10px;
}
.design_cadre_main_small img {
	width: 200px;
	height: 120px;
}

.design_cadre_main_small_haut {
	width: 190px;
	background: url(/images/design/main/cadres/bar.png) repeat-x;
	color: #66ff66;
	font-size: larger;
	font-weight: bold;
	height: 20px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.design_cadre_main_small_bas {
	width: 200px;
	/*padding: 5px;*/ /* Pas de padding pour les images... à ajouter au cas par cas */
	background: #FAFAFA;
	/*font-size: smaller;*/
	text-align: justify;
}


/* TRANSPARENCE */
/*div.transOFF {width: 100%; background-color: silver;border:1px solid black; }
div.transON {width: 100%; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:1px solid black; }
div.trans25 {width: 100%; background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:1px solid black; }
div.trans75 {width: 100%; background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:1px solid black; }*/


/*************
 FONT STYLES
 ************/
.ft_bold {
	font-weight: bold;
}

.ft_smaller {
	font-size: smaller
}

.ft_medium {
	font-size: medium;
}

.ft_large {
	font-size: large;
}

a.ft_no_deco {
	color: #003399;
	text-decoration: none;
}

.red {
	color: #FF0000;
}

.green {
	color: #009966;
}


/************
 NEWS TICKER
 ************/
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
/*border: 1px solid #000;
background: #fff; */
/*width: 770px; */
height: 44px;
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 5px;
top: 0px;
width: 750px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font-weight: bold;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
/*background: #fff;*/
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

/***********
* BOUTONS
***********/
.custombutton {
	border: 1px double #666;
	display: block;
	float: left;
	color: #66ff66;
	text-decoration: none;
	text-align:center;
	background: #003399;
	padding: 5px;
}

.custombutton:hover {
	background: #006699;
	border: 1px double #aaa;
}

/***********
* DIVERS
***********/

.pageimg {
	float: right;
	margin-left: 10px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #003399;
}

/******************************/
/* MENU DEROULANT */
/******************************/

#menu {
width:765px;
font-family:Tahoma, Helvetica, sans-serif;
letter-spacing: 0.12em;
display:block;
margin:0 0 5px 0;
padding:7px 0 0 0;
height:44px;
font-size:1.1em;
background-image:url(/images/menu/bg-menu.gif);
background-repeat:repeat-x;
z-index:9999;
}

#menu div {
float:left;
padding:0 0 0 25px;
}

#menu div a {
color:#66ff66;
font-weight:bold;
text-decoration: none;
}

#menu div  a:hover {
color: #003399 ;
}

#menu div ul {
position: absolute;
margin: 12px 0 0 0;
*margin:27px 0 0 -75px;
background-color:#50514C;
background-image:url(/images/menu/fond-menu2.gif);
background-position:bottom; background-repeat:repeat-x;
line-height:30px;
border-left:2px solid #002b4c;
border-right:2px solid #002b4c;
border-bottom:2px solid #002b4c;
*white-space: nowrap;
/**width:100%;*/
}

#menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
list-style-position:outside;
}

#menu ul li {
padding:0 5px;
font-size:0.8em;
}

#menu ul li a {
color:#c0c0c0;
text-decoration: none;
}

#menu ul li a:hover {
color: #f5f5f5 ;
}

/***** TABLES ******/
.table_styled {
border:3px solid #6495ed;
border-collapse:collapse;
width:90%;
margin:auto;
font-size: larger;
}
.table_styled thead th, tfoot th {
background-color:#D0E3FA;
background-image:url(/images/design/main/sky.gif);
border:1px solid #6495ed;
text-align: center;
}
.table_styled tbody {
background-color:#FFFFFF;
border:1px solid #6495ed;
}
.table_styled th {
font-family:monospace;
border:1px dotted #6495ed;
padding:5px;
background-color:#EFF6FF;
/*width:25%;*/
}
.table_styled td {
font-family:sans-serif;
font-size:80%;
border:1px solid #6495ed;
padding:5px;
text-align:center;
}
.table_styled td.colored {
text-align:left;
background-color: #EAFDFF;
}
.table_styled caption {
font-family:sans-serif;
font-weight: bold;
font-size: larger;
}

