a:link       { color: #EAD55F; text-decoration: none}
a:visited    {  color: #EAD55F; text-decoration: none}
a:hover      {  color:#ffc600; text-decoration: none}
a:active     {  color: #ffc600; text-decoration: none}

html,body { 

margin: 0; 
font-size: 100%;
}

img {
color: #002400;
}
#bandeau {
position:fixed;
overflow:auto;
top:0px;
right:0px;
left:0px;
text-align:center;
z-index:999;
}
#titre {

text-align:center;
background-color:#002400;
height:200px;

}

#menu {

background-image:url(img/BandeauVert.jpg); 
background-position:center center;
text-align:center;
}
#content {
position:fixed;
overflow:auto;
top:225px;
right:0px;
left:0px;
bottom:0px;
text-align:center;

}

#colonne {
position:relative;
margin-left:auto ;
margin-right: auto;
top:20px;
width:950px;
text-align:justify;
color: #002400;
}

#prog1{
position:relative;

top:20px;

}

#aff1 {
float:left;
height:400px;
}
#noaff {
clear:left;
}
#col-D{
position:absolute;
right:13%;
top:20px;
width:33%;
text-align:justify;
color: #002400;
}
#pageA {
color: #002400;
background-color: #E9DAC2;
}
#pageA a:link { color: #4b680e; text-decoration:none;}
#pageA a:hover { color: #5a9d31; text-decoration:none; }
#pageA a:visited { color: #4b680e; text-decoration:none;}
#pageA a:active { color: #4b680e;text-decoration:none; }

#page {
color: #002400;
background-color: #E9DAC2;
text-align:center;

}
#pageC {
color: #002400;
background-color: #E9DAC2;
margin-left:auto;
margin-right:auto;
width:50%;
text-align:center;
}
#pageC a:link { color: #4b680e; text-decoration:underline;}
#pageC a:hover { font-size: 150% }
#pageC a:visited { color: #4b680e; text-decoration:underline;}
#pageC a:active { color: #4b680e }



#rubrik {
text-align:center;
width:100%;
height:100%;

}
#bur {

text-align:center;


}

#mbr {
position:absolute;
overflow:auto;
top:0px;
right:0px;
left:0px;
bottom:0px;
text-align:center;
}

#menu-Bottom {
position:relative;
top:300px;
background-image:url(img/BandeauVert.jpg); 
background-position:center center;
text-align:center;
height:150px;

}

.lightbox {
	
	display: none;

	
	position: absolute;
	z-index: 998;
	width: 100%;
	height: 200%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,10,0,0.95);
	
}

.lightbox img {
	
	max-width: 100%;
	max-height: 100%;
	margin-top: 2%;
	border-style: solid;
	border-color:#ffc600;
}

.lightbox:target {
	
	outline: none;

	
	display: block;
}
