

body {
color:black;
background-color:white;
background-image:url(aedotime_logo2);
}

body {
    background-color: #366;
}

div.contenu {
    border: solid 1px #000;
    background-color: #FFF;
    margin: 0 auto 0 auto;
    width: 730px;
    padding: 0;
}



h1 {
    text-align: center;
    font-variant: small-caps;
    padding: 0.5em 1em;
    margin: 0 1em 1em 1em;
    color: #336;
    background-image:linear-gradient(#699,#9CC);
    border-radius: 4px;
}

h2 {
    color: blue;
    margin: 1em 1em 1em 3em;
	text-align: center;
}

p:first-letter { font-size: 200%; float: left }

ul, p, form {
    margin: 3em;
    text-align: justify;
}

a {
  text-decoration: none;
  color: #F00;
}

div.intitule {
    width: 8em;
    float: left;
}

div.pied {
    margin-top: 5em;
    padding: 2em 1em 1em 1em;
    background-image:linear-gradient(#FFF,#366);
}

span.copyright {
    margin-top: 4em;
    float: right;
}

IMG {

  width: 150px;
  height: 150px;
}

figure 
{
  width: 120px;
  float: left;
  margin: 0 20px 0 0;
  background: white;
  border: 10px solid white;
  -webkit-box-shadow: 0 3px 10px #ccc;
  -moz-box-shadow: 0 3px 10px #ccc;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 1s ease;
  position: relative;
}

figcaption 
{
  text-align: center;
  display: block;
  font-size: 12px;
  font-style: italic;
}
figure:hover
{
  -webkit-transform: rotate(-1deg); -moz-transform: rotate(1deg);
  -webkit-box-shadow: 0 3px 10px #666; -moz-box-shadow: 0 3px 10px #666;
}

figure:focus
{
  outline: none;
  -webkit-transform: rotate(-3deg) scale(2.5); -moz-transform: rotate(-3deg) scale(2.5);
   -webkit-box-shadow: 0 3px 10px #666; -moz-box-shadow: 0 3px 10px #666;
  z-index: 9999;*
}
.ribbon:after, .ribbon:before {
    margin-top:0.5em;
    content: "";
    float:left;
    border:1.5em solid #fff;
}

.ribbon:after {
    border-right-color:transparent;
}

.ribbon:before {
    border-left-color:transparent;
	
}

.ribbon a:link, .ribbon a:visited { 
    color:#000;
    text-decoration:none;
    float:left;
    height:3.5em;
    overflow:hidden;
}




