body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 2%;
	padding-bottom: 2%;
	width: 96%;
}


/* HEADER */

#header {
	height: 70px;
}
#header img {
	margin: 0px;
	padding: 0px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	line-height: 12px;
	font-size: 12px;
}
#header h2 {
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #3399ff;
}
#header a {
	color: #3399ff;
}
#logo {
	float: left;
	width: 40%;
}
#raccourcis {
	float: right;
	width: 60%;
	text-align: right;
}


/* SEARCH */

.search {
	border-bottom: 1px solid #0060cc;
	border-top: 1px solid #0060cc;
	background-color: #e1f0ff;
	margin: 0px;
	padding: 15px;
}
.search_bloc {
	width: 485px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.search input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.search .input {
	border: 1px solid #0060cc;
	width: 350px;
	vertical-align: middle;
	margin-right: 20px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.search .submit_search {
	width: 100px;
	vertical-align: middle;
	background-image: url('submit_search.jpg');
	background-repeat: no-repeat;
	border: 0px;
	height: 20px;
	cursor: pointer;
}
.search p {
	margin: 0px;
	padding: 0px;
}
.search_result {
	/*background-color: #e9f6ff;*/
	margin: 0px;
	padding: 5px;
	padding-right: 15px;
	/*text-align: right;*/
	/*margin-bottom: 25px;*/
	height: 15px;
	border-bottom: 1px solid #408cd9;
	border-bottom: 1px solid #0060cc;
	border-bottom: 1px solid #bfd9f2;
	background-color: #e1f0ff;
	background-color: #f3f9ff;
}


/* CORPS */

#corps {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 20px;
}


/* INDEX */

#intro {
	float: left;
	width: 100%;
}
#deposer {
	float: right;
	width: 30%;
	margin-bottom: 20px;
}
#consulter, #flash {
	float: right;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
}
#flash {
	height: 50px;
	width: 30%;
	text-align: center;
	margin-bottom: 25px;
	border-bottom: 1px solid #3399ff;
}
#quoi {
	float: left;
	width: 30%;
	margin-bottom: 25px;
}
#corps #intro h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
	text-decoration: none;
}
#corps h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: normal;
	text-decoration: underline;
}
#corps .h2cv {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 125%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#corps .h2_long h2 {
	width: 98%;
	border-bottom: 1px solid #0060cc;
	border-top: 1px solid #0060cc;
	background-color: #e1f0ff;
	margin: 0px;
	margin-bottom: 20px;
	margin-top: 25px;
	padding: 1%;
	font-weight: bold;
	text-decoration: none;
}
#corps ul {
	list-style-position: inside;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
#corps li {
	margin: 0;
	/*text-indent: 15px;*/
}
#categories {
	float: left;
	width: 100%;
	padding: 5px;
}
#categories h2 {
	float: left;
	width: 98%;
	border-bottom: 1px solid #0060cc;
	border-top: 1px solid #0060cc;
	background-color: #e1f0ff;
	margin: 0px;
	margin-bottom: 25px;
	padding: 1%;
	font-weight: bold;
	text-decoration: none;
}
#categories h3 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	margin-top: 0px;
}
#categories p {
	font-size: 11px;
}
#categories .cat {
	margin-bottom: 10px;
}
#col_1 {
	float: left;
	width: 48%;
	margin-left: 0%;
	margin-right: 0%;
	text-align: right;
}
#col_2 {
	float: right;
	width: 48%;
	margin-left: 0%;
	margin-right: 0%;
}


/* FORMULAIRES */

.formulaire {
	margin-bottom: 0px;
	margin-top: 0px;
	/*background-color: #f8f8f8;*/
	border-left-width: 10px;
	border-left-style: solid;
	padding: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left-color: #e1f0ff;
	/*width: auto;*/
}
.formulaire input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #0060cc;
	border: 1px solid #666;
	padding: 2px;
	padding-right: 3px;
	padding-left: 3px;
	color: #3399ff;
	color: #000;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
	display: block;
}
.formulaire textarea {
	width: 50%;
}
.formulaire select {
	display: inline;
}
.formulaire form {
	margin: 0px;
	padding: 0px;
}
.formulaire radio {
	border: 0;
}
.search .submit_search {
	width: 100px;
	vertical-align: middle;
	background-image: url('submit_search.jpg');
	background-repeat: no-repeat;
	border: 0px;
	height: 20px;
	cursor: pointer;
}
.formulaire .submit_connexion {
	cursor: pointer;
	background-image: url('submit_connexion.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	height: 20px;
	width: 95px;
}
.formulaire .submit_search {
	cursor: pointer;
	background-image: url('submit_search.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	height: 20px;
	width: 100px;
}
.formulaire .submit_enregistrer {
	cursor: pointer;
	background-image: url('submit_enregistrer.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	height: 20px;
	width: 105px;
}
.formulaire .submit_continuer {
	cursor: pointer;
	background-image: url('submit_continuer.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	height: 20px;
	width: 95px;
}

.formulaire label {
	/*font-weight: bold;*/
	font-style: italic;
	font-size: 12px;
	padding-right: 15px;
	text-align: left;
	line-height: 120%;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 4px;
	display: block;
	color: #3399ff;
	color: #0060cc;
}
/*#formulaire h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
	text-decoration: none;
}*/
.optgroup {
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
}

/* BASES DE PAGE */

#bas {
	float: left;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 0%;
	text-align: center;
}

form {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 125%;
}
h1 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
a {
	color: #0060cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
