/**
 * Title: Union Internationale des Avocats
 *
 * Version:    0.1.1
 * CSS Parent: none
 *  * TABLE OF CONTENT
 * ----------------
 *
 * - Reset Styles
 *
 * - New Default Values
 *   - Font Familly
 *   - Titles
 *   - Links
 *   - Images
 *   - Forms
 *   - Misc
 *
 * - Skeletton
 *   - Pop Up
 *
 * - Header
 *   - Logo
 *   - Description
 *
 * - Main Body
 *   - Généralités
 *   - Action Button
 *   - Breadcrumb Trail
 *   - Teaser
 *   - Signatures
 *   - Menu Body
 *   - Posts
 *   - Write Post
 *   - Comments
 *   - Contact
 *
 * - Marge de gauche
 *   - Menu Main
 *   - Form Login
 *   - My UIA
 *
 * - Marge de droite
 *   - Menu Lang
 *   - Directors List
 *   - Members List
 *
 * - Footer
 *   - Corporate Links
 *	 - Plan du site
 */


/**
* Reset Styles
* Source: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
body { line-height: 1; }
blockquote, q { quotes: none; }
del { text-decoration: line-through; }
ins { text-decoration: none; }
ol, ul { list-style: none; }
table { border-spacing: 0; }
:focus { outline: 0; }



/**
 * New Default Values
 */
body
{
	background-color: #fff;
	color: #2a2a2a;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
}

address,fieldset,label,h1,h2,h3,h4,h5,h6,p,pre,dl,ol { padding: 0.5em 0; }

fieldset { padding: 0.5em; }
input    { padding: 2px; }
textarea { padding: 2px; }
dd       { margin-left: 2em; }
img      { border: 0; }


/*
 * Font Familly
 */
body,input,select,textarea
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/*
 * Titles
 */
h1, h2, h3, h4, h4, h5, h6
{
	clear: both;
	padding: 0 0 6px 0;
}

