*{ 
margin:0px; 
padding:0px 
} 

body {	
	margin:3px 0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}


/*div muller*/
div#muller {
	width:800px;
	margin:0px auto;
	text-align:left;
}

#top {
	height: 20px;
	background: transparent url(img/top.jpg) no-repeat top;
	padding: 7px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
#header {
	height: 183px;
}
#content {
	width: 800px;
}
#footer {
	width:800px;
	height: 30px;
	background: transparent url(img/footer.jpg) no-repeat top;
	margin-top: 15px;
	font-size:12px;
	padding-top:13px;
	padding-right:15px;
	text-align:right;
}
#footer a {
	color:#646363;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	color:#fcf2cd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}
#line-jaune {
	width:800px;
	height: 5px;
	background: transparent url(img/line-yellow.jpg) no-repeat top;
}
#line-bleu {
	width:800px;
	height: 5px;
	background: transparent url(img/line-blue.jpg) no-repeat top;
}
#menu_top {
	margin-top:10px;
	text-align:center;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#818080;
	text-decoration:none;
	font-weight:bold;
}
#menu_top a:link, a:visited {
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#818080;
	text-decoration:none;
	font-weight:bold;
}
#menu_top a:hover {
	color:#25739f;
}

#langues_top {
	margin-top:10px;
	text-align:right;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#818080;
	text-decoration:none;
	font-weight:bold;
}
#langues_top a:link, a:visited {
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#818080;
	text-decoration:none;
	font-weight:bold;
}
#langues_top a:hover {
	color:#25739f;
}

/*content*/
.content-page {
	margin:20px 10px 5px;
	text-align:justify;
	height: 100%;
}
h1 {
	font-size: 17px;
	}
.texte {
	font-size:12px;
	color:#7d7b7b;
}

img.middle {
	vertical-align: bottom;
}
p.menu { 
   line-height: 1em; 
}
p.menu img, span { 
   vertical-align: middle; 
}
p.menu span { 
   padding-left: 5px; 
}
.texte_bleu {
	color:#25739f;
}
.texte_gris {
	color:#818080;
}
.texte_jaune {
	color:#e6ad20;
}
.texte_jaune_grand {
	color:#e6ad20;
	font-size:16px;
	font-weight:bold;
	vertical-align:baseline;
}
.texte_bleu_grand {
	color:#25739f;
	font-size:16px;
	font-weight:bold;
	vertical-align:baseline;
}
.texte_gris_grand {
	color:#818080;
	font-size:16px;
	font-weight:bold;
	vertical-align:baseline;
}

a.page {
	font-size: 12px;
	color:#25739f;
	font-weight:normal;
	text-decoration:underline;
}

a:hover.page {
	font-size: 12px;
	color:#e6ad20;
	font-weight:normal;
	text-decoration:underline;
}

/* global form style */
form.std {
	clear: both;
}

form.std fieldset {
	border: none;
	margin-bottom: 1em;
	padding-bottom: 1em;
	
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: left;
	width: 10%;
	padding-right:5px;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
form.std p.submit {
	/*padding-left:31%!important;*/
	float: right;
	padding-right: 385px;
	margin-bottom: 1.5em;
}

input, textarea, {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}

input, textarea {
	border: 1px solid #bec1c3;
	background-color: #ffffff;
}

input.text {
	height:18px;
	padding-left:2px;
	padding-right:2px;
}
