@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0; font-size:100%; font-weight:normal; list-style:none;}

body {
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px ;
	background-color:#000000;
	

background-repeat:no-repeat;
}


@font-face {font-family: EngelLight; src: url('../fonts/EngelLight_ltd.ttf');}
strong {color: #FFFFFF;
    font-family: Georgia;
    font-size: 17px;
    font-weight: bolder;
}

#slide {width:100%; height:270px;  position:absolute;}

#slide article {  color: #000;
    font-family: EngelLight;
    font-size: 25px;
    height: 25px;
    position: absolute;
    right: 50px;
    text-align: right;
    top: 100px;
    width: 200px;}

#slide article b {color:#4591d6; font-weight:bold;}
#slide article br {margin-bottom:25px;}
#slide article a {
	border-radius:10px;
	background-color:#4591d6;
    text-shadow:1px 1px 1px #066ad0;
	font-size:25px;
	text-decoration:none;
	padding:10px 10px 10px 10px;
}

#slide article a:hover {box-shadow: 0 0 1px #000; }
#slide article p{ font-size:9px; margin-top:18px; margin-right:30px;}

#slideshow {
	margin:0;
	padding:0;
	position:relative;
	height:100%;
	width:100%;
}

#slideshow ul {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

#slideshow ul li {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
	height:100%;
	width:100%;
}
#slideshow ul li img {
	
	width:100%;
	height:100%;
}


.caption {
	display:none;
}

#content {
	margin-left: 50px;
    position: relative;
    width: auto;
	
	}
	
	
header {
	font-family: EngelLight;

	background-color:none;
	opacity:0.8;
	padding-top:20px;
	width:100%;
	height:252px;
	
	
}
header h1{
	 
    background-color: #FFFFFF;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
   
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    height: 65px;
    padding:10px 60px 0px 10px;
    width: 150px;
}

header b { 
    border-radius: 10px 10px 10px 10px;
    color: #717171;
    float: right;
    font-size: 13px;
    margin-right: 51px;
    margin-top: -100px;
	padding-right:15px;
}
header b .one {font-size:24px; color:#000; padding-left:25px;}
header b .rest {font-size:20px; color:#000; letter-spacing:0.1em;}
/*
nav {
	width:960px;
	color:#fff;
	height:30px;
	background-color:#000;
	opacity:0.8;
	margin:auto auto auto auto;
	padding-left:40px;
	padding-top:19px;
}

nav ul li {float:left;}
nav li {margin-right:40px;}

nav a {color:#fff; text-decoration:none; padding:7px 10px 5px 10px;}
nav a:hover {
	background-color:#0d9ce0;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
*/
#encard {
	
	height:600px;
	width:100%;
	padding-left:40px;
	border-radius:5px;
	color:#2A3F00;
	opacity:0.85;
	/* margin-top:43px; */
	background-color:#FFFFFF;
	font-weight:bold;
	}

h2 {
	font-family:Cooper-Black;
	font-size:22px ;
	font-weight:bold;
	border-bottom:1px #000 dashed;
	margin-top:35px;
	margin-bottom:10px;
	color:orange;
}

article {width: 25%;
text-align: justify;
float: left;
margin-left: 5%;}
article1 {width: 25%;
text-align: justify;
float: left;
height:600px;
margin-left: 5%;}
#encard article1 p {line-height:25px; margin-bottom:20px;}
#encard article img { border-radius:5px;}
#encard article p {line-height:22px; color:#000000; margin-bottom:20px;}

#encard article a{
	
	letter-spacing:0.01em;
	text-decoration:none;
	
	padding:5px 10px 5px 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#encard article a:hover {
	
	box-shadow:0 0 1px #666;
}

#special {
	width:150px;
	height:25px;
	border-radius:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:10px;
	color:#fff;
	background-color:#fff;
	text-shadow:1px 1px 1px black;
	font-size:16px;
	float:right;
	margin-top:70px;
	margin-left:80%;
	position:absolute;
}

#special .twitter {
	height:18px;
	width:30px;
	background-image:url(../img/twitter.png);
	background-size:25px 25px;

	background-repeat:no-repeat;
	
	padding-top:10px;
	position:absolute;
	margin-top:10px;
}
#special .fb {
	height:18px;
	width:30px;
	background-image:url(../img/fb.png);
	background-repeat:no-repeat;
	background-size:25px 25px;;

	
	padding-top:10px;
	position:absolute;
	margin-top:10px;
	margin-left:40px;
}
#special .g {
	height:18px;
	width:30px;
	background-image:url(../img/g+.png);
	background-repeat:no-repeat;
	background-size:25px 25px;
	
	padding-top:10px;
	position:absolute;
	margin-top:10px;
	margin-left:80px;
}
#special .rss {
	height:18px;
	width:30px;
	background-image:url(../img/link.png);
	background-repeat:no-repeat;
	background-size:25px 25px;
	
	padding-top:10px;
	position:absolute;
	margin-top:10px;
	margin-left:120px;
}


