body {
	background-image: url(../images/fond.jpg);
	background-repeat: repeat;
}
.tecnogirl {
	position: relative;
	height:564px;
	background-image: url(../images/fond_contenu_filigrane.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
html>body .tecnogirl {/*Pour avoir une hauteur min sur tous les navigateurs(autre quee ie pour qui la hauteur donn�e prec suffit)*/
height: auto;
min-height: 564px;
}

.tecnogirl .minheight{
	height:630px;
	}
	
html>body .tecnogirl .minheight {
	height: auto;
	min-height: 630px;
	}

.table100 {
	height: 100%;
	width: 100%;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4e2703;
	font-weight: bold;
}

.titreProduit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f9b101;
	font-weight: bold;
}

a{
color:black;
}

.texte, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E2703;
	font-weight: normal;
	text-align: justify;
}
.newstexte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E2703;
	font-weight: normal;
	text-align: justify;
}
.newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.newstitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E2703;
	font-weight: bold;
}

.listeFAQ{
	list-style:none;/* url(images/puce_faq.gif);*/
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

.listeFAQ li{
	margin-top:20px;
}

.puceFaq{
margin-right:20px;
}

.question a{
	color: #4e2703;
	font-weight: bold;
}
.reponse{
	padding-top:5px;
	padding-left:30px;
}

.listeCategories{
	list-style: none;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
	font-size: 12px;
}

.listeCategories li{
	text-align:left;
	margin-top:10px;
}

.listeCategories a, .listeCategories a.categorie, .listeSousCategories a{
	text-decoration:none;
	font-weight: normal;
}
.listeCategories a.categorie{
	font-size: 13px;
	color:#cb0000;	
	}

.listeCategories a.categorie:hover{
	color:#cb0000;
}

 .listeSousCategories a{color:#000;}
listeSousCategories a:hover{color:#000;font-weight:bold;}


.listeSousCategories{
	list-style: none;
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	font-size: 12px;
}

.catSelect{
	color:#cb0000;
	font-weight:bold;
}


.plusMoins,a.plusMoins:hover{
	font-size:11px;
	font-family:monospace;
	font-weight:normal;
}

.reponse {
	/*position: absolute;*/
	overflow: hidden;
	visibility:visible;
}

.menu{
background-image:url(./images/bandeau.jpg);
width:980px;
height:29px;
}

.menu td{
	padding:0px;
	margin:0px;
	text-align:center;
	white-space: nowrap;
}

.menu td.separateur{
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.menu td a{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

.menu td a span.pasGrand{
	font-size:11px;
}

.menu td a:HOVER, .menu td a.selected{
	color: white;
}

.questionQuizz{
font-weight: bold;
color: #4e2703;
}

.reponseQuizz{
padding-left:20px;
}

.separateurQuizz{
	width:400px;
	border-bottom: solid 1px #4e2703;
	margin-bottom: 15px;
}

.erreur{
 width: 50%;
 text-align:center;
 color: red;
 padding:5px;
 border: dashed 1px red;
 margin-bottom: 10px;
}

.titre_news{
	font-size: 13px;
	color: #F9B101;
}

.texte_news{
	font-family: verdana;
}

.blocmenu{
	
}

.sousmenu{
	position: absolute;
	border:solid 1px #000000;
	background: #ffffff;
	padding: 5px;
	width: 150px;
	z-index: 1000;
}

.sousmenu a{
	display: block;
	padding: 2px;
}

.sousmenu a:hover, .sousmenu a.selected{
	background-color: #ccc;
}