/**********************************/
/******** styleAgence V1.0 ********/
/** design css des sites agences **/
/********** le 27/04/2010 *********/
/**********************************/

/**** commun a tout ****/

* {
	margin:0;
	padding:0;
}

@font-face {
	font-family: 'Komika Text Regular';
	src: url('KOMTXT__.eot');
	src: local('Komika Text Regular'), local('KomikaText-Regular'), url('http://www.assurtis.fr/design/site_france/stylesheets/KOMTXT__.ttf') format('TrueType');
}

body {
    font-family: Verdana;
    font-size:11px;
    color: #523c3a;
	background-color:transparent;
	background-attachment:fixed;
	background-color:transparent;
	background-image:url("../images/fond_body.jpg");
	background-position:0 0;
	background-repeat:repeat-x;
}

#all {
	width:959px;
	margin: 0 auto;
}

a {
	color: #523c3a;
	text-decoration: underline;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
}

.clear {
	clear: both;
	float: none !important;
}

/**** ************* ****/

/******* header ********/

#header {
	height: 86px;
	position: relative;
	background: url(../images/header.png) left top no-repeat;
}

#lien_header {
	height:90px;
	position:absolute;
	width:690px;
	cursor: pointer;
}

#contact {
	text-align: center;
	height: 90px;
	float: right;
}

/******* ****** ********/

/****** main_menu ******/

#main_menu {
	height: 53px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	background: url(../images/fond_menu.png) 0 0 no-repeat;
	text-align: center;
	font-size:11px;
}

	/* bouton assurance */
	
#main_menu ul#ul01 {
	float: left;
	display: inline;
}

#main_menu ul#ul01 li{
	float: left;
	height: 33px;
	width: 140px;
	margin: 0 2px 0 4px;
}

#ul01 li a {
	color:#CE283E;
	display:block;
	height:27px;
	padding:15px 0 0;
	text-decoration:none;
}

#main_menu ul#ul01 li#aa{
	width:125px;
}

#main_menu ul#ul01 li#aa a{
	background-image: url(../images/ass_auto_off.png);
	background-position:15px 15px;
	background-repeat:no-repeat;  
}

#main_menu ul#ul01 li#aa a:hover{
	background-image: url(../images/ass_auto.png);
	background-position:15px 18px;
	background-repeat:no-repeat;  	
}

#main_menu ul#ul01 li#av{
	margin:0 0 0 0;
	width:100px;
}

#main_menu ul#ul01 li#av a{
	background: url(../images/ass_vie_off.png) 7px 15px no-repeat;	
}

#main_menu ul#ul01 li#av a:hover{
	background: url(../images/ass_vie.png) 7px 18px no-repeat;	
}

#main_menu ul#ul01 li#ah{
	margin:0 0 0 0;
	width:150px;
}

#main_menu ul#ul01 li#ah a{
	background: url(../images/ass-habitation_off.png) 9px 15px no-repeat;	
}

#main_menu ul#ul01 li#ah a:hover{
	background: url(../images/ass-habitation.png) 9px 18px no-repeat;	
}

#main_menu ul#ul01 li#as{
	margin:0;
	width:138px;
}

#main_menu ul#ul01 li#as a{
	background: url(../images/ass_sante_off.png) 16px 15px no-repeat;	
}

#main_menu ul#ul01 li#as a:hover{
	background: url(../images/ass_sante.png) 16px 15px no-repeat;	
}

	/* ****** ********* */
	/* rachat de credit */
	
#main_menu ul#ul02 {
	float: left;
	display: inline;
}

#main_menu ul#ul02 li{
	float:left;
	height:33px;
	margin:2px 0 0 0;
	width:127px;
}

#ul02 li a {
	background:transparent url(../images/rach_credits_off.png) no-repeat scroll 10px 9px !important;
	color:#FBCC63;
	display:block;
	height:23px;
	padding:10px 0 0;
	text-decoration:none;
}

#ul02 li a:hover {
	background:transparent url(../images/rach_credits.png) no-repeat scroll 10px 9px !important;
	color:#E0E0E0;
}

	/* ****** ** ****** */
	/* bouton de credit */
	
#main_menu ul#menu {
	float:left;
	margin-right:0;
}

