@charset "utf-8";
/* CSS Document */

html, body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color:#000;
	line-height: 130%;
	background-color:#ffffff;
	margin:0;
	padding:0;
	border:0; 
	height: 100%;
	}
	
body *{
	margin:0;
	padding:0;
	border:0; 
	}

object {
	margin:0;
	padding:0;
	border:0; 
	}
	
a:link, a:visited {
	color:#000;
	text-decoration: none;
	}
a:hover {
	text-decoration:underline;
	}

/* UTILE */
.clearboth {
	clear:both;
	height:1px;
	}

/* SEO */
b, em, strong, u, i {font-weight:normal; font-style:normal; text-decoration:none;}
.normalize {font-weight:normal; font-size:12px; font-style:normal; text-decoration:none;}

/* CONTAINER */

#container {
	width:960px;
	margin: 0 auto;
	min-height: 100%;
	}

/* HEADER */

#header {
	height:137px;
	width:960px;
	min-height:137px;
	}

/* CONTENT */

#content{
	overflow:hidden;
	background-color:#dedede;
	width:960px;
	}
	
/* FOOTER */

#footer{
	height:31px;
	width:960px;
	background:url(../img/bg_footer.gif) no-repeat;
	text-align:center;
	padding:7px 0 0 0;
	}

/* COPYRIGHT */

#copyright{
	height:auto;
	width:960px;
	color:#666;
	text-align:center;
	}

#partenaires{
	height:31px;
	width:960px;
	color:#666;
	text-align:left;
	font-size:10px;
	}
	
#partenaires a{
	font-size:10px;
	}

#copyright a{
	color:#666;
	text-decoration:none;
	}

#copyright a:link, a:visited {
	color:#666;
	text-decoration:none;
	}
#copyright a:hover {
	color:#666;
	text-decoration:none;
	}
	
/*-------COLUMN 3 ------------*/

#column_3{
	width:900px;
	height:100%;
	float:left;
	display:block;
	margin: 20px 0 0 30px;
	background-color:#FFF;
	}

#column_3_haut{
	width:900px;
	height:10px;
	float:left;
	display:block;
	background-image:url(../img/bg_header_content_home.gif);
	}
	
#column_3_bas{
	width:900px;
	height:10px;
	float:left;
	display:block;
	background-image:url(../img/bg_footer_content_home.gif);
	}

#column_3 #column_left{
	display:block;
	float:left;
	height:100%;
	width:620px;
	}

#column_3 #column_right{
	display:block;
	float:right;
	width:250px;
	height:100%;
	margin: 10px 10px 0 20px;
	}

#column_3 #column_right p{
	padding:0;
	margin:0;
	}

/*-------------- BLOC SERVICES -----------------*/

#services{
	width:900px;
	float:left;
	display:block;
	margin: 20px 0 0 30px;
	background-color:#FFF;
	}

#services_haut{
	width:900px;
	height:10px;
	float:left;
	display:block;
	background-image:url(../img/bg_header_content_home.gif);
	}
#services_bas{
	width:900px;
	height:10px;
	float:left;
	display:block;
	background-image:url(../img/bg_footer_content_home.gif);
	}

.bloc_services{
	width:300px;
	height:120px;
	float:left;
	display:block;
	margin: 0 0 0 0;
	background-color:#FFF;
	}

.bloc_services h2{
	width:280px;
	height:24px;
	float:left;
	display:block;
	background-image:url(../img/bg_tt_home.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	padding:5px 0 0 20px;
	font-size:12px;
	text-transform:uppercase;
	}

.bloc_services h2 a{
	color:#7b7b7b;
	font-weight:bold;
	text-decoration:none;
	}
	
.bloc_services h2 a:link, a:visited {
	color:#7b7b7b;
	text-decoration:none;
	}
.bloc_services h2 a:hover {
	color:#7b7b7b;
	text-decoration:none;
	}

.bloc_services h2 span{
	display:none;
	}

.bloc_services h3{
	margin:0 0 0 10px;
	font-size:11px;
	text-transform:uppercase;
	}

.bloc_services h3 span{
	display:none;
	}

.bloc_services p{
	margin:0 0 0 10px;
	}
	
/*-------------- BUTTONS ---------------*/


a.bt_contact{
	margin: 0 auto;
	text-align:center;
	min-height:64px;
	height:64px;
	width:251px;
	display:block;
	background:url(../img/bt_contact.gif) no-repeat;
	overflow:hidden;
	background-position: -4px -6px;
	}

a.bt_contact:hover{
	background-position: -4px -86px;
	}


/*--------------- FORM ---------------*/ 

#form_container form input{
	width:300px;
	height:20px;
	margin:0 0 0 0;
	padding:0;
	float:left;
	background-color:#cfd0d0;
	border:solid 1px #9fa2a2;
	font:11px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
	}
	