h1 { color: #5c5c5c; font-size: 1.6em; line-height: 1; padding: 15px 0 20px 0; }
h2 { font-size: 1.4em; line-height: 1; }
h3 { font-size: 1.2em; line-height: 1; }
h4 { font-size: 1.1em; line-height: 1; }
h5 { font-size: 1em; line-height: 1; }
h6 { font-size: 0.9em; line-height: 1; }

h1.home { color: #4a67b5; font-size: 1.8em; line-height: 1; padding: 35px 0 40px 0; text-transform: uppercase; }


/*
 * Links
 */
a
{
	color: #4a67b5;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.more
{
	background: url(img/more.gif) no-repeat 100% 5px;
	font-weight: bold;
	padding-right: 8px;
	text-decoration: underline;
}

a:hover.more
{
	text-decoration: none;
}


/*
 * Images
 */
img.alignleft
{
	float: left;
	margin: 7px 7px 0 0;
	width:90px;
}

img.alignright
{
	float: right;
	margin: 7px 0 0 7px;
}

img.aligncenter
{
	float: none;
	margin: 7px auto 7px auto;
	position: relative;
	display: block;
}

div.aligncenter
{
	margin-bottom: 7px;
	text-align: center;
}

div.aligncenter img
{
	float: none;
	margin: 0;
}

img.alignnone
{
	margin: 7px;
}


/*
 * Forms
 */
input,select,textarea
{
	font-size: 100%;
}

label
{
	font-weight: bold;
}

legend
{
	padding: 0 4px;
}

* html legend
{
	padding-bottom: 4px;
}

form .row
{
	clear: left;
	padding: 4px 0;
}

form .row input,
form .row textarea
{
	background-color: #fff;
	border: 1px solid #fff;
}

form .submit
{
	clear: both;
	padding: 4px 0;
}

form .submit input,
form .button
{
	background-color: #391f28;
	border: 1px solid #391f28;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin: 0;
	overflow: visible;
	padding: 1px 5px;
}

#main-body form#form-com ul li{
	float:none;
}
* html form .submit input,
* html form .button
{
	padding: 0 5px;
}

input.checkbox,
input.radio
{
	background-color: transparent;
	border: 0;
	/*height: 1%;*/
	margin-bottom: -3px;
	position: relative;
}

input.checkbox
{
	margin-bottom: -1px;
}


/*
 * Misc
 */
address
{
	font-style: normal;
	line-height: 1.5;
}

.bad,
.error
{
	color: #d00;
}

.blank
{
	clear: both;
}

.good
{
	color: #0a0;
}

.none
{
	display: block;
	text-align: center;
}

.num
{
	text-align: right;
}

.sig-stephen-dreyfuss,
.sig-geoffrey-richards
{
	display: block;
	height: 51px;
	text-indent: -999em;
	width: 214px;
}

.sig-stephen-dreyfuss
{
	background: url(img/sig_stephen_dreyfuss.gif) no-repeat 50% 50%;
}

.sig-geoffrey-richards
{
	background: url(img/sig_geoffrey_richards.gif) no-repeat 50% 50%;
}



/**
 * Skeletton
 */
#container
{
	background: #597cd8 url(img/content_bg.gif) repeat-y;
/*	height: 1%; */
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 1000px;
}

#header
{
	background: #fff url(img/header_bg.jpg) no-repeat 100% 0;
	height: 121px;
}

#content
{
	float: left;
	/*height: 1%;*/
	width: 742px;
}

#main-body
{
	background: #fff url(img/main_body_bg.gif) repeat-x 0 0;
	float: right;
	overflow: hidden;
	padding: 5px 20px 20px 20px;
	/*#padding:0;*/
	width: 479px;
	#width:519px;
}

#sidebar-1
{
	background: url(img/sidebar1_bg.jpg) repeat-x 0 100%;
	float: left;
	overflow: hidden;
	padding-bottom: 160px;
	width: 223px;
}

#sidebar-2
{
	background: #597cd8 url(img/sidebar2_bg.jpg) no-repeat 100% 100%;
	float: left;
	overflow: hidden;
	padding-bottom: 434px;
	width: 258px;
}

#footer
{
	background: #3d3e42 url(img/footer_bg.jpg) no-repeat 50% 100%;
	clear: both;
	color: #fff;
	height: 154px;
	overflow: hidden;
	position: relative;
}


/*
 * Pop Up
 */
#container-popup
{
	/*height: 1%;*/
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 486px;
}

#header-popup
{
	background: #fff url(img/popup_header_bg.jpg) no-repeat 100% 0;
	height: 43px;
}
#main-body .tableTextareaEditor td{padding:0;}
#main-body table.tableTextareaEditor {border-left:1px solid #888888;border-top:1px solid #888888;border-right:1px solid #888888;border-bottom:1px solid #888888;}
#main-body-popup
{
	background: #fff url(img/main_body_bg.gif) repeat-x 0 0;
	overflow: hidden;
	padding: 15px 20px 20px 20px;
}

#footer-popup
{
	background: #3d3e42 url(img/popup_footer_bg.jpg) no-repeat 50% 0;
	clear: both;
	color: #fff;
	height: 38px;
	overflow: hidden;
	position: relative;
}



/**
 * Header
 */

/*
 * Logo
 */
#site-logo
{
	height: 106px;
	width: 138px;
}

#site-logo a
{
	background: url(img/logo.gif) no-repeat 50% 50%;
	display: block;
	height: 106px;
	text-indent: -999em;
	width: 138px;
}

/*
 * Description
 */
#site-description
{
	position: absolute;
	top: 0;
	margin-left: 189px;
	padding-top: 47px;
}

#site-description span
{
	display: block;
}

#site-description .text1
{
	color: #666;
	font-size: 2.9em;
}

#site-description .text2
{
	color: #8f9fb8;
	font-size: 1.8em;
	padding-top: 2px;
	padding-left: 32px;
}



/**
 * Main Body
 */

/*
 * Généralités
 */
#main-body h2
{
	border-bottom: 1px solid #2a2a2a;
	padding: 0 0 2px 0;
	margin: 2em 0 0.5em 0;
}

#main-body address.alert
{
	color: #951f3f;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

#main-body table
{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

#main-body table.bill
{
	border-bottom: 1px solid #4a67b5;
	margin-top: 0.5em;
}

#main-body th
{
	background-color: #4a67b5;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
}

#main-body th a
{
	color: #fff;
}

#main-body td
{
	border-right: 1px dotted #a2a2a2;
	padding: 7px 7px;
	#padding: 7px 10px;
}
ul#menu-main li ul li {font-size:10px;padding:5px 5px 5px 15px}
ul#menu-main li ul li.selected a {color:#000}
#main-body td.last
{
	border-right: 1px solid #fff;
}

#main-body .alt td
{
	background-color: #f2f2f2;
}

#main-body .total td
{
	border-top: 1px solid #4a67b5;
	border-left: 1px solid #4a67b5;
	border-right: 0;
	border-bottom: 0;
	font-size: 1.1em;
	font-weight: bold;
}

#main-body .total td.num
{
	border-left: 1px solid #fff;
	border-right: 1px solid #4a67b5;
}

#main-body table.mceLayout {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
}
#main-body table.mceLayout td {
	padding:0px;
	border:none;
}
#main-body li,
#main-body p
{
	line-height: 1.3;
}

#main-body ul
{
	margin-bottom: 2em;
}

#main-body form
{
	font-size: 1.1em;
}

#main-body form .row input,
#main-body form .row textarea,
#main-body form .row select/*,
#main-body form .row option*/
{
	background-color: #fff;
	border: 1px solid #4a67b5;
	width: 300px;
}

#main-body form .row select/*,
#main-body form .row option*/
{
	width: 300px;
	height:20px;
}

#main-body form .row input.checkbox,
#main-body form .row input.radio
{
	border: 0;
	/*height: 1.4%;*/
	margin: 2px 0 0 0;
	#margin: -2px 0 0 0;
	padding: 0;
	vertical-align: top;
	width: auto;
}
#main-body form .row .row input{

}
#main-body form .row .row label{

}
#main-body label
{
	display: block;
	float: left;
	text-align: right;
	padding-right: 0.5em;
	width: 7em;
}