.menu li {
	display:block;
	float:left;
	height:auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
}

.menu ol {
	background:transparent url(../images/credits_off.png) no-repeat scroll 12px 12px;
	color:#FBCC63;
	display:block;
	height:15px;
	padding:15px 0 0;
	text-align:center;
	text-decoration:none;
	width:65px;
}

.menu ol:hover {
	background:transparent url(../images/credits.png) no-repeat scroll 12px 12px;
}

.menu li ul {
    visibility:hidden;
}

.menu ul {
	position:absolute;
    display:block;
    width:80px;
    padding:0;
	left:0;
	z-index: 100;
}

.menu li li {
    display:block;
    float:none;
}

.menu a {
	background-color:#FFFFFF;
	border:1px solid #82CFF0;
	color:#4A5C5C;
	display:block;
	height:30px;
	text-align:center;
	text-decoration:none;
	width:80px;
}

.menu a:hover {
    color:#219BD3;
}

	/* ****** ** ****** */
	/**** carte evo *****/
	
#main_menu ul#ul07 {
	float:left;
}

#main_menu #ul07 li a {
	background:transparent url(../images/carte_evo_off.png) no-repeat scroll 27px 13px;
	display:block;
	height:23px;
	padding:15px 0 0;
	text-decoration:none;
	width:110px;
}

#main_menu #ul07 li a:hover {
	background:transparent url(../images/carte_evo.png) no-repeat scroll 27px 16px;
	color:#E0E0E0;
}

	/**** ***** *** *****/
	/***** contact ******/
	
#main_menu ul#ul06 {
	float:left;
	height:30px;
	margin-top:6px;
	width:134px;
}

#main_menu #ul06 li a {
	display:block;
	height:20px;
	padding:10px 0 0;
	text-decoration:none;
}

#ul06 li a {
	background:transparent url(../images/contact_menu_off.png) no-repeat scroll 45px 12px;
	color:#AE2739;
}

#ul06 li a:hover {
	background:transparent url(../images/contact_menu_on.png) no-repeat scroll 45px 12px;
	color:#E0E0E0;
}

	/***** ******* ******/

/****** ********* ******/

/****** right_Col ******/

#right_Col {
    float: right;/*
    margin-right: 8px;
	margin-top:3px;*/
	width:275px;
}

#right_Col1 {
	height: 341px;
}

#right_video {
	margin:15px 0 0;
}

#right_Col2 {
	width: 275px;
	height: 70px;
}

#left01 {
	color:#8A1A2B;
	height:150px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	width:280px;
	z-index:17;
	background: url(../images/simul_produits/fond_boutons_v2.jpg) 0px 0 no-repeat scroll;
	
}

#formProjet {
	margin-top:35px;
	z-index:15;
	position:absolute;
}

#formProjet a {
	color: black;
	text-decoration:none;
	height:34px;
	width:80px;
}

#formProjet #auto {
	background : transparent url("../images/simul_produits/btn_auto_off.png") 0 0 no-repeat scroll;
	display:block;
	left:185px;
	position:absolute;
	top:70px;
	width:72px;
}

#formProjet #auto_centre {
	background : transparent url("../images/simul_produits/btn_auto_off.png") 0 0 no-repeat scroll;
	display:block;
	left:150px;
	position:absolute;
	top:70px;
	width:72px;
}

#formProjet #auto:hover, #formProjet #auto_centre:hover {
	background : transparent url("../images/simul_produits/btn_auto_on.png") 0 0 no-repeat scroll;
}

#formProjet #habitation {
	background : transparent url("../images/simul_produits/btn_habitat_off.png") 0 0 no-repeat scroll;
	display:block;
	left:185px;
	position:absolute;
	top:30px;
	width:72px;
}

#formProjet #habitation_centre {
	background : transparent url("../images/simul_produits/btn_habitat_off.png") 0 0 no-repeat scroll;
	display:block;
	left:150px;
	position:absolute;
	top:30px;
	width:72px;
}

#formProjet #habitation:hover {
	background : transparent url("../images/simul_produits/btn_habitat_on.png") 0 0 no-repeat scroll;
}

