/* ////////////////global//////////////// */

body,td,th, div{
	color:#006699;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
a {
	color:#FF9933;
}
a:hover {
	color:#006699;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 10px;
	font-weight: bold;
}
p{
	padding-bottom:10px;
	margin:0;
	}
.cleaner{
	clear:both;
	line-height:1px;
}


/* ////////////////structure de la page//////////////// */

#all{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	height:100px;
}	
#container{
	float:left;
	background-image: url(IMG/squelettes/bg.gif);
	background-repeat: repeat-y;
	margin:0;
	padding:20px;
	text-align:justify;
}

#presentation{
margin-top:20px;
font-size:12px;
}

#left{
	width:200px;
	float:left;
	padding:0;
	text-align:left;
}
#right{
	width:740px;
	float:right;
	background:transparent;
}


#footer{
	padding:20px 10px 10px 10px;
	background-image: url(IMG/squelettes/bgPied.gif);
	background-repeat:repeat-x;
	text-align:center;
}

/* ///////////////menu gauche///////////////*/
#left img{
border:0;
margin-bottom:15px;
}
.rub{
clear:both;
}
#left ul{
list-style:none;
margin:0;
padding:0px 0px 8px 0px;
}/*je supprime les paddings et les magins par defaute des listes*/

.rub a{
display:block;
color:#006699;
padding-left:20px;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
background-image:url(IMG/squelettes/menuButton.gif);
background-repeat:no-repeat;
}

.rub a:hover{
display:block;
padding-left:18px;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
color:#CC6633;
background-image:url(IMG/squelettes/menuButton2.gif);
background-repeat:no-repeat;
}

#left li{
padding:3px 0px 2px 30px;
}/*je re etablis le style des listes*/
#left li a{
display:block;
color:#006699;
text-decoration:none;
}
#left li a:hover{
color:#FF6633;
text-decoration:none;
}

/* ///////////fil d'arien/////// */

#filArien{
	height: 22px;
	padding: 8px 20px 0px 20px;
	background-color:#C2DAE7;
	background-image:url(IMG/squelettes/BgFil.gif);
	background-repeat:no-repeat;
}

/* ///////////categorie/////// */

#descrub{
width:550px;
margin-left:80px;
margin-top:20px;
}

.cateBox{
	margin-top:20px;
	/*padding: 20px 20px 20px 20px;*/ 
	/*je les definis dans "cateBoxPic" et "cateBoxDes" pour mieux inserer "BgBox1.gif" et "BgBox1.gif2"*/
	background-image:url(IMG/squelettes/BgBox.gif);
	background-repeat:repeat;
	float:left;
}
.cateBox .cateBoxPic{
	padding-left:20px;
	float:left;
	width:270px;
	text-align:center;
}
.cateBox .cateBoxPic img{
	border:1px solid #DAE9F1;
	padding:2px;
}
.cateBox .cateBoxDes{
	padding-right:20px;
	float:right;
	width:400px;
}

/* formulaire de contact */
#mainContact{
background-image:url(IMG/squelettes/contact.jpg);
background-repeat:no-repeat;
background-position: right;
}

.textRed{
color:#FF6600;
}
#contactR{
float:right;
width:620px;
}
#contactL{
float:left;
width:100px;
font-weight:bold;
text-align:right;
}
#contactL {
padding:3px;
}
#contactR {
padding:3px;
}
#contactR a{
width:50px;
padding:2px;
text-align:center;
text-decoration:none;
display:block;
font-weight:bold;
float: left;
margin-right:20px;
border: double #006699;
}
#contactR a:hover{
width:50px;
padding:2px;
text-decoration:none;
text-align:center;
float: left;
margin-right:20px;
font-weight:bold;
display:block;
border: double #CCCCCC;
}
input {
color:#006699;
font:10px Verdana, Arial, Helvetica, sans-serif;
}
.TextField {
width:250px;
}

.radioField{
vertical-align:text-top;
}

textarea {
color:#006699;
font:10px Verdana, Arial, Helvetica, sans-serif;
width:250px;
height:100px;
}
select {
color:#006699;
font:10px Verdana, Arial, Helvetica, sans-serif;
width:255px;
}

/* ///////////footer/////// */

#coorPied{
width:740px;
margin-left: auto;
margin-right: auto;
}

#lienBas a {
	color:#006699;
}
#lienBas a:hover {
	color:#FF9933;
}