#special a {color:#fff; text-decoration:none; border-radius:5px;}



#special .news {text-shadow:none; font-family:EngelLight; font-size:23px; margin-top:17px; position:absolute; margin-left:560px;}
#special form {float:right; margin-right:auto;}

#special input[type=text] {
   height:25px;
   width:150px;
   color:#000;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   margin-top:11px;
   border:none;
}

#special input[type=button] {
   height:69px;
   width:52px;
   background-image:url(../img/bouton_ok.png);
   background-repeat:no-repeat;
   background-color:transparent;
   border:0;
   position:absolute;
   margin-top:-5px;
   margin-left:20px;
   color:transparent;
   cursor:pointer;
}


/*#special a{	
	height:0;
	padding:10px 10px 50px 10px;
	position:relative;
	float:right;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc8c2a), to(#c9480e));
    background: -webkit-linear-gradient(top, #fc8c2a, #c9480e);
    background: -moz-linear-gradient(top, #fc8c2a, #c9480e);
    background: -ms-linear-gradient(top, #fc8c2a, #c9480e);
    background: -o-linear-gradient(top, #fc8c2a, #c9480e);

	
}

#special a:after   {  
	content: ' ';  
	position: absolute;  
	width: 0;  
	height: 0;  
	right: -30px; 
	left: -6px; 
	border: 28px solid;  
	border-color: transparent transparent #fff transparent;  
}  */
marquee
{
	text-align:justify;
}

marquee img{margin-left:15px;}
footer {
	background-image:url(../img/footer.png);
	background-repeat:repeat-x;
	height:auto;
	width:auto;
	padding-left:40px;
	marging-right:70%;
	padding-bottom:10px;
	padding-top:10px;
	color:#FFFFFF;
}

footer h2 {color:#fff; border-bottom:1px #fff dashed;}

#donation {width:280px;}
#testimonials {width:100%;}

#donation a{
	color:#fff;
	letter-spacing:0.01em;
	text-decoration:none;
	background-color:#0d9ce0;
	padding:5px 10px 5px 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#donation a:hover {
	background-color:#0c88c2;
	box-shadow:0 0 1px #666;
}

#donation ul {margin-bottom:20px; margin-top:10px;}
#donation li {
	height:16px;
	background-color:#2e2e2e;
	margin-bottom:5px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding-top:4px;
	padding-left:15px;
}

.portrait {
	width:540px;
	height:44px;
	margin-bottom:15px;
	padding-left:60px;
	padding-top:10px;
	background-image:url(../img/pp.png);
	background-repeat:no-repeat;
}
.portrait strong {font-style:italic;}

footer article p{line-height:17px;}

.publish {
	height:20px;
	background-color:#2e2e2e;
	margin-bottom:5px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding-left:15px;
	padding-top:8px;
}

.publish .logo {
	font-family:EngelLight;
	font-size:13px;
	margin-right:30px;
	margin-left:40px;
	
}

.publish a {color:#fff;}
.publish img {position:absolute; margin-top:-5px;}


ul.oe_menu{
	

	margin:0px 0px 0px 0px;
	width:auto;
	float:center;
	position:absolute;
	border-radius:5px;
	

	
}
ul.oe_menu > li{
	width:112px;
	height:20px;
	padding-bottom:2px;
	float:left;
	position:relative;
	border-radius:5px;
}
ul.oe_menu > li > a{
	display:block;
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	width:90px;
	height:20px;
	padding:10px;
	margin:1px;
	text-align:center;
	opacity:0.9;
	border-radius:5px;
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	background:#CCCCCC;
	color:#10A909;
	opacity:1.0;
	border-radius:5px;
}
.oe_wrapper ul.hovered > li > a{
	background:#fff;
	text-shadow:0px 0px 1px #000;
	border-radius:5px;
}
ul.oe_menu div{
	position:absolute;
	top:43px;
	left:1px;
	background:#000000;
	width:498px;
	height:180px;
	padding:30px;
	display:none;
	
	border-radius: 5px 5px 5px 5px;
}
ul.oe_menu div ul li a{
	text-decoration:none;
	color:#10A909;
	padding:2px 2px 2px 4px;
	margin:2px;
	display:block;
	font-size:12px;
	border-radius:5px;
}
ul.oe_menu div ul.oe_full{
	width:100%;
	border-radius:5px;
}

ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 150px;
	margin-right:10px;
	border-radius:5px;
	border-radius:5px;
}
li.oe_heading{
	color:#2A7F00;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
	
}
li.oe_heading1{
	color:#10A909;
	font-size:12px;
	margin-bottom:2px;
	padding-bottom:6px;
	border-bottom:0px solid #ddd;
	font-weight:500;
}


