@import url(http://fonts.googleapis.com/css?family=Ubuntu);

body {
	background:#000;
	font-family: ubuntu, sans-serif;
	padding:0;
    margin:0;
    font-size: 100%;
}

/* Netotabs dans l entete */
#netotabs {
    font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    top: 0px;
    padding: 0px;
    position:absolute;
    color: #CCC;
}

#netotabs ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
  margin-top: 2px;
}

#netotabs li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  float: left;
  list-style-image: none;
  list-style: none;
  z-index: 6;
  margin-left: 5px;
}

#netotabs li a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

#nt-Netophonix {
  font-weight: bolder;
  color : #9AB198;
}

#nt-Netophonix:after {
  content : "\00BB";
  padding-left: 5px;
}

#nt-selected {
  font-weight: bold;
}

#netotabs li a, #netotabs li a:visited {
    color: inherit;
    text-decoration:none
}

#main-content {
  background-color: #1A3319;
  margin: 1.2em 0.75em 0.75em; /* margin: 1.9em 1.2em 1.2em; */
  border: 1px solid #9ab198;
  border-radius: 5px;
  color:#9DC783;
  text-shadow: .3px .3px 1px #000;
  text-align: justify;
  line-height: 1.9em;
  overflow:hidden;
}

#main-content a {
    color: #C5A889;
    text-decoration: none;
}
#main-content a:hover {
	color: #DD6900;
	text-decoration: underline;
}

#presentation {
	max-width : 960px;
	margin: 0 auto;
    padding : 0 40px;
}
#presentation h2 {
	font-weight: normal;
	font-size:28px;
	margin-bottom:35px;
}

p.inform {
	margin-top:50px;
	font-size: 1.8em;
	text-align: center;
}

form {
	margin:auto;
	display: block;
    width:100%;
	max-width:500px;
	margin:auto;
    text-align:center;
}

input[type="email"] {
    display:inline-block;
    width:100%;
    max-width:350px;
	padding:8px 8px;
	background:#0F1E0F;
	border:none;
	border-radius:4px;
	color:#9DC783;
	font-size: 18px;
}

input[type="submit"]{
    display:inline-block;
	font-size: 1.1em;
	background:#0F1E0F;
	color:#9DC783;
	border:none;
	padding:7px 8px;
	border-radius:5px;
	cursor:pointer;
}

#cds {
	margin:auto;
	color:#9DC783;
    min-height:550px;
}

#cds ul.titles {
	text-align: center;
	background:#0F1E0F;
    padding: 0;
    height:50px;
}

#cds ul.titles li {
    width: 30%;
	display: inline-block;
	list-style-type: none;
}

#cds ul.titles a {
	color:#9DC783;
	text-decoration: none;
	display: block;
	font-size: 26px;
    line-height:50px;
    vertical-align:middle;
    border-bottom: 1px solid #0F1E0F;
}

#cds ul.titles a:hover, #cds ul.titles a.active {
    color:#add98f;
	border-bottom: 1px solid #add98f;
    background-color: #132613;
}

.cd-left img {
	float:left;
	margin-right:20px;
	max-width:415px;
	max-height:415px;
	margin-bottom:20px;
}

.cd {
	max-width:960px;
	margin:auto;
	padding: 0px 15px;
}

.cd ul li {
	list-style-type: none;
	line-height: 22px;
}

.cd ul li {
	display: block;
}

.cd ul li span {
	float:right;
}

#cds p.dl {
	width:100%;
	text-align: center;
	margin-bottom:10px;
	clear:both;
}

#cds p.dl a {
	background:#0F1E0F;
	color:#9DC783;
	display: block;
	padding:14px 0;
	text-decoration: none;
	font-size: 1.4em;
    border-radius:5px;
    border-bottom: 1px solid #0F1E0F;
}

#cds p.dl a:hover {
	border-bottom: 1px solid #9DC783;
}

#foot
{
    margin:auto;
    width: 90%;
    line-height: initial;
    font-size:70%;
    text-align:center;
	border-top: 1px solid #9DC783;
}
