/*****************************/
/***       Core html       ***/
/*****************************/

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, sans-serif;
	color: #294672;
	background-color: #FFF;
}

p
{
	font-size: 11px;
	color: #696969;
}

h1
{
	font-size: 36px;
	color: #BDC7D3;
	padding-top: 28px;
	padding-bottom: 8px;
	text-align: right;
	font-weight: normal;
}

h2
{
	font-size: 14px;
	color: #294672;
	text-align: right;
	font-weight: normal;
}

h3
{
	color: #000;
	font-size: 23px;
	color: #BDC7D3;
	padding-bottom: 2px;
	font-weight: normal;
}

h4
{
	color: #2681C7;
	font-size: 12px;
	margin-top: 20px;
	background-image: url(../image/indent_2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 13px;
}

img
{ 
	border: 0 none;
}

hr
{
	display: block;
 	height: 1px;
	padding: 0;
	color: #BDC7D3;
	background-color: #BDC7D3;
	border: 0;
}

/*****************************************/
/***            MISE EN PAGE           ***/
/*****************************************/

#global
{
	width: 900px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#header
{

}

#diaporama
{
	float: none;
	width: 100%;
	height: 300px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #FFF;
}

#menu
{
	background-color: #cdd81b;
	margin-bottom: 20px;
	padding-bottom: 2px;
	text-align: center;
}

#leftcol
{
	float: left;
	width: 560px;
	margin-bottom: 8px;
}

#rightcol
{
	float: right;
	width: 260px;
	margin-bottom: 8px;
}

#footer
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 30px;
	float: none;
	font-size: 11px;
	color: #7A8EA5;
	text-align: center;
}

/*****************************************/
/***              ELEMENTS             ***/
/*****************************************/

/*header*/
#header img.logo
{
	float: left;
}

hr.hr-top
{
	margin-top: 20px;
	margin-bottom: 8px;
}

/*menu*/
#menu a
{
	color: #000;
	font-size: 13px;
	padding: 0 2px;
	text-decoration: none;
}

#menu a.presse
{
	color: #2F83C3;
}

h3.titre-gauche
{
	display: block;
	width: 500px;
	float: left;
}

h3.titre-droite
{
	display: block;
	float: right;
	text-align: right;
}

hr.hr-content
{
	clear: both;
	margin-bottom: 4px;
}

/*colonne gauche*/
#leftcol img.indent2
{
	float: left;
}

#leftcol p
{
	padding-left: 13px;
}

a.plus
{
	color: #2681C7;
	text-decoration: none;
}

/*colonne droite*/
#rightcol img.carte
{
	padding-left: 10px;
}

#rightcol a
{
	font-size: 12px;
}

#rightcol p
{
	padding: 3px 0 20px 12px;
	text-align: justify;
	color:#294672
}

a.recrute
{
	color: #294672;
	text-decoration: none;
	background-image: url(../image/indent_3.png);
	background-repeat: no-repeat;
	padding-left: 12px;
}

a.contact
{
	color: #294672;
	text-decoration: none;
}

/*footer*/
hr.hr-footer
{
	clear: both;
}

#footer a
{
	font-size: 11px;
	color: #7A8EA5;
	text-decoration: none;
}

/*****************************************/
/***              DIAPORAMA            ***/
/*****************************************/
#leftDiap
{
	width: 696px;
	float: left;
	height: 300px;
	overflow: hidden;
}

#rightDiap
{
	width: 200px;
	margin-left: 4px;
	float: left;
	height: 300px;
	overflow: hidden;
}

#leftContainer
{
	margin-left: 0;
	visibility = visible: ;
}

#rightContainer
{
	margin-left: 0;
	visibility = visible: ;
}

#leftContainer img, #rightContainer img
{
    float: left;
}

/*****************************************/
/***            FIN DIAPORAMA          ***/
/*****************************************/
