/* reset */
* {
margin: 0;
padding: 0;
}




header, footer, section, aside, nav, article {
display: block;
}

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}


header {
position: relative;
width: auto;
height: 100px;
margin: 0 auto;
background: #9dd45f white no-repeat left top;
}

#main {
width: 923px;
margin: 0 auto;
padding-top: 30px;
padding-left: 15px;
background: #FFFFFF;
overflow: hidden;
}

#content {
float: right;
width: 640px;
margin-right: 30px;
}

#sidebar {
float: left;
padding-top: 10px;
padding-left: 10px;
padding-right: 0px;
margin-bottom:30px;
width: 220px;
height: 340px;
position: relative;
background: #D0F5A9;
}

#miseajour{
	position: absolute;
	bottom: 0;
}

header h1, header h2 {
padding: 30px 0 0 30px;
line-height: normal;
}

header h1 { 	
font-size: 25px;
padding-top: 30px; 
font-weight: bold;
text-align: center;
color: green; /*#004c9a;*/ 
}



header h2 {
padding: 20px 0 0 30px;
font-style: italic;
font-size: 14px;
color: green;
}

p{
	text-align: justify;
}


article img {
border: none;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
text-align: justify;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: green;
margin: 0 0 5px 0;
line-height: 2em;
}

#content h2{
	font-size: 25px;
	color:green;
}


.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter, img.alignleft1, img.alignright1 {
margin-bottom: 12px;
}

.alignleft1, img.alignleft1 {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
padding-left: 80px;
}

.alignright1, img.alignright1 {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
padding-right: 80px;
}


/* sidebar and footer widget blocks */

aside h3 {
font-size: 16px;
}

aside ul {
list-style: square;
margin-left: 10px;
margin-bottom: 20px;
margin-top: -15px;
}



/*#hg {
 background-position:top left;
 background-repeat:no-repeat;
 background-image:url("Logo_ENS_de_Lyon_2010.jpg");
 }
 
#hd {
 background-position:top right;
 background-repeat:no-repeat;
 background-image:url("UMPA_transparent.jpg");
 }*/

body
{   font-family:georgia, arial, serif;
    line-height: 1;
    background: #FFFFFF; 
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;
background:  green;
}

nav img{
	border: 1px solid white;
	position: absolute;
	right: 170px;
	top: 135px;
}

#logo1 {
position: absolute;
top: 30px;
right: 83px;
}

#logo2 {
position: absolute;
top: 15px;
left: 133px;
}

.photo
{
    float: left;
}

.dessous
{
    clear: both;
}

.info
{
    width: 800px;
    padding: 0;
}




li {
padding-left: 5px;
}

a {
text-decoration: none;
color: #C24641;
font-weight: bold;
}

aside li a {
display: block;
}

a:hover {
text-decoration: underline;
}


nav .menu {
font-size: 16px;
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 17px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
text-decoration: none;
color: #FFFFFF;
}

nav .menu a:hover {
text-decoration: underline;
}


#fichestd {
	font-size: 14px;
	font-weight: bold;
}

#liste{
	font-size: 14px;
	font-weight: normal;
}