#main-body form ul label
{
	display: inline;
	float: none;
	text-align: left;
	padding: 0;
	width: auto;
}

#main-body form ul li
{
	float: left;
	margin-right: 0.5em;
}

#main-body form .submit
{
	padding-left: 14.5em;
}
#main-body form .submit input{
	margin-right:5px;
	margin-top:20px;
}
#main-body .alert{
	color: #951f3f;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}


	
/*
 * Action Button
 */
#main-body .action
{
	background-color: #3a1f28;
	color: #fff;
	float: right;
	font-size: 1em;
	margin-left: 2px;
	padding: 3px 5px 5px 5px;
}

#main-body .paiement
{
	padding-top: 30px;
	text-align: center;
}

#main-body .paiement .action
{
	float: none;
	padding: 3px 10px 4px 10px;
	text-align: center;
}

#main-body h2 .action
{
	font-size: 0.7em;
	font-weight: normal;
	margin-top: -1.7em;
}

* html #main-body h2 .action
{
	margin-top: -1.5em;
}


/*
 * Breadcrumb Trail
 */
#breadcrumb-trail
{
	color: #aeaeae;
	font-size: 1.1em;
	/*height: 1%;*/
}

#breadcrumb-trail span
{
	display:inline;
	height:5px;
}

#breadcrumb-trail .next
{
	/*background: url(img/breadcrumb_next.gif) no-repeat 50% 5px;*/
	display: block;
	/*float: left;*/
	height: 1em;
	text-indent: -999em;
	width: 1em;
}

#breadcrumb-trail a
{
	/*float: left;*/
	background: url(img/breadcrumb_next.gif) no-repeat scroll right 5px;
	padding-right:6px;
	padding-left: 3px;
	display:inline-block;
}


/*
 * Teaser
 */
#main-body .teaser
{
	color: #4a67b5;
	font-size: 1.4em;
	line-height: 1.5;
	text-align: left;
}

#main-body p
{
	line-height: 1.3;
	text-align: justify;
}

#main-body .sig
{
	padding-top: 40px;
}


/*
 * Signatures
 */
#main-body .sig .sig-stephen-dreyfuss
{
	float: left;
}

#main-body .sig .sig-geoffrey-richards
{
	float: right;
}

#main-body .legend
{
	padding-bottom: 3em;	
}

#main-body .legend img
{
	margin-left: 20px;
	margin-bottom: -5px;
}


/*
 * Menu Body
 */
.menu-body
{
	border-left: 1px solid #2a2a2a;
	font-size: 1em;
	height: 2.9em;
}

.menu-body li,
.menu-body li a
{
	float: left;
}

.menu-body li
{
	border-top: 1px solid #2a2a2a;
	border-right: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
}

.menu-body li a
{
	color: #2a2a2a;
	padding: 7px 7px;
}

.menu-body li.selected
{
	background-color: #eee;
	font-weight: bold;
}
.menu-body li ul {
	display:none;
}
.menu-body li.selected ul {
	display:none;
}
/*
 * Posts
 */
.post h3
{
	color: #951f3f;
	padding-top: 1em;
}

