/*
Theme Name: Cytise
Theme URI: http://www.bux.fr
Description: The first theme created by Francis Chouquet.
Version: 0.1
Author: Bastien Sevajol
 
Creation Theme by Bastien Sevajol || http://www.bux.fr
 
*/

html {
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
  margin: 0;
  padding: 0; /* Remettre à zéro si nécessaire. */
  /* Pensez à utiliser une collection de polices (2), par ex:
  font-family: Arial, Helvetica, FreeSans, sans-serif; */
  /*font-size: .8em;*/ /* À adapter pour la police choisie. (3) */
  color: black;
  background-color: #9AE4E8;
  font: 13.34px helvetica,arial,freesans,clean,sans-serif;
  line-height: 1.4;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
  line-height: 1.2;
  font-weight: bold; /* Valeur par défaut. (6) */
  font-style: normal;
}
h1 {
  font-size: 1.75em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}

/* Listes */
ul, ol {
  margin: .75em 0 .75em 32px;
  padding: 0;
}

/* Paragraphes */
p {
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
  margin: .75em 0;
  font-style: normal;
}

/* Liens */
a {
  text-decoration: underline;
}
a:link {
  color: #11C;
}
a:visited {
  color: #339;
}
a:hover, a:focus, a:active {
  color: #00F;
}

/* Pas de bordure autour des images dans les liens */
a img {
  border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

/* Formulaires */
form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input, button, select {
  vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

body 
{
  background-color: #000;
  background-image: url(/wp-content/themes/cytise/images/bg.jpg);
  background-position:top center;
  background-attachment:fixed;
  background-repeat: no-repeat;
}

body a, body a:link, body a:visited
{
    text-decoration: none;
    color: black;
}

body h1
{
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 110px;
  
  text-shadow: 2px 2px 2px #666;
}

#container a
{
  text-decoration: none;
  color: #006505;
}

#container a:hover
{
  text-decoration: underline;
  color: #01a402;
}

#container
{
  width: 900px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  
  padding: 10px;
  background-color: white;
  border: 0px solid #d5d5d5;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  
  -webkit-box-shadow: #666 0px 2px 3px;
  -moz-box-shadow: #666 0px 2px 3px;
  box-shadow: #666 0px 2px 3px;
  
  overflow: hidden;
}

#container ul
{
  list-style: none;
  margin-left: 5px;
}

#container ul li
{
  
}

#menu
{
  float: left;
  width: 175px;
  
  border-right: 1px solid #d5d5d5;
}

#menu h2
{
  font-size: 16px;
}

#agenda li
{
  font-size: 12px;
}

#navigation li
{
  font-size: 14px;
}

#content {
	margin-left: 20%; /* -> 6 */
	padding: 5px 5px;
}

#content p, #contenu li {
	line-height: 1.5;
}

#content h1
{
  font-size: 23px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 2px #666;
}

#content li
{
    list-style: circle;
    margin-left: 15px;
}

#announce
{  
  float: right;
  width: 291px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  
  text-align: center;
  border: 1px solid #d5d5d5;
  
  background-color: white;
  border: 0px solid #d5d5d5;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  
  -webkit-box-shadow: #666 0px 2px 3px;
  -moz-box-shadow: #666 0px 2px 3px;
  box-shadow: #666 0px 2px 3px;
}

#announce span
{
  font-size: 12px;
}

#announce img
{
  
}

#footer
{
  
}

#logos
{
  float: right;
  margin-right: 60px;
  margin-top: -40px;
  margin-bottom: -2px;
}

#searchform input[type="text"]
{
    width: 160px;
}

#footer
{
    position: inherit;
    bottom: 0px;
    right: 1px;
    text-shadow: 1px 1px 1px #666;
    font-size: 80%;
    text-align: center;
    padding-right: 3px;
}

#footer a
{
    color: #262626;
}