/**
 * Feuille de style spécifique à la page d'accueil
 */

table#accueil {
		width: 100%;
  background-color: rgb(241,241,241);
}
table#accueil td {
  width: 33%;
  padding: 0px 10px 0px 10px;
  vertical-align: top;
}
table#accueil td:first-child {
  border-right: 1px dotted #999999;
}
table#accueil td:last-child {
  border-left: 1px dotted #999999;
}
table#accueil td h2 {
  margin-top: 0px;
}

div#page {
  padding-top: 15px;
  padding: 10px;
  border-left: 5px solid white;
}
div#accueil_gauche {
    width: 70%;
    float: left;
}
div#accueil_gauche h2 {
    margin-top: 10px;
}
div#pagination {
margin-left: 200px;
}

div#accueil_droite {
    width: 30%;
    float: right;
}
div.element_droite {
    background-color: #EEEEEE;
    padding: 5px;
   /* border-radius: 4px;*/
    margin-bottom: 16px;
    margin-top: 10px;
    border : 1px solid grey;
    /*-webkit-border-radius: 4px; /* don't forget Webkit ! 
    -moz-border-radius: 4px;
    box-shadow: 1px 1px 5px #999999;
    -moz-box-shadow: 1px 1px 5px #999999;
    -webkit-box-shadow: 1px 1px 5px #999999;*/
}
div.element_droite h3 {
    text-align:center;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
}
table#etat_reseau {
    width: 100%;
}
table#etat_reseau td:first-child {
    width: 80%;
}
table#etat_reseau a {
    font-size: 15px;
    color: black;
    font-family: Georgia;
    text-decoration: none;
}
div.news {
  width: 90%;
}
div.news_header {
    padding: 5px 15px 5px 15px;
    background-color: black;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    
    color: white;
    font-size: 15px;
}
div.news_content {
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
    /*margin-right: 2px;*/
    background-color: white;
    -moz-border-radius: 0px 0px 5px 5px;
    -moz-box-shadow: 2px 2px 1px #999999;
    border: 1px solid black;
}
p.signature {
  text-align: right;
  font-size: 12px;
  font-style: italic;
  color: #666666;
  margin: 0px;
}

#pager-container {
    width: 90%;
    height: 35px;
    position:relative;
}
#pager-start {
    display:inline-block;
    background-image:url('/img/icones/start.png');
    width:28px;
    height:28px;
    position:absolute;
    left:230px;
}
#pager-prev {
    display:inline-block;
    background-image:url('/img/icones/prev.png');
    width:28px;
    height:28px;
    position:absolute;
    left:260px;
}
#pager-next {
    display:inline-block;
    background-image:url('/img/icones/next.png');
    width:28px;
    height:28px;
    position:absolute;
    left:310px;
}
#pager-end {
    display:inline-block;
    background-image:url('/img/icones/end.png');
    width:28px;
    height:28px;
    position:absolute;
    left:340px;
}
#pager-cur {
    display: inline-block;
    text-align:center;
    font-size: 18px;
    width:20px;
    font-family: 'Century Gothic',Georgia,serif;
    color: black;
    position: absolute;
    left:290px;
    top: 3px;
}
