@charset "utf-8";
/* CSS Document */

body, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#6b6e6d;
}

@font-face {
    font-family: 'Vagrounded';
    src: url('../fonts/vag_rounded_bold-webfont.eot');
    src: url('../fonts/vag_rounded_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vag_rounded_bold-webfont.woff') format('woff'),
         url('../fonts/vag_rounded_bold-webfont.ttf') format('truetype'),
         url('../fonts/vag_rounded_bold-webfont.svg#Vagrounded') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4 {
  font-family: "Vagrounded", sans-serif;
  font-weight: 400;
  font-style: normal;
}


h1 {
	font-size: 30px;
	color: #672320;
}
h2 {
	font-size: 22px;
	color: #672320;
}
h3 {
	font-size: 20px;
	color: #672320;
}
h4 {
	font-size: 18px;
	color: #f7650f;
}

/* menu */
#navigation {
	padding : 10px;
}
#navigation a {
	color: #f7650f;
	line-height: 1.5;
	font-size: 15px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
}
#navigation a:hover, #navigation a:focus {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color:#672320;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	display: inline; /* -> 3 */
}
.separation {
	color: #0095db;
	font-size: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
}
HR {
	color: #e6e6e6;
	background-color: #e6e6e6;
	height: 1px;
	border: 0;
}
.bloc1 {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}
.bloc1short {
	width: 370px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}
.bloc2 {
	width: 600px;
	margin-right: 0px;
	margin-left: 200px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
	line-height: 1.4em;
}
.bloc3 {
	width: 370px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
	border-width: 1px;
	border-color: #000000;
}
label
{
    display: block;
    width: 300px;
    float: left;
}
/* formulaire */
select, input, textarea {
	/*background-color: #FFF;*/
	border: 1px solid #999999;
	color: #6b6e6d;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
input[type="text"],
input[type="date"],
input[type="email"] {
	/*background-color: #FFF;*/
	color: #672320;	
}
input[type="submit"] {
	background-color: #672320;
	color: #FFF;
}
input[readonly] {
	background-color: #cccccc;
	cursor: default;
}
.texte3 {
	color: #6b6e6d;
}
a {
	font-weight: bold;
	color: #f7650f;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #672320;
	text-decoration: none;
}




.btn-color1 {
	background-color: #672320;
	color: #FFFFFF;
    border-color: #672320;
}
.btn-color1:hover {
	background-color: #FFFFFF;
	color: #672320;
    border-color: #672320;
}




.spacer {
	margin-top: 40px; 
}




.texte2 {
	color: #56499d;
	font-size: 12px;
}
.texte4 {
	color: #672320;
	font-size: 14px;
}
.texte5 {
	color: #FFFFFF;
	font-size: 14px;
/*	font-weight: bold; */
}


.titre2 {
	font-size: 20px;
	color: #56499d;/*	font-weight: bold; */
}
.titre3 {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.titre4 {
	font-size: 20px;
	color: #56499d;
}
.titre5 {
	font-size: 15px;
	color: #56499d;
}



.generalMini {
	font-size: 10px;
	color: #56499d;
}
.spacer {
	padding-right: 40px;
	padding-left: 40px;
}
#contenu {
	background-position: top left;
	background-image: url(../images/opacite_blanche.png);
	text-align: justify;
}
#contenu2 {
	padding: 20px;
}
#contenu2 img {
	border-color: #FFFFFF;
}
.alerte
{
	background-color: #FF0;	
}


footer {
	padding: 20px;	
}