#form_container form textarea{
	width:300px;
	height:150px;
	margin:0 0 0 0;
	padding:0;
	float:left;
	background-color:#cfd0d0;
	border:solid 1px #9fa2a2;
	font:11px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
	}
			
#form_container form select{
	width:150px;
	height:20px;
	margin:0 0 0 0;
	padding:0;
	display:block;
	float:left;
	background-color:#cfd0d0;
	border:solid 1px #9fa2a2;
	font:11px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
	}
	
#form_container form p {
	width:500px;
	padding:0 0 0 0;
	}				

#form_container #button p {
	text-align:center;
	margin:0 0 0 0;
	}

/* LINKS */

a.link_blue, a.link_blue:link, a.link_blue:visited {
	text-transform:uppercase;
	text-decoration:underline;
	color:#0e71b4;
	font-weight:bold;
	}
a.link_blue:hover {
	text-decoration:none;
	background-color:#0e71b4;
	color:#FFF;
	}

a.link_yellow, a.link_yellow:link, a.link_yellow:visited {
	text-transform:uppercase;
	text-decoration:underline;
	color:#ffad00;
	font-weight:bold;
	}
a.link_yellow:hover {
	text-decoration:none;
	background-color:#ffad00;
	color:#FFF;
	}

a.link_green, a.link_green:link, a.link_green:visited {
	text-transform:uppercase;
	text-decoration:underline;
	color:#96bf0d;
	font-weight:bold;
	}
a.link_green:hover {
	text-decoration:none;
	background-color:#96bf0d;
	color:#FFF;
	}

a.link_pink, a.link_pink:link, a.link_pink:visited {
	text-transform:uppercase;
	text-decoration:underline;
	color:#d50052;
	font-weight:bold;
	}
a.link_pink:hover {
	text-decoration:none;
	background-color:#d50052;
	color:#FFF;
	}

a.link_black, a.link_black:link, a.link_black:visited {
	text-transform:uppercase;
	text-decoration:underline;
	color:#000;
	font-weight:bold;
	font-size:10px;
	}
a.link_black:hover {
	text-decoration:none;
	background-color:#000;
	color:#FFF;
	}

a.link_blackBIG, a.link_blackBIG:link, a.link_blackBIG:visited {
	text-transform:uppercase;
	text-decoration:underline;
	color:#000;
	font-weight:bold;
	}
a.link_blackBIG:hover {
	text-decoration:none;
	background-color:#000;
	color:#FFF;
	}

a.link_footer, a.link_footer:link, a.link_footer:visited {
	font-size:9px;
	text-transform:uppercase;
	text-decoration:underline;
	color:#000;
	font-weight:bold;
	}

a.link_footer:hover {
	text-decoration:none;
	background-color:#000;
	color:#dedede;
	}
	
/* Liens lowercase */

a.slink_blue, a.slink_blue:link, a.slink_blue:visited {
	text-decoration:underline;
	color:#0e71b4;
	font-weight:bold;
	}
a.slink_blue:hover {
	text-decoration:none;
	background-color:#0e71b4;
	color:#FFF;
	}

a.slink_yellow, a.slink_yellow:link, a.slink_yellow:visited {
	text-decoration:underline;
	color:#ffad00;
	font-weight:bold;
	}
a.slink_yellow:hover {
	text-decoration:none;
	background-color:#ffad00;
	color:#FFF;
	}

a.slink_green, a.slink_green:link, a.slink_green:visited {
	text-decoration:underline;
	color:#96bf0d;
	font-weight:bold;
	}
a.slink_green:hover {
	text-decoration:none;
	background-color:#96bf0d;
	color:#FFF;
	}

a.slink_pink, a.slink_pink:link, a.slink_pink:visited {
	text-decoration:none;
	color:#d50052;
	font-weight:bold;
	}
a.slink_pink:hover {
	text-decoration:none;
	background-color:#d50052;
	color:#FFF;
	}

a.slink_black, a.slink_black:link, a.slink_black:visited {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	}
a.slink_black:hover {
	text-decoration:none;
	background-color:#000;
	color:#FFF;
	}

.tt_black{
	background:url(../img/tt_home_black.gif) no-repeat center left;
	text-transform:uppercase;
	color:#000;
	}

.tt_pink{
	background:url(../img/tt_home_pink.gif) no-repeat center left;
	text-transform:uppercase;
	color:#000;
	}

.tt_yellow{
	background:url(../img/tt_home_yellow.gif) no-repeat center left;
	text-transform:uppercase;
	color:#000;
	}

.tt_green{
	background:url(../img/tt_home_green.gif) no-repeat center left;
	text-transform:uppercase;
	color:#000;
	}
.tt_blue{
	background:url(../img/tt_home_blue.gif) no-repeat center left;
	text-transform:uppercase;
	color:#000;
	}