.post-metadata
{
	color: #951f3f;
}

.post-metadata li,
.post-metadata a
{
	float: left;
}

.post-metadata .author
{
	font-weight: bold;
	padding-bottom: 0.5em;
	width: 354px;
}

.post-metadata .edit,
.post-metadata .delete
{
	margin-top: -0.5em;
}

.post-metadata .edit a,
.post-metadata .delete a
{
	background-color: #3a1f28;
	color: #fff;
	font-size: 1em;
	margin-left: 2px;
	padding: 2px 5px 5px 5px;
}

.post-entry
{
	border-top: 1px dotted #b8b8b8;
	clear: both;
	margin-top: -5px;
	padding-bottom: 3em;
}


/*
 * Write Post
 */
.post-edit h3
{
	border-bottom: 1px dotted #b8b8b8;
	color: #951f3f;
	padding-top: 0;
}


/*
 * Comments
 */
.comments h3
{
	background-color: #4a67b5;
	color: #fff;
	margin-bottom: 5px;
	padding: 2px 0 4px 10px;
}

.comments h4
{
	border-bottom: 1px dotted #b8b8b8;
	color: #951f3f;
	font-size: 1.2em;
	padding-top: 1em;
}

.comments .action
{
	border-left: 3px solid #fff;
	margin-top: -2.3em;
}

.comments-list
{
	border-top: 1px dotted #b8b8b8;
	clear: both;
}

.comments-list.second
{
	border-top: none;
}

.comments-list li
{
	padding: 10px;
}

.comments-list .alt
{
	background-color: #f2f2f2;
}

.comments-author
{
	color: #951f3f;
	font-weight: bold;
}

.comments-title
{
	display: block;	
	font-weight: bold;
	padding-top: 5px;
}

/*
 * Contact
 */
.contact
{
	font-size: 1.2em;
}

.contact-entry
{
	float: left;
	padding-left: 13px;
	width: 330px;
}

.contact h1
{
	clear: none;	
	color: #4a67b5;
	font-size: 1.4em;
	padding-bottom: 0.3em;
}

.contact img
{
	margin-top: 13px;
}

.contact ul
{
	line-height: 1.3;
	list-style: disc;
	padding-left: 1em;
}



/**
 * Marge de gauche
 */

/*
 * Menu Main
 */
#menu-main
{
	background-color: #4a67b5;
	font-size: 1.3em;
	padding: 35px 0 40px 0;
}

#menu-main li
{
	border-top: 1px solid #fff;
	line-height: 1.3;
	padding: 5px 10px;
}

#menu-main li.last
{
	border-bottom: 1px solid #fff;
}

#menu-main li.selected
{
	background-color: #951f3f;
}
#menu-main li ul
{
	display: none;
}
#menu-main li.selected ul
{
	display: block;
}
#menu-main li a
{
	color: #fff;
	font-weight: bold;
}


/*
 * Form Login
 */
#form-login
{
	background: #951f3f url(img/login_bg.jpg) repeat-x 0 0;
	border-bottom: 1px solid #fff;
	padding: 20px 10px;
}

* html #form-login
{
	padding-bottom: 17px;
}

#form-login label
{
	color: #fff;
	display: block;
	font: bold italic 1.4em Georgia, "Times New Roman", Times, serif;
	padding-top: 0;
}

#form-login input
{
	margin-bottom: 4px;
}

#form-login .row input
{
	color: #777;
	width: 97%;
}

#form-login .submit a
{
	color: #fff;
}

#form-login .submit p
{
	float: left;
	height: 1%;
	line-height: 1.1;
	padding: 3px 0 0 0;
}

#form-login .submit input
{
	float: right;
	font: bold italic 1em Georgia, "Times New Roman", Times, serif;
}

#form-login .info
{
	clear: both;
	color: #cc9da7;
	/*height: 1%;*/
	line-height: 1.2;
}


/*
 * My UIA
 */
#my-uia
{
	background: #951f3f url(img/login_bg.jpg) repeat-x 0 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 20px 10px;
}

#my-uia a
{
	color: #fff;
}

#my-uia h3
{
	border-bottom: 1px solid #fff;
	font: bold italic 1.8em Georgia, "Times New Roman", Times, serif;
	padding: 0 0 1px 20px;
}

#my-uia .welcome
{
	font-size: 1.2em;
	line-height: 1.3;
	padding-bottom: 15px;
}

