@font-face {
    font-family: 'Ubuntu';
    src: url('font/ubuntu/ubuntu-bold-webfont.eot');
    src: url('font/ubuntu/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ubuntu/ubuntu-bold-webfont.woff') format('woff'),
         url('font/ubuntu/ubuntu-bold-webfont.ttf') format('truetype'),
         url('font/ubuntu/ubuntu-bold-webfont.svg#Ubuntu-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('font/ubuntu/ubuntu-light-webfont.eot');
    src: url('font/ubuntu/ubuntu-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ubuntu/ubuntu-light-webfont.woff') format('woff'),
         url('font/ubuntu/ubuntu-light-webfont.ttf') format('truetype'),
         url('font/ubuntu/ubuntu-light-webfont.svg#Ubuntu') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* structure */
body, html {
	padding: 0;
	margin: 0;
}
body {
	height: 100%;
	background: #EEE;
	font-family: Ubuntu, Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #111;
}

img { max-width: 100%; }
.clear, .floater { clear: both; }

.lalign { text-align: left; }
.ralign { text-align: right; }
.calign { text-align: center; }
.jalign { text-align: justify; }
.lfloat { float: left; }
.rfloat { float: right; }
.lmargin { margin-right: 10px; }
.rmargin { margin-left: 10px; }

.f18 { font-size: 1.8em; }
.b { font-weight: bold; }
.i, .em { font-style: italic; }
.s { text-decoration: line-through; }
.s:hover { text-decoration: none; }
.larger { font-size: larger; }
.smaller { font-size: smaller; }
.rad5 { border-radius: 5px; }

.none { display: none !important; }
ul.sans { list-style-type: none; }
ul { overflow: hidden; }

p.liste { margin-bottom: 0 !important; }




a, a:visited { color: #0066CC; text-decoration: none; }
a:hover, a:focus, a:active { color: #0099FF; text-decoration: underline; }

#newsletter {
    background: #FFF;
    box-shadow: 0px 0px 20px #7D7D7D;
    max-width: 80%;
    margin: 0px auto;
}

header {
	height: 130px;
	padding: 0 25px;
	background: url('../tpl/web_header.jpg') no-repeat;
}
header h1 {
	display: inline-block;
	margin: 0;
	position: relative;
	top: 80px;
	left: 200px;
	color: #222;
	font-weight: normal;
	font-size: 2.5em;
	text-shadow: 2px 2px 5px #999;
}
header span {
	position: relative;
	top: 50px;
	left: 10px;
	color: #FFF;
	font-weight: bold;
}

.twitter {
    float: right;
    background: none repeat scroll 0% 0% #FFF;
    padding: 0px 0px 5px 8px;
    border-bottom-left-radius: 5px;
}

nav {
	padding: 0;
	color: #333;
	background: #EEE;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li {
	float: left;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	border-right: 1px dashed #CCC;
}
nav a,
nav a:visited {
	display: block;
	padding: 10px 30px;
	text-align: center;
	border-radius: 3px;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
nav a:hover,
nav a:focus,
nav a:active {
	padding: 10px 65px 10px 30px;
	color: #FFF;
	background: #222;
	text-decoration: none;
}
nav a img,
nav a:visited img {
	margin-right: 15px;
}
nav a:hover img,
nav a:focus img,
nav a:active img {
	visibility: hidden;
}



#news {
	padding: 0 25px;
}

#news h1 {
	padding: 10px 25px 5px 25px;
	margin-left: -25px;
	background: #09F;
	color: #FFF;
	border-radius: 0 5px 5px 0;
	font-size: 1.2em;
	text-transform: uppercase;
}

#news h2 {
	padding-left: 20px;
	margin-left: -25px;
	border-left: solid 20px #0CF;
	font-size: 1.3em;
}
#news p {
	text-align: justify;
}


div.sep {
	margin: 20px 0;
	border-bottom: 1px dashed #CCC;
}

div.rtr {
	text-align: center;
	margin: 25px 0;
}
div.rtr.last { padding-bottom: 50px; }
div.rtr a, div.rtr a:visited {
	color: #999999;
	text-decoration: none;
}
div.rtr a:hover, div.rtr a:focus, div.rtr a:active {
	color: #555555;
	text-decoration: underline;
}

footer {
	margin: 50px 0 25px 0;
	color: #333;
	text-align: center;
}


@media handheld, only screen and (max-width: 1250px), only screen and (max-device-width: 1250px) {
	header {
		height: auto;
	}
	header h1 {
		display: block;
		margin-top: 90px;
		position: inherit;
	}
	header span {
		position: relative;
		top: 73px;
		left: 10px;
	}
}
@media handheld, only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
	#newsletter {
		max-width: 100%;
	}
	nav ul li {
		width: 49.9%;
	}
	nav ul li:nth-child(2n+1) {
		border-right: none;
	}
	nav a:hover,
	nav a:focus,
	nav a:active {
		padding: 10px 30px;
	}
}

@media handheld, only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
	header h1 {
		font-size: 1.7em;
	}
	nav ul li {
		display: block;
		width: auto;
		float: none;
		border-right: none;
	}
}