#formProjet #habitation_centre:hover {
	background : transparent url("../images/simul_produits/btn_habitat_on.png") 0 0 no-repeat scroll;
}

#formProjet #moto {
	background : transparent url("../images/simul_produits/btn_2roues_off.png") 0 0 no-repeat scroll;
	display:block;
	left:100px;
	position:absolute;
	top:30px;
	width:72px;
}

#formProjet #moto:hover {
	background : transparent url("../images/simul_produits/btn_2roues_on.png") 0 0 no-repeat scroll;
}

#formProjet #sante {
	background : transparent url("../images/simul_produits/btn_sante_off.png") 0 0 no-repeat scroll;
	display:block;
	left:11px;
	position:absolute;
	top:70px;
}

#formProjet #sante_centre {
	background : transparent url("../images/simul_produits/btn_sante_off.png") 0 0 no-repeat scroll;
	display:block;
	left:50px;
	position:absolute;
	top:70px;
}

#formProjet #sante:hover, #formProjet #sante_centre:hover {
	background : transparent url("../images/simul_produits/btn_sante_on.png") 0 0 no-repeat scroll;
}

#formProjet #credit {
	background : transparent url("../images/simul_produits/btn_rac_off.png") 0 0 no-repeat scroll;
	display:block;
	left:10px;
	position:absolute;
	top:29px;
}

#formProjet #credit_centre {
	background : transparent url("../images/simul_produits/btn_rac_off.png") 0 0 no-repeat scroll;
	display:block;
	left:50px;
	position:absolute;
	top:29px;
}

#formProjet #credit:hover {
	background : transparent url("../images/simul_produits/btn_rac_on.png") 0 0 no-repeat scroll;
}

#formProjet #credit_centre:hover {
	background : transparent url("../images/simul_produits/btn_rac_on.png") 0 0 no-repeat scroll;
}

#formProjet #pret {
	background : transparent url("../images/simul_produits/btn_pret_off.png") 0 0 no-repeat scroll;
	display:block;
	left:100px;
	position:absolute;
	top:70px;
}

#formProjet #pret:hover {								 
	background : transparent url("../images/simul_produits/btn_pret_on.png") 0 0 no-repeat scroll;
}

#left02 {
	background-image:url("../images/bloc_preparez3.png");
	background-position:0 0;
	height:193px;
	width:280px;
}

#left02 form {
	display:block;
	float:right;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:44px;
	width:175px;
}

#left02 form div {
	height:25px;
	width:147px;
}

#left02 label {
	float: left;
	display: none;
	width: 44px;
	color: #8a1a2b;
	font-size: 10px;
}

#left02 input { 
	width: 141px;
	margin-top:3px;
}

#left02 select { 
	width: 145px;
	margin-top: 0;
}

#champ01 select {
	border: none;
	font-size: small;
}

#champ02 input, #champ03 input {
	border-top: 1px solid #B6D7EB;
	border-left: 1px solid #B6D7EB;
	border-right: 0px solid #CBCACA;
	border-bottom: 0px solid white;
}

#champ04 {
	margin-top: 9px;
}

#champ04 select {
	border: 0px solid black;
	font-size: small;
}

#left02 #submit_ok2 {
	width: 32px;
	height: 32px;
	background: url(../images/btn_ok_off.png) no-repeat;
	margin-left: 50px !important; 
	border: none;
	margin-top: 0px;
}

#left02 #submit_ok2:hover {
	background: url(../images/btn_ok_on.png) no-repeat;
}

#right02 {
	height:60px;
}

/****** ********* ******/

/******** footer *******/

#footer, #footer2 {
	font-size: 10px;
	margin: 5px auto;
	font-family: verdana;
	text-align: center;
	color: #523c34; 
	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright:1em;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;
	border: 1px solid white;
	width:959px;
}

#footer2 {
	padding-left: 20px;
}

#footer a, #footer2 a {
	color: #523c34;
	margin: 0 2px;
	text-decoration: none;
}

/******** ****** *******/

/******* baseline ******/

#baseline p {
    color: #A1A1A1;
    width: 959px;
    margin: 0px auto;
    text-align: justify;
    padding: 0px;
}

#baseline a {
    color: #FF9700;
}

/******* ******** ******/