#my-uia .welcome span
{
	text-transform: uppercase;
}

#my-uia li
{
	background: url(img/login_bullet.gif) no-repeat 0 4px;
	line-height: 1.3;
	padding-left: 10px;
}

#my-uia li.selected
{
	font-weight: bold;
}

#my-uia .disconnect
{
	text-align: right;
	padding-top: 15px;
}

#my-uia .disconnect a
{
	background-color: #391f28;
	font: bold italic 1em Georgia, "Times New Roman", Times, serif;
	padding: 3px 5px;
}


/**
 * Marge de droite
 */

/*
 * Menu Lang
 */
#menu-lang
{
	background-color: #8a8a8a;
	border-bottom: 1px solid #fff;
}

#menu-lang ul
{
	font-weight: bold;
	height: 1.1em;
	line-height: 1.1;
	margin: 0 auto;
	padding: 10px 0;
	text-transform: uppercase;
	width: 19em;
}

#menu-lang li,
#menu-lang li a
{
	float: left;
	margin-right: 0.5em;
}

#menu-lang li
{
	border-right: 1px solid #fff;
}

#menu-lang li a
{
	color: #636363;
}

#menu-lang li.selected,
#menu-lang li.selected a
{
	color: #fff;
}

#menu-lang li.last,
#menu-lang li.last a
{
	border: 0;
	margin-right: 0;
}


/*
 * Directors List
 */
#directors-list
{
	background-color: #6c6c6c;
	padding: 108px 0 0 0;
}

#directors-list h3
{
	background-color: #3a1f28;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 4px 10px;
}

#directors-list ul
{
	background: #b23658 url(img/directors_bg.jpg) repeat-x 0 100%;
	/*height: 1%;*/
}

#directors-list li
{
	border-bottom: 1px solid #fff;
	color: #df7f9a;
	font-size: 1.1em;
	line-height: 1.5;
	padding: 15px 10px;
}

#directors-list li a
{
	background: url(img/directors_bullet.gif) no-repeat 0 5px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 10px;
}


/*
 * Members List
 */
#members-list
{
	background-color: #6c6c6c;
	padding: 108px 0 0 0;
}

#members-list h3
{
	background-color: #3a1f28;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 4px 10px;
}

#members-list ul
{
	background: #b23658 url(img/directors_bg.jpg) repeat-x 0 100%;
	/*height: 1%;*/
	padding: 5px 0;
}

#members-list li
{
	color: #df7f9a;
	clear: both;
	font-size: 1.1em;
	line-height: 1.3;
	padding: 5px 10px 5px 20px;
}

#members-list li a
{
	background: url(img/directors_bullet.gif) no-repeat 0 5px;
	color: #fff;
	float: left;
	margin-left: -10px;
	padding-left: 10px;
}



/**
 * Footer
 */
#footer,
#footer a
{
	color: #fff;
}

/*
 * Corporate Links
 */
#footer .links-corporate
{
	background-color: #555;
	border-bottom: 1px solid #fff;
	text-align:center;
}

#footer .links-corporate ul
{
	height: 1.1em;
	line-height: 1.1;
	margin: 0 auto;
	padding: 10px 0;
	width: 38em;
	position: relative;
	text-align:center;
	display:block;
}

#footer .links-corporate li,
#footer .links-corporate li a
{
	float: left;
	margin-right: 5px;
}

#footer .links-corporate li
{
	/*border-right: 1px solid #fff;*/
}

#footer .links-corporate li.last,
#footer .links-corporate li.last a
{
	border-right: 0;
	margin-right: 0;
}

/*
 * Plan du site
 */
.tx-dropdownsitemap-pi1 div {
	margin-left: 0px;
}

.tx-dropdownsitemap-pi1 div.expAll {
	background-color:#FFFFFF;
	border:1px solid #6C6C6C;
}

.tx-dropdownsitemap-pi1  div.expAll img {
	margin-right: 15px;
}

.tx-dropdownsitemap-pi1 a, .tx-dropdownsitemap-pi1 a:link, .tx-dropdownsitemap-pi1 a:visited, .tx-dropdownsitemap-pi1 a:hover, .tx-dropdownsitemap-pi1 a:active {
	color:#000000;
}

.tx-dropdownsitemap-pi1 span.ifsub a{
	color: #5C5C5C;
}

.tx-dropdownsitemap-pi1 ul, .tx-dropdownsitemap-pi1 ol {
	margin-left: 10px;
}
 
 
 

