
/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.62em;
  color: #666;
  background: #EEEEEE url(../images/bgnd4.gif) repeat-y center;
  /* background: #EEEEEE url(../images/bgnd5.jpg) repeat-y center; */
  /* ci-dessus, fond de page pour les fêtes */
}

h1 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
}

#text h1 {
  background: url(../images/h1_bg.jpg) no-repeat bottom center;
}

h2 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 1.0em;
  font-weight: normal;
  text-transform: uppercase;
  color: #328DCE;
}

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

/*p:first-letter {
  font-size: 1.2em;
}*/

#news p {
  padding: 8px;
}

#logocontent p {
  padding: 8px;
}

#text p.centre {
  text-align: center;
}

#news p.centre {
  text-align: center;
}

a {
  color: #328DCE;
}

a:hover {
  color: #030169;
  background-color: #DDD;
}

#news   a:hover,
#logocontent   a:hover,
#footer a:hover {
  background-color: #CCC;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
  list-style-image: url(../images/li_bullet.gif);
}

acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}

.erreur {
  clear: both;
  padding: 0 0 0 0;
  margin: 0 0 0 0;  
  font-size: 1.0em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF0000;
}

.pasderreur {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 1.0em;
  font-weight: bold;
  text-transform: uppercase;
  color: #00B300;
}


.centre {
  text-align: center;
}

textarea{
	width : 100%;
	font-family : Verdana,sans-serif;
	height:200px;
	font-size: 1em;
	/* font-size : smaller; */
}

.barre
{
	height:14px;
	padding:1px;
	padding-left:5px;
	padding-right:5px;

	float:left;
	cursor:pointer ;
	margin-right:2px;
	margin-bottom:2px;
	/*width:45px;*/
	text-align:center;
	background-color: #FFFFFF;
}

input.adherer{
	width: 360px ;
	font-family : Verdana,sans-serif;
	font-size: 1.2em;
}

textarea.adherer{
	font-family : Verdana,sans-serif;
	font-size: 1.2em;
	height: 200px ;
	width: 360px ;
	border: 1px solid #CCCCCC ;
}

.center
{
    text-align: center;
}

input
{
	border: 1px solid #CCCCCC ;
}

input.noborder
{
	border: 0px ;
}


/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/

#siteBox {
  width: 588px;
  height:100%;
  margin: 0px auto;
  text-align: left;
  background-color: #FFFFFF;
}


/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header {
  height: 144px;
  /* background: url(../images/header/header46.jpg) no-repeat top center; */
}

#header .title {
  padding: 10px 0 0 10px;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #EEE;
}

#header .subTitle {
  padding: 0 0 0 12px;
  color: #EEE;
}

#header .subTitle a {
  text-decoration: none;
  color: #EEE;
}

#header .subTitle a:hover {
  color: #BBB;
  /* background-color: transparent;*/
}





/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  text-align: center;
  margin-bottom: 20px;
}

#menu a {
  padding: 6px 20px 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
}

#menu a:hover, #menu a.active {
  background: url(../images/menu_tab.gif) no-repeat top center;
}





/***************************************************
   Left News Column
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#news {
  float: left;
  width: 175px;
  padding: 0 20px 0 0;
}

#news .logo {
  margin-bottom: 20px;
  padding-top: 34px;
  background: #DDD url(../images/block_top.gif) no-repeat top center;
}

#news .block {
  margin-bottom: 20px;
  background: #DDD url(../images/block_top.gif) no-repeat top center;
}

#news .pub {
  margin-bottom: 20px;
  padding-left: 8px;
  background: #DDD url(../images/block_top.gif) no-repeat top center;
}

#news .block .bottom {
  height: 28px;
  background: #DDD url(../images/block_bottom.gif) no-repeat bottom center;
}

#news .pub .bottom {
  height: 28px;
  background: #FFF url(../images/block_bottom.gif) no-repeat bottom center;
  margin-left: -9px;
}

#news .logo .bottom {
  height: 28px;
  background: #DDD url(../images/block_bottom.gif) no-repeat bottom center;
}

#news .links {
  margin: 10px 0 10px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#news .links a:hover {
  background: #DDD url(../images/link_news.gif) no-repeat center center;
}

#news a img {
  border: 0px;
}

#text a img {
  border: 0px;
}



/***************************************************
   Right Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#text {
  float: left;
  width: 375px;
}

#text p {
  font-size: 1.1em;
}


#textadmin {
  float: left;
  width: 588px;
}



/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  height: 100px;
  padding: 28px 3px 0 5px;
  margin: 20px 0 20px 0;  
  background: url(../images/footer.gif) no-repeat top right;
}

p#footer:first-letter {
  font-size: 1.0em;
}

#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}



/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #text section
 ***************************************************/


ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD url(../images/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(../images/link_arrow.gif) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(../images/link_bottom.gif) no-repeat top center;
}

ul.mail {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.mail li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.mail li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.mail li a:hover {
  background: #DDD url(../images/link_top.gif) no-repeat top center;
}

ul.mail li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(../images/link_mail.gif) no-repeat center left;
}

ul.mail li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.mail li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.mail li a:hover span.bottom {
  background: #EEE url(../images/link_bottom.gif) no-repeat top center;
}

ul.mail li a span.padd {
  background: url(../images/image_add.png) no-repeat center left;
}

ul.mail li a span.plst {
  background: url(../images/images.png) no-repeat center left;
}

ul.mail li a span.chrt {
  background: url(../images/chart_bar.png) no-repeat center left;
}

ul.mail li a span.usr {
  background: url(../images/user.png) no-repeat center left;
}

ul.mail li a span.dcon {
  background: url(../images/stop.png) no-repeat center left;
}

ul.mail li a span.pmdp {
  background: url(../images/key.png) no-repeat center left;
}

.affImg
{
  width:62px;
  height:62px;
  border:1px solid #ddd;
  float:left;
  overflow:hidden;
  background-position:center center;
  background-repeat:no-repeat;
}

.contImg
{
  width:64px;
  height:80px;
  float:left;
  margin-right:4px;
  margin-left:6px;
  margin-bottom:8px;
  overflow:hidden;
}

.flt
{
  float:left;
  width:64px;
  text-align:center;
}

.imgLnk
{
  border:1px solid #ddd;
  height:12px;
  width:28px;
  font-size:9px;
}

/***************************************************
   Display Classes
 ***************************************************/

.date {
  display: block;
  text-transform: uppercase;
  color: #328DCE;
}

p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #FEFADE url(../images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(../images/quote_bottom.gif) no-repeat bottom right;
}

img.droite {
  float: right;
  padding: 15px;
}

img.gauche {
  float: left;
  padding: 15px;
}

.grey {
  color: #AAA;
}

#copy
{
	position:fixed;
	bottom:1px;
	left:1px; 
	width: 9px;
	height: 104px;
	background: url(../images/copy.gif) no-repeat bottom right;
	/* background-repeat: no-repeat; */
}

.imgbutton
{
	border:0px;
}