/* CSS Document */

body
{	
	text-align: center;
	background-color: #FFBD48;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #fff; 
	margin: 0px;
}

a,
a:link,
a:hover,
a:active,
a:visited,
a:visited:hover
{
	color: #fff;
}

a:hover,
a:visited:hover
{
	color: #FFBD48;
}

h1
{
	color: #FFBD48;
	text-transform: uppercase;
	font-size: 14px;
}

h2
{
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/fleche.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 8px;
}

h3
{
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/fleche.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 8px;
}

h3 a,
h3 a:link,
h3 a:hover,
h3 a:visited,
h3 a:active,
h3 a:visited:hover
{
	text-decoration: none;
	color: #fff;
}

h3 a:hover,
h3 a:visited:hover
{
	text-decoration: underline;
	color: #fff;
}

h4
{
	color: #FF8B00;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/fleche.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

img
{
	border: none;
}	

.clear
{
	clear: both;
	height: 0px;
}

/** structure **/

.wrapper
{
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.bg_photo
{
	background-image:url(../images/background_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9C6E3C;
	min-height: 814px;
	width: 780px;
	border-left: solid 3px #000;
	border-right: solid 3px #000;
}

.bg_smooth
{
 	
}

*html .bg_smooth
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/blacksmooth_02.png', sizingMethod='display'); 
}

*>.bg_smooth
{
 	background-image: url(../images/blacksmooth_02.png);
	background-position: left top;
	background-repeat: repeat-y;
	min-height: 814px;
	width: 780px;
}

.bg_content
{
	background-image:url(../images/back_content_repeat.gif);
	background-repeat: repeat-y;
	background-position: left top;
	min-height: 814px;
	width: 532px;
	margin-left: 51px;
}

.logo_vertical
{
	background-image:url(../images/services_orange.gif);
	background-repeat: no-repeat;
	width: 527px;
	margin-left: 5px;
}

.content_wrapper
{
	width: 412px;
	margin-left: 58px;	
}

.content_top_container
{
	background-image: url(../images/logo_charcoal_new.gif);
	background-repeat: no-repeat;
	
	background-color: #0D0D0D;
	border-bottom: solid 10px #000;
	height: 227px;
	
	position: relative;
	top: 0px;
	left: 0px;
}

.left_menu_container
{
	padding-top: 85px;
}

.left_menu
{
}

.left_menu ul
{
	padding: 0px;
	margin: 0px;
}

.left_menu li
{
	list-style-type: none;
	padding-bottom: 3px;
}

.left_menu a,
.left_menu a:link,
.left_menu a:hover,
.left_menu a:visited,
.left_menu a:active,
.left_menu a:visited:hover
{
	color: #fff;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.left_menu a:hover,
.left_menu a:visited:hover
{
	color: #FF8B00;
	background-image: url(../images/menu_selector.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.left_menu_selected a,
.left_menu_selected a:link,
.left_menu_selected a:hover,
.left_menu_selected a:visited,
.left_menu_selected a:active,
.left_menu_selected a:visited:hover
{
	color: #FF8B00;
	background-image: url(../images/menu_selector.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.logo_menu
{
	/*position: absolute;
	bottom: 12px;
	right: 0px;*/
	display: none;
}

.middle_container
{
}

.photo_container
{
}

.content_container
{
	min-height: 330px;
	height: expression ('330');
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 27px;
	padding-bottom: 20px;
}

.paragraph
{
	padding-bottom: 10px;
}

.paragraph ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}

.paragraph li
{
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 10px;
}

.bold_link
{
	padding-bottom: 2px;
}

.bold_link a,
.bold_link a:link,
.bold_link a:hover,
.bold_link a:visited,
.bold_link a:active,
.bold_link a:visited:hover
{
	font-weight: bold;
	text-decoration: none;
}

.dot_orange
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.logo_bottom
{
	background-image: url(../images/logo_white_new.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	width: 412px;
	
	/*width: 412px;
	text-align: center;*/
}

.logo_bottom img
{
	display: none;
}

/**** footer container *********/

.footer_container
{	
	clear: both;
	/*padding-top: 20px;*/
}

.credits
{
	font-size: 7.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

/** page index **/

.flash_index
{
	
}

/** page processus ***/

.paragraph_processus
{
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}

.tips_processus
{
	padding-bottom: 5px;
}

.flash_processus
{
	margin-top: 10px;
}

/** page équipe **/

.bloc_equipe
{
	padding-bottom: 10px;
}

.bloc_equipe h2
{	
	background-image: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
}

.bloc_equipe .equipe_img
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 125px
}

.bloc_equipe .equipe_text
{
	float: left;
	width: 250px;
}

/** page passion **/

.activite_photo
{
	padding-bottom: 30px;
}

/** page nous joindre **/

.google_map
{
	padding-bottom: 20px;
}

