/* Général */
a:focus, a:active {
	outline:none;
}
a {
}
a:hover, a:focus {
}
strong {
}
/* En-tête */

body {
	background-color:#FFF;
	margin-top:0px;
}

#global {
	width:700px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#entete {
	/*
	background-image: url(../images/banniere.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	*/
	width:700px;
	background-color:#FFF;
	/*background-image: url(../images/test2.jpg);*/
	margin:0px;
	height:240px;
	color:#FFF;
}
#table_entete {
	width:700px;
	height:200px;
	background-image: url(../images/bg_entete.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#table_entete .titre {
	font-family:Arial;
	font-size:46px;
	color:#7090A0;
	height:20px;
}
#table_entete .slogan p {
	font-family:Arial;
	color:#304050;
	display:block;
	text-align:left;
	font-size:19px;
	font-weight:400;
	margin:0px;
	padding:0px;
	border:0px solid red;}


/* Bloc central */
#centre {
	overflow: hidden;
	/*background: url(../images/10-colonnes.png) repeat-y;*/
	background-color:#FFF;
}
/*====================== Navigation ======================*/
#navigation_top {
	height:30px;
	line-height:30px;
	background-color:#507080;
	padding-left:50px;
	font-family:"Arial Black";
}
#navigation_top a {
	float: left;
	font-size: 1.2em;
	width:100px;
	text-align:center;
	height:35px;
	cursor:pointer;

	/*color: #6B1450;*/
	color:#EEE;
	/*border-top:3px solid #FFF;*/
	text-decoration: none;

	line-height:30px;
	/*
	background-image: url(../images/bg_menu_haut.jpg);
	background-repeat:repeat-x;
	*/
	background-color:#304050;
	/*
	background-image: url(../images/bouton_haut.jpg);
	background-repeat:no-repeat;
	*/
}
#navigation_top a:hover, #navigation_top a:focus {
	height:30px;
	line-height:30px;
	/*
	background-image: url(../images/bg_menu_haut_over.jpg);
	background-repeat:repeat-x;
	*/
	background-color:#304050;
	border-bottom:5px solid #90B0D0;

	/*
	background-image: url(../images/bouton_haut_over.jpg);
	background-repeat:no-repeat;
	*/
	/*border-bottom:5px solid #6A134F;*/
}


#navigation {
	padding-top:0px;
	color: #fff;

}
#navigation a {
	height:30px;
	line-height:30px;
	padding-left:10px;
	padding-right:0px;

	display: block;
	color: #333;
	text-decoration: none;
}
#navigation a:hover, #navigation a:focus, #navigation a:active {
	background-color:#C9DDE5;
	background-image: url(../images/bg_entete3_over.gif);
	background-repeat:repeat-x;
	color: #000;
	border-right:5px solid #6A134F;
	
}
#page_selection {
	vertical-align:middle;
	border:1px solid #507080;
	width:150px;
}
.page_navigation_haut {
	float:left;
	width:95%;
	margin:5px 15px 5px 15px;
	border-bottom:1px solid #507080;
}
.page_navigation_bas {
	float:left;
	width:95%;
	margin:5px 15px 5px 15px;
	border-top:1px solid #507080;
}
.page_precedente {
	float:left;
	font-size:10px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:15px;
}

.page_suivante {
	float:right;
	font-size:10px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:15px;
	text-align:right;
}
.separation {
	clear:both;
	/*
	margin:5px 15px 10px 15px;
	background-color:#507080;
	border:0px solid #507080;
	*/
}

/* Contenu principal */
#principal, #principal_large {
	padding-top:15px;
	background-color: #FFF;
	height:400px;	
	/*
	border-left:1px solid #88B5C5;
	border-right:1px solid #88B5C5;
	*/
}
#principal , #principal_large{
	font-size:12px;
}

#principal_large {
	width: 700px;
}

html>body div#principal,html>body div#principal_large{
	height: auto;
	min-height: 400px;
} 
/*
#principal > :first-child,#principal_large > :first-child {
	margin-top: 10px;
}
*/
#principal a, #principal_large a{
	color: #1B7190;
	text-decoration:none;
}
#principal a:hover, #principal a:focus,#principal_large a:hover, #principal_large a:focus  {
	color: #6A134F;
}
#principal strong, #principal_large strong {
	color: #304050;
}
#principal p, #principal li ,#principal_large p, #principal_large li {
	line-height: 1.5;
	text-align:justify;
	padding:0px 10px;
	text-indent:00px;
	margin-bottom:8px;
}
#principal h2,#principal_large h2 {
	margin:0px 10px 15px 10px;
	padding:0px 0px 5px 8px;
	border-bottom:2px solid #304050;
	border-left:3px solid #304050;
	color:#304050;
	font-size:1.5em;
}
#principal h3,#principal_large h3,#principal_plein h3 {
	margin:15px 10px 15px 10px;
	padding:0px 0px 3px 0px;
	color:#507080;
	border-bottom:1px solid #507080;
	font-size:1.2em;
}
/* Contenu secondaire */
#secondaire {
	/*border:1px solid #333;*/
	float:right;
	width:200px;
	padding-top:15px;
	background-color:#FFF;
	color:#000;
	font-size:0.7em;
	line-height:150%;
	text-align:justify;
}
#secondaire .bloc {
	margin-bottom:15px;
	background-image: url(../images/bg_bloc_150.jpg);
	background-repeat:repeat-x;
	background-position:25px 25px;
}
#secondaire h3 {
	background-color:#507080;
	padding:0px;
	padding-left:10px;
	height:25px;
	line-height:25px;
	margin:0px;
	font-size:12px;
	color:#FFF;
	font-family:"Arial Black";
}
#secondaire p {
	text-indent:00px;
	line-height:130%;
	padding:0px 0px 10px 10px;
}
#secondaire b, strong {
	color:#487585;
}
/* Pied de page */
#pied {
	background-color:#507080;
	margin-bottom:5px;
	height:32px;
	padding:0px;
}
#pied p {
	text-align:justify;
	color:#FFF;
}
/* Mention de copyright */
#pied #copyright {
	color:white;
	font-family:"Verdana";
	clear:both;
	font-size: 11px;
	text-align: center;
}
#form {
	padding-left:100px;
	margin-top:20px;
}
#form td {
	vertical-align:absmiddle;
}
#form label 
{	
	cursor: pointer;
}
#form .bouton
{
	width: 120px;
}
#form input, textarea {
	width: 250px;
	margin-left: 12px;
	border: solid 1px grey;
	padding:3px;
	margin-bottom : 10px;
}
#formcontact label {
	cursor: pointer;

}
#principal_large .bloc {
	background-image: url(../images/bg_bloc_500.jpg);
	background-repeat:repeat-x;
	background-position:25px 25px;
	color:#000;
	font-size:0.9em;
	line-height:150%;
	text-align:justify;
	margin-bottom:15px;
	margin-left:0px;
	padding:0px;
}
#principal_large .bloc h3 {
	background-color:#507080;
	padding:0px;
	padding-left:10px;
	height:25px;
	line-height:25px;
	margin:0px;
	font-size:13px;
	color:#FFF;
	font-family:"Arial";
	font-weight:bold;
}
#principal_large .bloc p {
	text-indent:00px;
	line-height:130%;
	padding:3px 15px 3px 15px;
}
#principal_large .bloc b, strong {
	color:#304050;
}
#principal_large .bloc .texte {
	color:#304050;
}
#principal_large .bloc .photo {
	text-align:center;
}
#principal_large .bloc .photo img {
	border:1px solid #304050;
	margin:5px;
}
