/* General ==================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #224278;
	font-family: Arial, Helvetica, Verdana;
	color: white;
	font-size: 12px;
	text-align: left;
}

img { 
behavior: url("/js/pngbehavior.htc");
border: none;
}

a:link, a:visited{
	text-decoration: none;
}

.clear {
	clear: both;
	line-height: 0;	
}

.erreur {
	color: red;
}

#logo {
	margin: 30px 0 0 40px;
	float: left;

}


/* Structure =================================================================*/

#page {
height: 675px;
background: url("/images/bg_page.gif") no-repeat left top #0E2D6C;
position: relative;
}

#corps {
width: 581px;
float: left;
}

#texte {
width: 581px;
background: url("/images/bg_texte.gif") no-repeat left top;
height: 373px;
margin: 20px 0 30px;
color: black;
}

.wrapaccueil {
background: url("/images/accueil.jpg") no-repeat 0 141px;
padding: 30px 40px;
height: 100%;
}

.wrapaccueil p {
	margin: 0 0 20px;
}

.wrapaccueil h1 {
	font-size: 18px;
	border-bottom: 2px dotted black;
	padding: 0 0 5px;
	margin: 4px 0 20px;
}

.wrapaccueil h2 {
	font-size: 14px;
}

.wrapaccueil h3 {
	font-size: 12px;
}

iframe {
height: 350px;
width: 570px;
margin-top: 2px;
}

#menu {
position: absolute;
width: 200px;
left: 600px;
top: 140px;
}

#menutop {
list-style: none;
margin: 90px 0 0 400px;
padding-bottom: 30px;

}

#menutop li {
list-style: none;
float: left;
margin-left: 10px;
}

#pied {
clear: both;
}

/* nav2 =================================================================*/

#nav2 {
list-style: none;
}

#nav2 li {
list-style: none;
padding-bottom: 10px;
}

#nav2 li.margin {
margin: 30px 0;
color: white;
}

#nav2 li a {
color: white;
}


#nav2 li a:hover, #nav2 li a.sel{
color: #A3C4E0;
}

#nav2 dt  {
background: url("/images/bullet.gif") no-repeat 0 10px;
padding: 5px 0 5px 14px;
line-height: 15px;
}

#nav2 dt a  {
font-size: 12px;
font-weight: bold;
}

#nav2 dd a  {
color: white;
font-size: 11px;
font-weight: normal;
}

.subnav {
	height: 0;
}

img.accueil {
	margin-top: 20px;
}

/* Formu  =================================================================*/

dl.formu {
	width: 380px;
}

.formu dt {
	float: left;
	width: 110px;
	padding-top: 8px;
}

.formu dt.textarea, .formu dt textarea {
	width: 375px;
	float: none;
}

.formu dt.submit {
	width: 375px;
	float: none;
	text-align: right;
}


.formu dd {
	margin-left: 125px;
	padding-top: 8px;
}

.wrapconcours {
padding: 30px 40px;
height: 100%;
}

.wrapconcours p {
	margin: 0 0 20px;
}

.wrapconcours h1 {
	font-size: 18px;
	border-bottom: 2px dotted black;
	padding: 0 0 5px;
	margin: 4px 0 20px;
}

.wrapconcours h2 {
	padding: 5px 0 5px;
	font-size: 14px;
}

.wrapconcours h3 {
	padding: 5px 0 5px;
	font-size: 12px;
}

.wrapconcours a {
	font-size: 24px;
	padding: 5px 20px;
	text-decoration: underline;
	color: #2C8ED2;
}