/*
rwteston.com
company:  ladybug
author:   Fabrice Delaneau
version:  decembre 2004
*/

/*<group=General>*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #333;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #4C6686;
}

a {
	text-decoration: none;
	border-width: 0;
	border-style: none;
}

ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
.hidden {
	display: none;
}

/*</group>*/


/*<group=Header>*/

#header {
	position:  relative;
	height: 60px;
	width: 700px;
	padding: 0 10px;
	background: #4C6686 scroll left bottom url(../images/content_top.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}
	
/*</group>*/

/*<group=Sheet>*/

#sheet {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background: #fff url(../images/content_bg.gif) repeat-y scroll left top;
	padding: 10px 10px 0 10px;
}

#logo {
	position:  relative;
	display: block;
	background: url(../images/company.gif) no-repeat scroll #FFF;
	width: 410px;
	height: 66px;
	margin: 0 0 30px 15px;
}
#logo a {
	display: block;
	width: 90px;
	height: 66px;
}

a#experts {
	position: absolute;
	display: block;
	width: 79px;
	height: 39px;
	background: url(../images/ordre-experts-comptables.gif) #fff no-repeat;
	top: 41px;
	right: 30px;
}
	
/*</group>*/

/*<group=Menu>*/

#menu {
	background: #FFF no-repeat url(../images/menu_bg.gif) scroll left top;
	position: relative;
	height: 21px;
	width: 700px;
}

#menu span {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul.main {
	position: absolute;
	top: 0;
	left: 12px;
}

#menu ul.sub {
	position: absolute;
	top: 0;
	right: 6px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float:  left;
	width: 70px;
	height:  21px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
}

/*<group=main>*/

#menu a#main1 {
	background-image: url(../images/menu_main-1.gif);
	width: 73px;
}
#menu a#main1:link { background-position: left top; }
#menu a#main1:visited { background-position: left top; }
#menu a#main1:hover { background-position: left center; }

#menu a#main2 {
	background-image: url(../images/menu_main-2.gif);
	width: 101px;
}
#menu a#main2:link { background-position: left top; }
#menu a#main2:visited { background-position: left top; }
#menu a#main2:hover { background-position: left center; }

#menu a#main3 {
	background-image: url(../images/menu_main-3.gif);
	width: 62px;
}
#menu a#main3:link { background-position: left top; }
#menu a#main3:visited { background-position: left top; }
#menu a#main3:hover { background-position: left center; }

#menu a#main4 {
	background-image: url(../images/menu_main-4.gif);
	width: 74px;
}
#menu a#main4:link {background-position: left top; }
#menu a#main4:visited { background-position: left top; }
#menu a#main4:hover {background-position: left center; }
/*</group>*/

/*<group=sub>*/
#menu a#sub1 {
	background-image: url(../images/menu_sub-1.gif);
	width: 112px;
}
#menu a:link#sub1 { background-position: left top; }
#menu a:visited#sub1 { background-position: left top; }
#menu a:hover#sub1 { background-position: left center; }

#menu a#sub2 {
	background-image: url(../images/menu_sub-2.gif);
	width: 118px;
}
#menu a:link#sub2 { background-position: left top; }
#menu a:visited#sub2 { background-position: left top; }
#menu a:hover#sub2 { background-position: left center; }

#menu a#sub3 {
	background-image: url(../images/menu_sub-3.gif);
	width: 122px;
}
#menu a:link#sub3 { background-position: left top; }
#menu a:visited#sub3 { background-position: left top; }
#menu a:hover#sub3 { background-position: left center; }

/*</group>*/

/*</group>*/

/*<group=Content>*/

#content {
	width: 680px;
	padding: 10px;
	text-align: left;
	margin-top: 20px;
}

.compass {
	background: #fff url("../images/img_compas.jpg") no-repeat scroll right bottom;
}

.folder {
	background: #fff url("../images/img_folder.jpg") no-repeat scroll right bottom;
}

.mail {
	background: #fff url("../images/img_mail.jpg") no-repeat scroll right bottom;
}

.news {
	background: #fff url("../images/img_sphere.jpg") no-repeat scroll right bottom;
}

/* COLUMN 1 */

#col-1 {
	float:  left;
	margin-left: 5px;
	width: 300px;
}

#content .blue {
	color: #4c6686;
}

#content ul {
	margin: 5px 0 15px 0;
}

#content li {
	list-style: none;
	background: no-repeat url(../images/arrow_red.gif) transparent scroll 0 4px;
	padding-left: 16px;
	margin: 0 0 3px 0;
}

#content ul.grey li {
	background-image: url(../images/arrow_grey.gif);
}

/* SPACER
column spacer to maintain minimal height */

#content #spacer {
	float: left;
	width: 20px;
	height: 430px;
	background-color: transparent;
}

/* COLUMN 2 */

#content #col-2 {
	float: left;
	width: 340px;
	height: 100%;
	padding: 0 5px 300px 5px;
}

#content #col-2.adress {
	float: left;
	margin-left: 40px;
	border: 1px solid lime;
}

#content h2 {
	color: #4c6686;
	padding: 0;
	font: small-caps 18px Times New Roman, Times, serif;
	margin: 0;
}

#content h3 {
	text-align: left;
	font-size: 10px;
	padding: 0px;
	margin: 5px 0 0;
}

#content p {
	padding: 0;
	margin: 0 0 10px;
	font-size: 11px;
}

#content p strong {
	font-size: 10px;
}

#content h4 {
	text-align: right;
	font-size: 10px;
	padding: 0px 15px 20px 0px;
	margin: -8px 0px 0px 0px;
}

#content h4 a {
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 10px;
}

#content a {
	color: #7C0000;
	text-decoration: none;
}

#content a:visited {
	color: #555;
}

#content a:hover {
	color: #4C6686;
}

#content dl {
	margin-top: 12px;
}

#content dd {
	margin-bottom: 8px;
}

#content #link_menu li {
	margin-top: 5px;
}

#content #adress p {
	color: #4c6686;
	margin-left: 90px;
	font-size: 11px;
	font-weight: normal;
}

#content ul#news_menu {
	color: #4c6686;
	margin-left: 50px;
	font-size: 11px;
	font-weight: normal;
}

#content ul#news_menu li {
	font-size: 12px;
	background-image: url(../images/arrow_grey.gif);
}



.clear {
	clear: both;
	float: none;
}
	
/*</group>*/

/*<group=Footer>*/

#footer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 720px;
	height: 40px;
	background: url(../images/content_bottom.gif) #4C6686 no-repeat scroll left top;
	color: #333;
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}

#w3c {
	position: absolute;
	left: 12px;
	top: 5px;
}

#ads {
	text-align: right;
	position: absolute;
	top: 5px;
	right: 12px;
}
	
/*</group>*/