h1,h2,h3,h4,h5,h6{
	margin:0;
	padding: 0;
}
h1 a{
	display: block;
	font-size: 16px;
	font-family: "Century Gothic",Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	color: #205f99;
	background-image: url(../images/f_titre_1.jpg);
	padding: 0 0 5px 0;
	text-decoration: none;
}
.classinputtext, .classtextarea,.classselect,.classoption,.classinputcheck,.classinputradio,.inputreset,.inputsubmit{
	font-size : 12px; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	border-style :solid;
	border-width: 1px;
	border-color:#ccc;
	margin-left:5px;
}
.classinputcheck,.classinputradio{
	border-width: 0px;
}

.inputreset, .inputsubmit {
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
border-radius:5px 5px 5px 5px;
background-color:#449BD8;
border-color:#C9C9C9;
color:#242424;
padding:1px 10px;
cursor: pointer;
}

.inputreset:hover, .inputsubmit:hover {
	color: #fff;
}

.intituleformulaire{
	font-size : 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color :#000;
	width:30%;
	float: left;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
.blocksumit{
	margin-left: 20%;
	display: block;

}
/*.inputsubmit{
margin-left :20%;
}*/
.champobligatoire{
	font-size : 13px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bol;
	color:red;
}


body {
	color: #464646;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

body a {
	color: #ff7a01;
	text-decoration: underline;
}

/**************************************************************************************/
/* ENCART GRIS */
.encart_gris {
	padding-top: 8px;
	background: url(../images/modeles/encart_gris_top.png) no-repeat top;
	width: 580px;
	margin: 1px 0;
	position: relative;
	margin-top: 17px;
}

.encart_gris .bottom {
	background: url(../images/modeles/encart_gris_bottom.png) no-repeat bottom;
	padding-bottom: 8px;
}

.encart_gris .contenu {
	background-color: #dedede;
	padding: 0 8px;
	min-height: 87px;
	overflow: auto;
}

.encart_gris .contenu img {
	float: left;
	margin-right: 8px;
}

.encart_gris .contenu .texte {
	min-height: 60px;
	padding-bottom: 10px;
	text-align: justify;
}

.encart_gris .contenu .texte p {
	margin: 0;
	padding: 0;
}

.encart_gris .contenu .bouton {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: url(../images/modeles/encart_gris_btn_repeat.gif) repeat-x;
}

.encart_gris .contenu .bouton .left {
	background: url(../images/modeles/encart_gris_btn_left.gif) no-repeat left;
	display: block;
	padding-left: 28px;
}

.encart_gris .contenu .bouton .right {
	background: url(../images/modeles/encart_gris_btn_right.gif) no-repeat right;
	display: block;
	padding-right: 10px;
	padding-bottom: 1px;
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.encart_gris .contenu .bouton .right a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.encart_gris .contenu .bouton .right a:hover {
	text-decoration: underline;
}
/**************************************************************************************/

/**************************************************************************************/
/* BOUTON ORANGE */
.boutonorange {
	display: inline-block;
}

.boutonorange .left {
	background: url(../images/modeles/bouton_orange_right.png) no-repeat right;
	display: block;
	padding-right: 5px;
}

.boutonorange .right {
	background: url(../images/modeles/bouton_orange_left.png) no-repeat left;
	display: block;
	padding: 0 5px 1px 28px;
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.boutonorange .right a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.boutonorange .right a:hover {
	text-decoration: underline;
}
/**************************************************************************************/

/**************************************************************************************/
/* TITRE 1 */

.titre1 {
	font-size: 16px;
	font-weight: bold;
	color: #0a60b0;
	background: url(../images/modeles/titre_1_ligne.png) no-repeat bottom left;
	padding-bottom: 1px;
}
/**************************************************************************************/

/**************************************************************************************/
/* TITRE 2 */

.titre2 {
	font-size: 13px;
	font-weight: bold;
	color: #ff7900;
	background: url(../images/modeles/titre_2_ligne.gif) no-repeat bottom left;
	padding-bottom: 2px;
	margin-top: 25px;
}
/**************************************************************************************/

/**************************************************************************************/
/* PUCE */

.puce {
	background: url(../images/modeles/puce_bleue.gif) no-repeat 0 8px;
	padding-left: 16px;
	margin-left: 18px;
	font-size: 12px;
	font-weight: normal;
}
/**************************************************************************************/

/**************************************************************************************/
/* ENCART */
.encart {
	width: 580px;
	margin: 1px 0;
	position: relative;
}

.encart .bottom {}

.encart .soustitre {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	margin: 17px 0;
	text-align: justify;
}

.encart .contenu {
	min-height: 83px;
	overflow: auto;
}

.encart .contenu img {
	float: left;
	margin-right: 8px;
}

.encart .contenu .texte {
	padding-bottom: 16px;
	text-align: justify;
}

.encart .contenu .texte  p, .encart .soustitre p, .encart .titre2 p {
	margin: 0;
	padding: 0;
}

.encart .contenu .bouton {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/modeles/encart_bouton.png) no-repeat 0 3px;
	padding-left: 16px;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.encart .contenu .bouton a {
	color: #000000;
}

.encart .contenu .bouton a:hover {
	color: #ff7a01;
}
/**************************************************************************************/

/**************************************************************************************/
/* BOUTON BLANC */
.boutonblanc {
	background: url(../images/modeles/encart_bouton.png) no-repeat 0 3px;
	padding-left: 16px;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.boutonblanc a {
	color: #000000;
}

.boutonblanc a:hover {
	color: #ff7a01;
}

/**************************************************************************************/
