/*--------------------------
---STRUCTURE PRINCIPALE---
----------------------------*/
body {
background-color:#FFF;
background-image: url(../images/fond.jpg);
background-repeat:no-repeat;
background-position:top center;
margin:0px;
padding:0px;
}
*{
margin:0px;
padding:0px;
}
#global {
margin: 0px auto;
width: 1000px;
}
#conteneur {
width: 1000px;
float:left;
}
#header {
width:1000px;
height:180px;
background:transparent no-repeat;
}
#menu {
	float:right;
	right:0px;
	top:0px;
	width:600px;
	height:100px;
	background-image: url(../images/traits.gif);
	z-index:2;
	
}
#main{
width:1000px;
overflow: hidden;
background:none;
}
#colonne_gauche {
float:left;
width:200px;
height:300px;
}
#colonne_droite{
width:750px;
float:right;
margin-bottom:90px;
}
#footer{
background-color:#3B7BB3;
background-position:top;
height: 20px;
width:100%;
margin-top:0px;
position: fixed;
bottom: 0px;




}
/*--------------------------
---FIN STRUCTURE PRINCIPALE---
----------------------------*/

/*-------------- template 1 ------------------------------------*/
.content_colonne_left{
width:280px;
float:left;
margin-top:40px;
}
.content_colonne_right{
margin-top:40px;
background-image: url(../images/motif.gif);
background-repeat: repeat-y;
background-position: top left;
width:440px;
float:left;

padding-left:20px;
}

/* ----------------------------- */
/*         FORMAT TXT       					 */
/* ----------------------------- */
body {
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
font-size: 12px;
color:#FFFFFF;
line-height:15px;
}
img {
border:none;
}
a {
	color:#FFFFFF;
	text-decoration:none;
	background-color: transparent;
	font-size: 12px;
}
a:hover{
	color:#8CC0F2;
	font-size: 12px;
}
.content_colonne_left a {
color:#06C;
text-decoration:none;
background: url(../images/puce.jpg) no-repeat;
background-position:left;
padding-left: 12px;
}
.content_colonne_left a:hover{
color:#06C;
text-decoration:underline;
}
.clients a{
color:#06C;
text-decoration:none;
background: url(../images/puce.jpg) no-repeat;
background-position:left;
padding-left: 12px;
}
.clients a:hover{
color:#06C;
text-decoration:underline;
background: url(../images/puce.jpg) no-repeat;
background-position:left;
padding-left: 12px;
}
.italique {font-style: italic;} 
p{
font-size:12px;
color:#333;
line-height:18px;
}
h1{
font-size:28px;
color:#0066cc;
letter-spacing:-1px;
font-weight:normal;
margin:10px 0px 20px 0px;
}
h2{
font-size:16px;
color:#0066cc;
letter-spacing:0px;
font-weight:normal;
margin:10px 0px 10px 0px;
}
h5{
font-size:12px;
color:#06C;
margin-bottom:10px;
}
h6{
font-size:12px;
color:#333;
}
h7{
font-size:12px;
color:#fff;
}
h1.h1titre{
letter-spacing:0px;
font-size:11px;
color:#06C;
font-style:strong;
margin-bottom:-10px;
}
h2.h2titre{
font-size:12px;
color:#fff;
margin-bottom:-20px;
}

.couleur{
color:#0066cc;
}
.couleur2{
color:#999;
}
.couleur_medium{
font-size: 13px;
color:#0066cc;
}
#main  {
text-align:justify;
}


/*-------------- footer ------------------------------------*/

#footer p{

color:#3B7BB3;
text-align:left;
padding-left:60px;

}
#footer a{
text-decoration:none;
color:#FFF;
}
#footer a:hover{
text-decoration:underline;
color:#fff;
}

