/************************************************************************************************************************************************/
/*																					Suppression des comportements par défaut des navigateurs	*/
/************************************************************************************************************************************************/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px; 
	padding: 0px;
	cursor: default;
	background-color: #F3F3F3;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
}

textarea:focus, input:focus {
	outline: none;
}

table {
	border: 0px;
}

a {
	text-decoration: underline;
	cursor: pointer;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

.alinea {
	text-indent: 30px;
}

.aligng {
	text-align: left;
}

.alignc {
	text-align: center;
}

.alignd {
	text-align: right;
}

.alignj {
	text-align: justify;
}

.floatg {
	float: left;
}

.floatc {
	margin-left: auto;
	margin-right: auto;
}

.floatd {
	float: right;
}

.overflow {
	overflow: auto;
}

.margint {
	margin-top: 10px;
}

.margint2 {
	margin-top: 20px;
}

.marginb {
	margin-bottom: 10px;
}

.marginb2 {
	margin-bottom: 20px;
}

/************************************************************************************************************************************************/
/*																																		Header	*/
/************************************************************************************************************************************************/

#header {
	height: 80px;
	min-width: 1000px;
	background: url(../img/header_fond.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#header_titre {
	float: left;
	width: 190px;
	height: 48px;
	margin-left: 10px;
	margin-top: 16px;
}

#header_titre a {
	display: block;
	text-decoration: none;
}

#header_droite {
	float: right;
	width: 630px;
	height: 80px;
}

#header_menu {
	float: right;
	width: 630px;
	height: 40px;
}

#header_menu p {
	line-height: 40px;
	color: #CCCCCC;
}

#header_menu div {
	float: right;
	height: 28px;
	margin-top: 5px;
	margin-right: 10px;
	border: 1px solid #383838;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #121212;
}

#header_menu div:hover {
	border: 1px solid #5F5F5F;
	background-color: #000000;
}

#header_menu div a {
	display: block;
	height: 28px;
	line-height: 28px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#header_titre_page {
	float: right;
	width: 590px;
	height: 40px;
	padding-right: 10px;
	line-height: 40px;
	text-align: right;
	font-size: 18px;
	color: #CCCCCC;
}

/************************************************************************************************************************************************/
/*																																		Menu	*/
/************************************************************************************************************************************************/

#menu {
	line-height: 36px;
	min-width: 1000px;
	background-color: #8EB1F2;
	background-image: url(../img/menu_fond.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	overflow: auto;
}

#menu div {
	float: left;
	height: 36px;
	background-image: url(../img/menu_fond_bord.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#menu div:hover {
	background-image: url(../img/menu_fond_hover.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#menu div a {
	display: block;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	margin-right: 12px;
	padding-left: 20px;
	text-decoration: none;
}

/************************************************************************************************************************************************/
/*																																		Contenu	*/
/************************************************************************************************************************************************/

#contenu {
	min-width: 1000px;
	padding-top: 20px;
	background-color: #FFFFFF;
}

/************************************************************************************************************************************************/
/*																														Définition des blocs	*/
/************************************************************************************************************************************************/

div.bloc {
	padding-bottom: 20px;
}

div.bloc_mini {
	padding-bottom: 10px;
}

div.bloc_formulaire {
	width: 600px;
}

div.bloc_formulaire_droite {
	padding-left: 170px;
	padding-right: 10px;
}

div.bloc_formulaire_full {
	padding-left: 10px;
	padding-right: 10px;
}

div.bloc_full {
	width: 98%;
	padding-top: 10px;
	background: url(../img/bloc_fond.png);
	background-repeat: repeat-x;
	background-position: top left;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

div.bloc_full_accueil {
	width: 98%;
	background-color: #FFFFFF;
	overflow: auto;
}

div.bloc_moitie {
	width: 49.5%;
}

div.bloc_980 {
	width: 980px;
}

div.bloc h1 {
	line-height: 30px;
	font-size: 20px;
}

div.bloc p {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

div.bloc p.gris {
	color: #999999;
}

div.bloc_classic_titre {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	background-color: #EBEBEB;
	border: 1px solid #B0B0B0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

div.bloc_classic_contenu {
	padding: 10px;
	background-color: #FFFFFF;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.bloc_classic_contenu p {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
}

/************************************************************************************************************************************************/
/*																																Menu de gauche	*/
/************************************************************************************************************************************************/

#menu_gauche {
	position: absolute;
	width: 170px;
}

#menu_gauche div {
	width: 170px;
	height: 32px;
	border-bottom: 1px solid #D7D7D7;
}

#menu_gauche div.selected {
	background-color: #FFFDE3;
}

#menu_gauche div:hover {
	background-color: #FFFDE3;
}

#menu_gauche div a {
	display: block;
	height: 32px;
	line-height: 32px;
	margin-left: 3px;
	padding-left: 22px;
	padding-right: 10px;
	text-decoration: none;
	color: #333333;
}

#menu_gauche div a:hover {
	color: #555555;
}

/************************************************************************************************************************************************/
/*																																	Bas de page	*/
/************************************************************************************************************************************************/

#footer {
	clear: both;
	min-width: 1000px;
	height: 35px;
	padding-bottom: 5px;
	line-height: 30px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	color: #666666;
}