/* 
    AUTHOR: 1Seconde.com
            
*/


/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFBF00;
}

.table-bkg {
	width: 100%;
	height: 400px;
	background-image: url(ressources/pages/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.table-menus {
	width: 1000px;
	height: 108px;
	background-image: url(ressources/pages/bkg-menus.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.table-lateral {
	width: 279px;
	background-image: url(ressources/pages/lateral-bkg.jpg);
	background-repeat: repeat-y;
}

.table-footer {
	width: 100%;
	height: 166px;
	background-image: url(ressources/pages/footer-bkg-2.jpg);
	background-repeat: repeat-x;
}

.table-foote-rightr {
	width: 100%;
	height: 166px;
	background-image: url(ressources/pages/footer-bkg-1.jpg);
	background-repeat: repeat-x;
}
.table-footer-left {
	width: 100%;
	height: 166px;
	background-image: url(ressources/pages/footer-bkg-3.jpg);
	background-repeat: repeat-x;
}

.table-violet {
	width: 100%;
	height: 105px;
	background-image: url(ressources/pages/bkg-up-violet.jpg.jpg);
	background-repeat: repeat-x;
}

.table-formulaire {
border-style: dotted ;
border-color: #FFBE00;
}




/* END STRUCTURE */

/* ------------------------------------------ */
/* TEXTE STRUCTURE */
/* ------------------------------------------ */





h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #8698E8;
	}

.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #8698E8;
	font-weight: 700;
	}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: justify;
}

.texte-probleme {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-align: justify;
}

.texte-form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
}

.texte-center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: center;
}

.txt-lateral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}


.copyright {
	color: #FFFFFF;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lien_copyright {
	color: #FFFFFF;
  	text-decoration: underline;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lien_copyright:hover {
	color: #FFBF00;
  	text-decoration: underline;
  	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	
/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 1px solid #ca6000;
text-align: center;
background-color: #b99474;
padding: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 0px 0px;
margin: 0;
}
