<!--

body{
  background: #FFF url(../images/bg2.png) repeat-x fixed;
  color:#030032;
  margin: 0;
  padding: 0;
  font-family: verdana, arial;
  font-size: 12px;
}

#container{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #02205E;
  background-color: #02205E;
}

#top{
  padding: 0px;
  text-align: left;
  height: 140px;
  background-image: url(../images/europe_star.png);
  background-repeat: no-repeat;
  background-position: center right;
}

#top h1{
  display:none;
}

#logo{
  float: left;
  margin: 0 -150px 0 10px;
}

.accessibility{
  display: none;
}


#fil{
  border-top: 1px solid #E1C800;
  border-bottom: 1px solid #E1C800;
  background-color: #ffe79f;
  font-size: 13px;
  font-weight: bold;
  padding: 3px;
  background-image: url(../images/fil_bg.png);
  background-repeat: repeat-x;
  font-family: verdana;
}



#heart{
  border-bottom: 5px solid #E1C800;
  background-color: #8EBAFF;
}

#content{
  margin-left: 174px;
  border-left: 1px dotted #E1C800;
  padding: 5px;
  min-height: 562px;
  background-color: #9FBDFF;
  border-top: 1px solid #7AA2FF;
  border-bottom: 1px solid #7AA2FF;
}

#bottom{
  margin: 3px;
  text-align: left;
  padding: 10px 10px 0 10px;
  height: 23px;
  font-size: 10px;
  color: #E1C800;
  font-family: ouhod, verdana;
  font-weight: bold;
}

#bottom a{
  color: #448700;
  text-decoration: none;
}

#sole{
background:url("../images/sole/sole_left.png") no-repeat left bottom;
      margin:0;
      margin-left: 6px;
      padding:0 0 0 4px;
	  width: 90%;
	  height: 26px;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 15px;
font-family: verdana, arial, sans-serif;
}

#sole p{
background:url("../images/sole/sole_right.png") no-repeat right bottom;
padding: 0 10px 10px 0;
margin: 0px;
	  height: 16px;
	  text-align: right;
}



/* -------------------------------------------

Dans l'absolu tout ce qui suit devrait dégager et être réparti dans d'autres fichiers css spécifiques à des modules

----------------------------------------------- */





.box{
  border: 1px solid #143a83;
  margin: 5px 20px 5px 20px;
  background-color: #AEAAC6;
}



.box .created_at{
  float: right;
  font-weight: normal;
}



.pagination{
  text-align: center;
}

.notice{
  border: 1px solid green;
  background-color: #E7FFDF;
}

.disclamer{
  border: 1px dashed #8F002C;
  padding: 0px;
  background-color: #E8D2FF;
  color: #8F002C;
  text-align: justify;
}



p{
  text-indent: 15px;
  text-align: justify;
  padding: 5px;
  margin: 2px;
}

/* Links */

a{
  color: #003147;
}

a:hover{
  text-decoration: none;
  color: #007fc1;
}

#bottom a{
  color: #E1C800;
}

#bottom a:hover{
  color: #00b4b4;
}

h2{
  color: #001860;
  border-left: 10px solid #E1C800;
  padding-left: 5px;
  margin: 5px 20px 10px 20px;
  background-color: #AFC9FF;
  font-family: Georgia;
}



h4{
  color: #004d79;
  padding-left: 20px;
  margin-top: 18px;
  font-size: 15px;
}

h5{
  color: #002B71;
  padding-left: 25px;
  font-size: 13px;
  margin: 4px;
}

h6{
  color: #00475D;
  padding: 2px;
  padding-left: 45px;
  margin: 0;
  font-size: 12px;
}

hr{
  color:  #E1C800;
  background-color:  #E1C800;
  height: 1px;
  border: 0;
  margin-top: 20px;
}

li{
  text-align: justify;
  margin-right: 5px;
}


acronym{
  cursor: help;
}

img{
  border: 0;
}

.right{
  float: right;
}

.left{
  float: left;
}

ul{
  list-style-image : url(../images/puce.png);
}

.error_list{
  color: red;
  list-style-type: none;
  background-image: url(../images/fl_red.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding-right: 18px;
}

/* Forms */



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: none;/*Credits: Dynamic Drive CSS Library */
	letter-spacing : 2px;
	float: left;
}

.arrowgreen ul{
	margin: 0;
	padding: 0;
	list-style: none;

}

.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/tabs/arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #0e611d;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #002451;
	background-position: 100% -64px;
}

-->

