/* Main Style sheet for keewebuilder.com */
body {
	width: 100%;
	margin: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 80%;
	color: #333333;
	text-align: center;
}

/****************************************************************************************/
/* Définition des styles généraux sur les balises courantes pour la partie contenu */
/*****************************************************************************************/ 

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 120%; font-weight: bold; }
h2 { font-size: 100%; font-weight: bold; color: #248215; padding-bottom: 0; margin-bottom: 0; }
h3 { font-size: 100%; font-weight: bold; }
h4 { font-size: 100%; font-weight: bold; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 100%; font-weight: bold; }
p { text-align:left; margin-top:0; margin-bottom:4px; }


td { font-family: Arial, Helvetica, sans-serif; font-size: normal; }
td h1 { font-family: Arial, Helvetica, sans-serif; font-size: 120%; font-weight: bold; }
td h2 { font-size: 100%; font-weight: bold; color: #248215; padding-bottom: 0; margin-bottom: 0; }
td h3 { font-size: 100%; font-weight: bold; }
td h4 { font-size: 100%; font-weight: bold; }
td h5 { font-size: 100%; font-weight: bold; }
td h6 { font-size: 100%; font-weight: bold; }
td p { text-align:left; margin-top:0; margin-bottom:4px; }

a:link { color:#248215; text-decoration: underline; font-weight: bold; }
a:active { color:#248215; text-decoration: underline; font-weight: bold; }
a:visited { color:#248215; text-decoration: underline; font-weight: bold; }
a:hover { color:#248215; text-decoration: underline; font-weight: bold; }
a:focus { color:#248215; text-decoration: underline; font-weight: bold; }

img {
	margin: 0;
	padding: 0;
	border: none;
}


/*****************************************************************************************/
/*                                  Placement des blocs                                  */
/*****************************************************************************************/ 

#accessibility {
	display: none;
}

#outer_wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: #F2F2F2 url(/images/header.jpg) no-repeat top left;
	text-align: left;
}

#siteLanguages {
	margin: 0;
	padding : 85px 20px 0 0;
	text-align: right;
	font-size: 80%;
}
#siteLanguages a {
	color: #333333;
	text-decoration: none;
}
#siteLanguages a:hover {
	color:#333333;
	text-decoration: underline; 
}

#bgTopMenu {
	padding : 4px 0px 0px 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	color: #FFFFFF;
}
#bgTopMenu a { color: #FFFFFF; text-decoration: none;  }

#main {
	position: relative; /* pour éviter le bug d'affichage IE: à mettre sur le conteneur et le flottant */
	min-height: 270px;
	margin-top: 28px;
	padding: 0 20px 0 33px;
	background: #F2F2F2 url(/images/bg1.jpg) no-repeat bottom right;
}

#quotes {
	position: relative; /* pour éviter le bug d'affichage IE: à mettre sur le conteneur et le flottant */
	float: left;
	width: 167px;
	margin-top: 20px;
	font-size: 140%;
	color: #248215;
}
#quotes ul, #quotes ul li
{
	list-style:none;
	margin: 0;
	padding: 0 0 20px 0;
}


#sidebar span {
	margin: 4px 0px 4px 0px;
	display: block;
}
#sidebar a {
	color: #248215;
	text-decoration: underline;
}


#content {
	margin: 0px 0px 0px 167px;
}

#infoNav {
	display: none;
	/*margin-left: 20px;
	font-size: 80%;*/
}

#text {
	margin : 0 20px 20px 20px;
}

#textdemo a,#textdemo a:hover,#textdemo a:link,#textdemo a:visited,#textdemo a:active,#textdemo img
{
	text-decoration:none;
	vertical-align:middle;
/*	color:#000000;*/
}

#footer
{
	height: 24px;
	background: url(/images/footer.jpg) no-repeat top;
}

#btTop {
	display: none
}

#btHome {
	display: none
}

#copyright {
	padding-top: 4px;
	text-align: center;
	font-size: 0.8em;
	color: #FFFFFF;
}
#copyright a { color: #FFFFFF; }


/****************************************************************/
/*                     Définition des classes courantes         */
/****************************************************************/ 

.imgToLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgToRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.clearing {
	clear: both;
	font-size: 0.1em;
	height: 0px;
}
.invisible {
	display: none;
}
.small { font-size: 90%; }
.big { font-size: 120%; }

.specialTitle { font-size: 1.4em; color: #663399; }

.textBig1 { font-size: 120%; font-weight: bold; }
.textBig2 { font-size: 120%; font-weight: bold; letter-spacing: 3px; }

.btDemo { 
	margin-top: 0px; 
	padding-left: 30px;
	background: url(/images/icon_demo.jpg) no-repeat left;
	font-weight: bold; 
	color: #248215;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////           Formulaires                ////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
label { /* mise en forme des intitulés de champs */
	margin: 0;
	padding: 0 0.5em 0 0;
	vertical-align: middle;
	color: #333333;
}
form p { /* p du formulaire */
	margin: 0.5em 0;
	padding: 0;
}
form p label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 100px;	/*** Les intitulés prennent cette dimension de la largeur totale du formulaire ***/
	text-align: left;	/*** ... et ils sont alignés à gauche... ***/
}
select { /* par défaut pour tous les select */
	border-right: #999999 1px solid;
	border-top: #cccccc 1px solid;
	font-size: 0.9em;
	border-left: #cccccc 1px solid;
	color: #000000;
	border-bottom: #999999 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}
textarea { /* par défaut pour tous les textarea */
	width: 400px;
	height: 70px;
	border-right: #999999 1px solid;
	border-top: #cccccc 1px solid;
	font-size: 0.9em;
	border-left: #cccccc 1px solid;
	color: #000000;
	border-bottom: #999999 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}
fieldset {
	padding: 10px 10px 10px 10px;
	border: 1px solid #CCCCCC;
}
legend {
	font-weight: bold;
	color: #999999;
	padding: 5px 5px 5px 5px;
}
.formfield { /* champs à remplir */
	width: 200px;
	border-right: #999999 1px solid;
	border-top: #cccccc 1px solid;
	font-size: 0.9em;
	border-left: #cccccc 1px solid;
	color: #000000;
	border-bottom: #999999 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}
.formbutton { /* bouton */
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #248215;
	padding: 0.2em;
}

