body {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	background: #e9effb url("../img/bck.jpg") no-repeat;
}

a {
	text-decoration: none;
	color: black;	
}

.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; padding: 20px;}
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; padding: 20px;}

h1 {
	font-size: 16px;
	margin-bottom: 5px;
}
a:hover {
	text-decoration: underline;
	color: inherit;	
}
	
	div#wrapper {
		width: 1024px;
	}
	
		div#shadow {
			background: url('../img/shadow.jpg') no-repeat;
			width: 342px;
			height: 488px;
			float: left;
		}
		
			div#shadow h1 {
				color: #fbf4ec;
				opacity: 0.8;
				float: left;
				margin-top: 90px;
				margin-left: 20px;
				font-size: 28px;
			}
			
		div#header {
			float: left;
			width: 642px;
		}	
			
			div#header-links {
				color: #FFFFFF;
				background: #000000;
				height: 25px;
				line-height: 24px;
				text-align: center;
			}
			
				div#header-links img {
					vertical-align: middle;
					
				}
			
				div#header-links a {
					color: inherit;
					text-decoration: none;
				}
				
				div#header-links a:hover {
					color: inherit;
					text-decoration: underline;
				}
				
				li.devis {
					color: #ffae00;
				}
				
				ul.topnav {
					margin-left: 10px;
				}
				
				ul.topnav li {
					float: left;
					position: relative; /*--Declare X and Y axis base--*/
					z-index:1;
				}
				ul.topnav li a{
					color: #fff;
					display: block;
					text-decoration: none;
					float: left;
				}

				ul.topnav li span { /*--Drop down trigger styles--*/
					width: 17px;
					height: 24px;
					float: left;
					background: url("../img/asouth.gif") no-repeat center top;
				}
				ul.topnav li span.subhover {cursor: pointer;} /*--Hover effect for trigger--*/
				ul.topnav li ul.subnav {
					position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
					z-index: 3000;
					left: -350px; 
					top: 24px;
					background: #000;
					display: none;
					float: left;
					width: 500px;
					-moz-border-radius-bottomleft: 5px;
					-moz-border-radius-bottomright: 5px;
					-webkit-border-bottom-left-radius: 5px;
					-webkit-border-bottom-right-radius: 5px;
					border: 1px solid #111;
				}
				ul.topnav li ul.subnav li{
					clear: both;
					width: 500px;
				}
				ul.topnav li ul.subnav li a {
					float: left;
					width: 480px;
					background: #000;
					padding-left: 20px;
				}
				ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
					background: #000; 
				}

				div#header-links li {
					display: inline;
				}
			
			div#keywords {
				float: left;
				margin: 10px;
				width: 320px;
			}
				div#keywords h1 {
					font-size: 12px;
				}
			
			img#logogcavocats {
				float: right;
			}
			
		div#main {
			width: 903px;
			clear: both;
			float: left;
			margin-top: -350px;
			margin-left: 80px;
		}
		
			p.infos {
				font-style: italic;
				font-size: 11px;
				margin: 10px;
			}
			
			div#main-text label {
				float: left;
				width: 400px;
			}
			
			div#main-text p {
				clear: both;
				margin-bottom: 5px;
			}
			
				div#main-text h2 {
					font-size: 14px;
					margin-bottom: 10px;
				}
		
			div#tabs {
				height: 85px;
				background: url('../img/top-divorce-amiable.png') no-repeat;
				padding-left: 55px;
			}
			
			.links-no-main {
				position: relative;
				top: -1px;
				//top: 0px ; /* ne marche que pour IE */
			}
			div.tabsnone {
				height: 85px;
				padding-left: 55px;
			}
				div#tabs ul {
					padding-top: 15px;
					//padding-top: 21px; /* lu par IE seulement */
				}
				
				div#tabs li {
					display: inline;
				}
			
				li.selectedtab {
					font-size: 18px;
				}
				
				ul.links {
					margin-top: -5px;
				}
										
				li.tab {
					background: url('../img/tabbck.png') repeat-x;
					height: 28px;
					line-height: 12px;
					padding: 5px;
					padding-left: 10px;
					padding-right: 10px;
					color: #FFFFFF;
					-moz-border-radius: 4px 4px 0 0;
					-webkit-border-radius: 4px 4px 0 0;
					border-radius: 4px 4px 0 0;
					margin-right: 5px;
				}
				
				li.stab {
					position: relative;
					top: -6px;
				}
				
				h2#productdesc {
					float: right;
					margin-top: 35px;
					margin-right: 80px;
					font-size: 14px;
				}
			
			div#main-text {
				background: url('../img/mainbck.png') repeat-y;
				min-height: 350px;
			}
			
				h2.page-title {
					font-weight: normal;
					font-size: 16px;
					color: #333333;
					margin-left: 40px;
					float: left;
				}
				
					a.title-help {
						color: inherit;
						border: 1px solid #a9c5f1;
						text-decoration: none;
						-moz-border-radius: 9px;
						-webkit-border-radius: 9px;
						border-radius: 9px;
						padding-left: 5px;
						padding-right: 5px;
					}
					
					a.title-help:hover {
						text-decoration: underline;
					}
					
				div#price {
					background: url('../img/price-bck.gif') no-repeat;
					width: 285px;
					height: 65px;
					float: right;
					margin-right: 3px;
				}
				
					div#price-eur {
						float: left;
						margin-left: 65px;
						margin-top: 5px;
					}
					
						div.print-price {
							font-size: 30px;
							font-weight: bold;
							margin-top: 5px;						
						}
						
				div#boxes {
					background: url('../img/box-bck.png') no-repeat;
					width: 787px;
					height: 225px;
					margin: auto;
				}
				
					div.box {
						float: left;
						width: 260px;
					}
					
						div.box ul {
							margin-left: 50px;
						}
					
						img.number {
							margin-top: 20px;
							float: left;
							margin-right: 10px;
						}
						
						div.box h2 {
							margin-top: 60px;
							font-size: 14px;
						}
						
						div.box p {
							margin-left: 40px;
							margin-top: 20px;
						}
						
						img.plus-infos {
							float: right;
							margin-right: 50px;
						}
						
						img#phone {
							margin-left: 30px;
							margin-top: 30px;
						}
						
						img#virgule {
							margin-top: 15px;
							margin-left: 45px;
						}
				
				div.advise {
					margin-top: 20px;
					width: 800px;
				}
				
					div.advise-name {
						float: left;
						color: #fdaf03;
						margin-top: 60px;
						margin-left: 130px;
					}
					
					div.citation {
						float: left;
						background: url("../img/advise-bck.png") no-repeat;
						width: 500px;
						height: 90px;					
					}
					
						div.citation p {
							margin-left: 80px;
							margin-top: 30px;
						}
						
						div.citation img {
							vertical-align: middle;
						}
			
			div#main-footer {
				background: url('../img/mainbottom.png') no-repeat;
				height: 17px;
				z-index: 10;
				position: relative;
			}
			
		div#copyright {
			text-align: center;
			font-size: 10px;
			line-height: 18px;
		}
		
			div#copyright a {
				color: #000000;
				text-decoration: none;
			}
			
			div#copyright a:hover {
				text-decoration: underline;
			}
			
/* ADMIN fofo */

li.show {
 	font-weight:bold;
 	width:19%;
}