/*	-------------------------------------------------------------
	ARFIE, 2-Col Fix Layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	.autor         Littera Graphis
	.version       1.0
	.url       arfie.info
	.timestamp       22/01/2008
	-------------------------------------------------------------	*/
	
/*	-------------------------------------------------------------
	ARFIE, Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. Body
	2. General Properties
	3. Links
	4. Header
	5. Layout
	6. Typography
	7. Pagers
	8. Buttons
	9. Search Box
	10. Footer
	11. Contact Form
*/

/*	-------------------------------------------------------------
	ARFIE, Resets default browser CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Based on work by Eric Meyer: meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
	-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/*	-------------------------------------------------------------
	1. BODY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
body { 
	margin:0; 
	line-height: 1.5; 
	background: #fff url(../images/bg.jpg) repeat-x top left; 
	font-family: Arial, Helvetica, sans-serif;
}

/*	-------------------------------------------------------------
	2. GENERAL PROPERTIES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	-------------------------------------------------------------
	3. LINKS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a { color: #0c7dcb; text-decoration: none }

a:hover { color: #c6ac06; }
	
ul#lang {
	display: inline;
	float: right;
	margin: 10px 20px 19px 0;
}

ul#lang li {
	float: left;
	margin-left: 5px;
}

ul#lang a {
	display: block;
	width: 68px;
	border: 1px solid #c5ac07;
	background: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	color: #c5ac07;
	font-size: 12px;
	font-weight: bold;
}

ul#lang a:hover,  ul#lang a.selected {
	color: #fff;
	background: #c5ac07;
}

ul#topmenu {
	margin: 0;
}

ul#topmenu li {
	float: left;
	margin-right: 3px;
}

ul#topmenu a {
	display: block;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	line-height: 28px;
	color: #002e68;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

ul#topmenu a:hover, ul#topmenu .current_page_item a{
	background: transparent url(../images/topmenu_bg.jpg);
	color: #fff;
}

ul#col_menu {
	float: left;
	width: 149px;
	margin-top: 10px; 
	padding: 5px 10px 0 10px;
	background: #dff5fd url(../images/bg_col_menu_top.jpg) no-repeat;
}

ul#col_menu li{
	background: transparent url(../images/puce_menu.gif) no-repeat left center;
	margin-top: 2px; 
	padding: 0 0 0 10px;
	border-bottom: 1px solid #d0e9ee;
}

div.last_inner {
	height: 30px;
	width: 169px;
	background: #dff5fd;
	float: left;
}

div.last {
	float: left;
	background: #dff5fd url(../images/bg_col_menu_bottom.jpg) no-repeat left bottom;
	width: 149px;
	height: 8px;
	padding: 1px 10px 0 10px;
	margin-bottom: 10px; 
}

ul#col_menu a{
	display: block;
	width: 100%;
}

ul#col_menu a:hover, ul#col_menu .current_page_item a {
	color: #c6ac06;
}

/*	-------------------------------------------------------------
	4. HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#banner {
	position: relative;
	width: 605px;
	height: 209px;
	padding-right: 130px;
	padding-top: 25px;
	clear: both;
	background: transparent url(../images/banner.jpg);
	text-align: right;
}

#homeLink {
	display: block;
	width: 103px;
	height: 120px;
	position: absolute;
	top: 20px;
	right: 10px;
}

/*	-------------------------------------------------------------
	5. LAYOUT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#global {
	margin: 0 auto;
	width: 735px;
	background: #fff url(../images/bg.jpg) repeat-x;
}
#content {
	background: transparent url(../images/bg_content.jpg) no-repeat left top;
	margin-top: 20px;
	padding-top: 15px;
	padding-left: 15px;
	width: 720px;
	float: left;
}

#inner_content {
	background: transparent url(../images/bg_content_b.gif) no-repeat left bottom;
	float: left;
	width: 710px;
	padding-top: 15px;
	padding-bottom: 100px;
	padding-left: 25px;
	padding-right: 0px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #858585;
}

#col_left, #member {
	float: left;
	width: 520px;
	margin-right: 15px;
}

#col_right {
	float: left;
	width: 169px;
}

/*	-------------------------------------------------------------
	6. TYPOGRAPHY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#banner h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2c74c9;
	line-height: 18px;
	font-weight: bold;
}
	
#content h2 {
	float: left;
	width: 530px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #0c7dcb;
}

#error {
	color: red;
	border: 3px solid red;
	width: 735px;
	margin: 10px auto;
	padding: 10px;
	background: #ffeeee;
	font-size: 11px;
}

#error strong {
	display: block;
	font-size: 13px;
}

/*	-------------------------------------------------------------
	7. PAGERS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#inner_content p {
	margin: 12px 0 12px 0;
}

#col_left ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 7px;
}

#col_left ul li li{
	list-style-type: circle;
}

#inner_content h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

#inner_content em {
	font-style: italic;
}

#inner_content img {
	float: left;
}

#member ul{
	margin: 15px 0 20px 0;
}

#member li {
	background: transparent url(../images/bullet_arrow.gif) no-repeat 0 5px;
	list-style-type: none;
	margin-bottom: 5px;
	padding-left: 15px;
}

#member h2 {
	font-size: 14px;
	font-weight: bold;
	background: #dff4fd;
	color: #c6ac06;
	padding-left: 10px;
}

/*	-------------------------------------------------------------
	8. BUTTONS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
a.newsletter_fr {
	display: block;
	width: 153px;
	height: 43px;
	margin: 0 auto 0 auto;
	background: #fff url(../images/newsletter_fr.jpg) no-repeat left top;
}

a.contact_fr {
	display: block;
	width: 153px;
	height: 43px;
	margin: 0 auto 0 auto;
	background: #fff url(../images/contact_fr.jpg) no-repeat left top;
}

a.newsletter_en {
	display: block;
	width: 153px;
	height: 43px;
	margin: 0 auto 0 auto;
	background: #fff url(../images/newsletter_en.jpg) no-repeat left top;
}

a.contact_en {
	display: block;
	width: 153px;
	height: 43px;
	margin: 0 auto 0 auto;
	background: #fff url(../images/contact_en.jpg) no-repeat left top;
}

a.newsletter_fr:hover, a.contact_fr:hover, a.newsletter_en:hover, a.contact_en:hover {
	background-position: bottom;
}

/*	-------------------------------------------------------------
	9. SEARCH BOX
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#searchform {
float: left;
background: transparent url(../images/bg_search.gif) no-repeat left top;
padding: 5px 0px;
width: 100%;
margin-top: 10px
}

#searchform div {
	width: 157px;
	margin: 0 auto;
}

.search_input {
	float: left;
	width: 131px !important;
	width: 129px;
	padding-left: 5px;
	height: 13px;
	border: 1px solid #d0e9ee;
	color: #99aec9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#searchsubmit { float: left; }

/*	-------------------------------------------------------------
	10. FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer { clear: both; text-align: center; }
#footer p { color: #858585; font-size: 10px; }
#footer a { color: #bbbaba; text-decoration: none; }
#footer a:hover { color: #bbbaba; text-decoration: underline; }

/*	-------------------------------------------------------------
	11. CONTACT FORM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.wpcf7-form input{
	color: #858585;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.wpcf7-form input{
	width: 200px;
}

.wpcf7-form textarea{
	width: 500px;
	height: 150px;
	color: #858585;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.wpcf7-form .submit input{
	padding: 0px;
	width: 20%;
	border: 1px solid #858585;
	background: #ededed;
}