@font-face {
 font-family: titre;
 src: url("eurof35.eot") /* EOT file for IE */
}
@font-face {
 font-family: titre;
 src: url("eurof35.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: menu;
 src: url("Aaargh.eot") /* EOT file for IE */
}
@font-face {
 font-family: menu;
 src: url("Aaargh.ttf") /* TTF file for CSS3 browsers */
}

body{
	font-family:verdana, sans-serif;
	color:black;
	width:100%;
	height:100%;
}
strong{
	font-size:1.15em;
	font-weight:400;
}
h1,h2,h3,h4,h5,h6{font-family:titre;}
h1,h2,h3,h4,h5,h6,p{margin-top:0.5em;}
h1{font-size:1.75em;}
h2{
	font-size:1.7em;
	margin-left:0.7em;
}

h3{font-size:1.65em}
h4{font-size:1.5em}
h5{font-size:1.45em}
h6{font-size:1.4em}

article{
	margin:1.5em 8em 0 8em;
}

article p{
	line-height:1.35em;
	margin-left:1em;
}

article iframe{
	display:block;
	margin:0 auto;
}

article li{
	line-height:1.15em;
	list-style-type:square;
	margin-left:2em;
}

header h1{
	font-size:3.8em;
	margin-top:0em;
}
header h2{
	font-size:2.2em;
	margin-bottom:0.5em;
}
header{
	text-align:right;
	font-family: titre, verdana, sans-serif;
	/*background-image:url('pireh.png');
	background-position:left center;
	background-repeat:no-repeat;*/
	padding:1%;
}

nav{
	height:30px;
	font-size:22px;
	font-family: menu, sans-serif;
	-moz-box-shadow:0 1px 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 7px rgba(0, 0, 0, 0.5);
	border-bottom:1px solid #99d0f3;
	border-top:1px solid #99d0f3;
}

a{
	color:#ff6c00;
	text-decoration:none;
}
a:hover{color:#99d0f3;}
nav a, footer a{color:black;}
nav a:hover, footer a:hover{
	background-image:url('menuhover.png');
	background-repeat:no-repeat;
	color:#ff6c00;
}

nav ul{
	margin:0 auto;
	width:600px;
}
nav ul li{
	float:left;
	padding-top:3px;
	margin-left:20px;
}
nav ul li ul{
	position:absolute;
	display:none;
	text-align:left;
	font-size:16px;
	background-color:white;
	padding-right:5px;
	padding-bottom:5px;
}
nav ul li ul li{
	float:none;
	margin-left:5px;
	margin-top:5px;
	}

nav ul li:hover ul{
	display:block;
	width:auto;
	border-bottom:1px solid #99d0f3;
	border-left:1px solid #99d0f3;
	border-right:1px solid #99d0f3;
	border-radius:0 0 10px 0;
	-moz-border-radius:0 0 10px 0;
	-webkit-border-radius:0 0 10px 0;
}

label{display:none;}
input, textarea, select{
	display: block;
	width: 100%;
	margin-top:1em;
}
textarea{height:8em;}

footer{
	text-align:center;
}

footer p{
	margin:50px auto;
	padding:3px;
	width:50%;
	background-color:lightgrey;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:0.8em;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
}

#legales p:first-letter{font-size:1em;}

.alert{
	display:block;
	text-align:center;
	color:red;
	border-right:1px solid #4682B4;
	border-bottom:1px solid #4682B4;
	padding:3px;
	background:#FF0;
}

.confirm{
	display:block;
	text-align:center;
	color:green;
	border-right:2px solid gray;
	border-bottom:2px solid gray;
	border-top:1px solid gray;
	border-left:1px solid gray;
	padding:3px;
	background:#F8F8FF;
}

.programme{
	font-family:verdana, sans-serif;
	font-weight:400;
	font-size:1.15em;
	line-height:1em;
	margin-top:0.15em;
	margin-bottom:0.15em;
}

img.partenaires{
	width:100px;
	margin-right:3em;
}

li.partenaires{
	margin-top:1.5em;
}

.partenaires{
	list-style-type:none;
	vertical-align:middle;
}