/*
ODSAS V.3 - 2014
http://www.odsas.net
Copyright Laurent Dousset, France.

Licence may change from time to time, but generally speaking:
 * You are allowed to use all or part of this code provided
 * you keep this copyright mention included and
 * you do recognize and refer to the original author in direct
 * or indirect outputs and outcomes in which you have use it.
 * 
 * Note that this code comes without any kind of warranty. You
 * use it at your own and complete risks. I will not even offer
 * feedback, help, comments or bug-reports. If you use this code,
 * you do agree with these conditions

NOTE:
if the above copyright notice is followed below by another 
copyright notice, then note that I have been using and adapting
code provided by other people. In this case, note that the code below is 
most certainly different from the original code.
 
All copyright notices mentioned in this file apply.
*/
/* 
    Created on : 10 sept. 2014, 08:59:41
    Author     : dousset
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
   height:100%; 
}

body {
  background: white; 
  color: #717171;
  font-family: Georgia, 'Times New Roman', Verdana, serif;
  font-size: 13px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 120%;
  height:100%;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

h1 {
    font-size: 220%;
    text-align: center;
    margin-top:50px;
    margin-bottom: 10px;
}

h2 {
    font-size: 150%;
    text-align: center;
    margin-top:30px;
}


img {
    padding: 20px;
    border: solid #BCBCBC 2px;
    border-radius: 25px;
    margin : 10px;
}

.icons {
    padding: 0px;
    padding-left: 3px;
    margin : 0px;
    border: solid #BCBCBC 0px;

}


.description {
    font-size: 100%;
    text-align: justify;
    margin-top: 20px;
    margin-bottom:20px;
}

.photoDescription {
    padding-bottom: 50px;
    width: 300px;
    font-style: italic;
}

.footer {
    text-align: center;
    padding-top: 40px;
}

.footer a {
    color: #BCBCBC;
}

.footer a:hover {
    text-decoration: none;
}

