@charset "utf-8";
::selection {
        background: #e6d9bd;
        }
::-moz-selection {
        background: #e6d9bd;
}

body {
	margin:0px;
}

#logo {
	height:74px;
	background-color:#6c0000;
}

#network {
	margin-top:20px;
	height:50px;
}

#line-through {
	/*background-image:url(images/bg_gradient.jpg);
	background-repeat:repeat-x;*/
	height:1px;
	background-color:#00097B;
}

#menu {
	margin:auto;
	padding:0px;
	cursor:pointer;
}

#menu div {
	margin-right:10px;
	padding:0px 10px 0px 10px;
	background-color:#e6d9bd;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	height:25px;
	float:left;
}

#clear{
	clear:both;
}

#content-hp {
	width:750px;
	margin:auto;
	position:static;
	padding-top:0px;
	text-align:justify;
	color:#00097b;
	font-family:Arial;
}

#content-hp a {
	color:#00097b;
}

#content-text {
	float:none;
}

.div-content {
	z-index:1;
	position:absolute;
	width:750px;
	padding:0px 20px 20px 20px;
	background-color:#e6d9bd;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	opacity:0.95;
 	filter:alpha(opacity=95);
}

#news-header {
	background-color:#00097b;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color:#FFF;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

#news-box {
	width:200px;
}

#news-content  {
	font-size:12px;
}

#news-content h2 {
	font-size:14px;
}

.date {
	font-size:9px;
	text-decoration:underline;
}

#exemple img {
	box-shadow: 3px 3px 4px #000;
}
