/* General settings */
html {
    text-align: center;
    background-color: #f5f8fc;
}

img {
    border: 0;
}

a {
    color: #6699cc;
}

input, textarea {
    background-color: #f5f8fc;
    width: 400px;
}

form p {
    margin: 0.8em 0;
}

.clickable {
    cursor: pointer;
    cursor: hand;
}

.altlink {
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
}

.redreference {
    font-size: 10px;
}

.disconnect {
    font-size: 10px;
    padding-left: 90px;
}

.admin_links {
    font-size: 12px;
}

.email img {
    vertical-align: middle;
}

address p {
    font-style: normal;
    margin: 3em 0 3em 0;
}

/* Errors explanations */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#ErrorExplanation {
  border: 2px solid 'red';
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: red;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


/* Used to give informations to user */
#notice {
    padding: 1em;
    margin: 2em 160px 0 0;
    color: green;
    background-color: #ffffff;
    font: bold 10px sans-serif;
}

#error {
    border: 2px solid red;
    padding: 1em;
    margin: 2em 160px 0 0;
    background-color: #ffffff;
    font: bold 15px sans-serif;
}


/* Main design */
#body {
    font-size: 16px;
    margin:  2em auto;
    margin-bottom: 0.5em;
    padding-bottom: 1px;
    text-align: left;
    color: #666664;
    background-color: #ffffff;
    width: 610px;
    position: relative;
}

#container {
    margin: 1em;
    background-image: url(/images/design/photo.png);
    background-position: top right;
    background-repeat: no-repeat;
}

#container h1 {
    margin: 0 0 1.1em 0;
    font-size: 30px;
}

#container h1, #container h1 a, #container h1 a:hover {
    color: #6699cc;
    font-family: Century Schoolbook L, Times New Roman, serif;
    font-weight: bold;
    text-decoration: none;
}

#title {
    margin-right: 160px;
}

#title h2 {
  line-height: 64px;
}

#title h2 img {
  float: left;
  padding-right: 15px;
}

#text {clear:both;}

/* Menu */
#nav {
    background-image: url(/images/design/banner.png);
    background-position: 4px 0;
    background-repeat: no-repeat;
    position: relative;
    top: 0.2em;
    height: 118px;
    white-space: nowrap;
    font-family: Arial, Times New Roman, serif;
}

#nav ul {
    text-align:center;
    padding: 0;
    margin: 3em 0 0 0;
}

#nav li {
    display: inline;
    list-style-type: none;
    padding: 0.2em;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #ffffff;
}

#nav a {
    text-decoration: none;
    color: #ffffff;
}

#nav a:hover {
    text-decoration: underline;
    color: #ffffff;
}

/* News */
#page_infos {
    font-size: 12px;
    margin-left: 25px;
    padding-top: 1em;
}

#links_pagination {
    float: right;
}

.news {
    background: transparent;
    width: 575px ;
    margin: 0 0 10px 0;
    /*padding-left: 50px;*/
}

.news_message {
    background: #6699cc;
    width: 575px;
    margin-top: -2px;
    padding: 0 0 0 0;
    min-height: 25px;
    /* spécial MSIE*/
    voice-family: "\"}\"";
    voice-family: inherit;
    height: relative;
}

.news_title {
    background: #6699cc;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px 0 0 15px;
    margin: 0 0 0 0;
    border: 1px solid #000000;
    border-bottom: 1px dashed #f5f8fc;
}

.news_title a {
    color: #ffffff;
	text-decoration: none;
}

.news_title a:hover {
	text-decoration: underline;
}

.news_info {
    float: left;
    height: 25px;
    width: 250px;
    margin: 0;
    color: #000000;
    background: #6699cc;
    padding: 5px 0 0 30px;
    font-size: 14px;
    border-left: 1px solid #000000;
}

.news_edit {
    width: 100px;
    height: 25px;
    float: right;
    margin: 0;
    color: #808080;
    background: #6699cc;
    padding: 5px 0 0 0;
    text-align: right;
    border-right: 1px solid #000000;
}

.news_content {
    clear: both;
    background: #f5f8fc;
    padding: 0.1em 20px 0 20px;
    height: relative;
    font-size: 15px;
    text-align: justify;
    border: 1px solid #000000;
}

.news_content blockquote {
    font-family: Georgia, serif;
    font-style: italic;
    border-left: 5px solid #000000;
    padding-left: 10px;
}

.image_preview {
    max-width: 400px;
}

#social ul, #contact ul{list-style-type:none;padding:0;}
#social ul img,#contact ul img{vertical-align:middle;}
#social ul a, #contact ul a{
  text-decoration:none;
}
#contact{float:right;}
#contact h3{margin:0;}
#contact ul li{line-height:35px;}

/* Copyrights */
#copyright {
    color: #000000;
    font-size: 10px;
    font-family: arial;
    clear:both;
}