/* CSS Document */
html, body {
	height:100%;
	margin:0;
	padding:0;
	background-color:#e3e3e3;
	background-image:url(bgheader.jpg);
	background-repeat:repeat-x;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
	min-height: 100%;
	margin-bottom: -103px;
	position: relative;
}
.site{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.content{
	width:1000px;
}
.boxmenu{
	height:155px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
}
.boxcontenu{
	width:1000px;
	min-height:550px;
	max-height:100%;
	margin-top:-12px;
}
.contenu{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	min-height:300px;
	margin-top:20px;
}

/* Menu */

#menu{
	display:block;
	font-weight:bold;
	width:800px;
	margin-left:220px;
	margin-right:auto;
	padding-top:108px;
}
#menu ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#menu ul li{
	display:block;
	float:left;
}
#menu ul li a{
	display:block;
	color:#000000;
	text-decoration:none;
}
#menu ul li a:hover{
	color:#464646;
}

img{
	border:none;
}

/* Footer */

.clearfooter {
	height: 103px;
	clear: both;
}
#footer {
	height: 103px;
	position: relative;
	font-size:9px;
	text-align:left;
	background-image:url(bgfooter.jpg);
	background-repeat:repeat-x;
}
.liencopyright{
	text-decoration:none;
	color:#FFFFFF;
}
.liencopyright:hover{
	color:#0066CC;
}
.copyright{
	color:#FFFFFF;
	height:10px;
	text-align:right;
	padding-right:10px;
	padding-top:80px;
}
.compteur{
	height:10px;
	padding-top:80px;
	position:absolute;
}
.boximgtxtfooter{
	z-index:1;
	position:absolute;
	bottom:0;
	width:99%;
	margin-left:5px;
}
.imgfooter{
	width:465px;
	margin-left:auto;
	margin-right:auto;
}

/* Contenu */

.accueilleft{
	width:700px;
	float:left;
}

.accueilright{
	width:250px;
	float:right;
}
td.services{
	width:300px;
	height:200px;
	text-align:justify;
}
h2{
	font-size:14px;
	color:#21668d;
}
.txtpetit{
	font-size:10px;
}

/* Menu appl */

#menutrucsastuces{
	display:block;
	font-weight:bold;
	width:800px;
	margin-left:240px;
	margin-right:auto;
}
#menutrucsastuces ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#menutrucsastuces ul li{
	display:block;
	float:left;
	padding:0 20px 0 20px;
}
#menutrucsastuces ul li a{
	display:block;
	color:#21668d;
	text-decoration:none;
}
#menutrucsastuces ul li a:hover{
	color:#000000;
}

/* Menu table des matieres */

#menuappl{
	font-weight:bold;
	width:950px;
}
#menuappl ul{
	list-style-type:none;
	width:auto;
}
#menuappl ul li{
	float:inherit;
}
#menuappl ul li a{
	color:#000000;
	text-decoration:none;
}
#menuappl ul li a:hover{
	color:#21668d;
}


.titretrucsastuces{
	font-size:13px;
	text-decoration:underline;
	color:#21668d;
	font-weight:bold;
}
.titre{
	font-size:18px;
	font-weight:200;
	color:#21668d;
}
p{
	text-align:justify;
}
.lienyahoo{
	font-size:18px;
	font-weight:200;
	color:#21668d;
	text-decoration:underline;
}
.lienyahoo:hover{
	font-size:18px;
	font-weight:200;
	color:#000000;
	text-decoration:underline;
}

/* Menu Liens */

#menuliens{
	display:block;
	font-weight:bold;
	width:800px;
	margin-left:290px;
	margin-right:auto;
}
#menuliens ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#menuliens ul li{
	display:block;
	float:left;
	padding:0 20px 0 20px;
}
#menuliens ul li a{
	display:block;
	color:#21668d;
	text-decoration:none;
}
#menuliens ul li a:hover{
	color:#000000;
}


/* Menu affichageliens */

.affichageliens{
	font-weight:bold;
	width:650px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
}
.affichageliens ul{
	list-style-type:none;
	width:auto;
}
.affichageliens ul li{
	float:inherit;
}
.affichageliens ul li a{
	color:#000000;
	text-decoration:none;
}
.affichageliens ul li a:hover{
	color:#21668d;
}

#scriptmenu{
	width:300px;
	float:left;
}

#descriptions{
	width:300px;
	float:right;
}

/* Formulaire Contact */ 

form {
	width: 900px;
	padding: 5px 10px;
	color: #21668d;
}
form p {
	margin: 0;
}
form p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 400px;
}
form p.double label {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align:right;
	margin-right:10px;
}
form p.double label.col2 {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align:left;
	margin-right:10px;
}
form p.double input,
form p.double textarea {
	width: 250px;
	border: solid 1px #21668d;
	padding: 2px 4px;
}
form p.double textarea {
	padding: 2px 0 0 4px;
	width: 320px;
	height: 6em;
}

form p.simple {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width:800px;
}
form p.simple label {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align:right;
	margin-right:10px;
}
form p.simple input,
form p.simple textarea {
	width: 614px;
	border: solid 1px #21668d;
	padding: 2px 4px;
}
form p.simple textarea {
	padding: 2px 0 0 4px;
	width: 620px;
	height: 6em;
}

.liencontact{
	text-decoration:none;
	color:#21668d;
	font-weight:bold;
}
.liencontact:hover{
	text-decoration:underline;
}

.styleformu{
	margin-left:-50px;
}

.boutonformu{
	color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 10 pt; 
	font-weight: bold; 
	background-color:#21668d;
	margin-left:110px;
}
.formucontact{
	height:600px;
	width:900px;
}
table{
	margin-left:auto;
	margin-right:auto;
}
.infocontact{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	height:100px;
	padding-top:30px;
	font-weight:600;
	color:#21668d;
}
.floatleft{
	width:300px;
	float:left;
	text-align:center;
}
.floatright{
	width:300px;
	float:right;
	text-align:center;
}
.txtcontact{
	margin-left:250px;
}
