@charset "UTF-8";
/*
 * 	Theme Name: 
 *	Theme URI: 
 *	Description: 
 *	Author: 
 *	Version: 1.0
 *	License: 
 *	License URI: 
 *	Tags:
**/ 
 
 /* RESET
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}


/* BASE
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
body{margin:2em;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}
 

/**
 * STYLE
**/
html{ font-size: 100.01%; }
body{ color: #000; font: 75%/1.555 arial, sans-serif; /* 12px/ 16px */ }

a{ color: #ff9b28; outline: none;}
a:hover, a:focus { color: #000; text-decoration: underline;}

abbr{}
acronym{}
address{ font-style: normal; margin: 0 0 1em 25px; }

blockquote{}
cite{}
code{}

h1{ font-size: 1.8em; margin: 0 0 1em 0; }
h2{ font-size: 1.333em; font-weight: bold; margin: 0 0 1em 0; }
h3{ border-bottom: 1px solid #999; color: #000; font-size: 1.3em; padding: 2em 0 0 0; }
h3.first{ margin: 0 0 1em 0; padding: 0; }
h4{ color: #000; font-size: 1em; margin: 0 0 1em 0; padding: 10px 0; }
h5{}
h6{}

hr{ margin: 2em 0; padding: 0; }
i, em{ font-style: italic; }
img{}

p{}
pre{}

b{}
big{ font-size: 1.2em; }
small{ font-size: 0.9em; }
strike{}
strong{}
sub{}
sup{}

u, span.underline{ text-decoration: underline; }

/* 
	Formulaires 
*/
fieldset{}
form{}
label{ cursor: pointer; }
legend{ display: none; }

input, 
select, 
textarea{ background: #eeedee url(../images/input.png) repeat-x; border: 1px inset #bcbbbb; padding: 3px 5px; }
input:focus, 
select:focus, 
textarea:focus{ background: #ede954; border: 1px inset #bcbbbb; }
input[type=button], 
input[type=submit],
input[type=reset], 
button,
label.button{ background: #ECE9D8; border: 1px solid #ccc; border-color: #aaa #aaa #bbb #bbb; cursor: pointer; display: inline-block; overflow: hidden; margin: 0 3px 0 0; padding: 3px 5px; vertical-align: middle;
	border-radius: 3px;
}
label.button input{ position: absolute; top: -9999%; }
input[type=button]:focus, input[type=button]:hover, 
input[type=submit]:focus, input[type=submit]:hover,
input[type=reset]:focus, input[type=reset]:hover,
button:focus, button:hover,
label.button:focus, label.button:hover{
	border: 1px solid #000; margin: 0 3px 0 0;
}

input[type=text],
input[type=password]{}
input[readonly]{ border: 1px solid #bbb; color: #333; font-style: italic; }

input[type=checkbox],
input[type=radio]{ background: none; border: 0; }

select{}
select[readonly]{ border: 1px solid #bbb; color: #333; font-style: italic; }
optgroup{}
option{}

textarea{}

input[disabled=disabled],
select[disabled=disabled],
textarea[disabled=disabled]{ background: inherit; border: none; color: #444; font-style: italic; }
input[disabled=disabled],
select[disabled=disabled],
textarea[disabled=disabled]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.field-required{ background: #F6F0D5; }
.field-success{ background: #F6F0D5; }
.field-warning{ background: #F6F0D5; }
.field-error{ background: #F9E6E2; }
.field-error:focus{ background: #F9E6E2; border: 1px solid red; }

#errors{ color: red; }
#errors a{ color: inherit; }

/* 
	Listes 
*/
ol{ margin-bottom: 2em ; }
ol li{}
ul{ margin-bottom: 2em ; }
ul li{}

.remove-style{ margin-left: 0; }
.remove-style li{ list-style: none; }

dl{ margin: 0; }
dt{ margin: 0 0 0.5em 0;}
dt span{}
dd{ margin: 0 0 1em 0; }


/* 
	Tables 
*/
caption{}
col{}
colgroup{}
table{ border-collapse: collapse; border-spacing: 0; border: 1px solid #ccc; margin: 0 0 2em 0; width: 100%; }
table tr{}
table td{ background: #fff; border-color: #c8a77c; padding: 10px; }
table th{ background: #d6d4bb; border-color: #c8a77c; padding: 10px 15px; }
table th a{ color: #000; text-decoration: none; }
table th a:hover{ text-decoration: underline; }
table th a img{ margin: 0 0 0 5px; }
table thead{}
table thead th{ border: 0; text-align: left; }
table tfoot{}
table tfoot td{ background: #CCC; border: 0; }
table tbody{}
table tbody tr td{ border: 0; }
table tbody tr.even td{ background: #EEEEEE; }
table tbody tr.odd td{ background: #FFFFFF; }
table tbody tr:hover td {background: #f5f5eb; }
table tbody tr:focus td,
table tbody tr.focus td{background: #f5f5eb; }

/* 
	Libraries 
*/
.align-left{ text-align: left; }
.align-center{ text-align: center; }
.align-right{ text-align: right; }
.clearfix{ clear: both; }
.display-none{ display: none; }

.disabled{ color: #BBB; font-style: italic; }
.disabled a{ color: #AAA; }

.dark {color: #159bb9;}
.lite {color: #159bb9;}
.orange{ color: #d19256; }
.h2-orange{ color: #d19256; border: 2px solid #d19256; border-width: 2px 0 1px 0; }

.pagination{ padding: 20px 0; text-align: center; }
.pagination ul{ display: block; margin: 0; padding: 0; }
.pagination li{ display: inline; margin: 0; padding: 0; }
.pagination a{ background: #fff; border: 1px solid #ccc; color: #ccc; display: inline-block; margin: 0 4px; padding: 8px 10px; text-decoration: none; }
.pagination .page-active a{ background-color: #ff9b28; border-color: #ff9b28; color: #000; }

/* Print 
 * Gabarit pour l'impression de la page
**/
@media print{
	html{ background: #fff; }
	body{}
	h2{ font-size: 2em; text-transform: uppercase; page-break-before: always;}
	.renseignements-personnels h2{ page-break-before: auto; }
	p.skip{ display: none; }
	#pageHeader{ display: none; }
	p.update{ display: none; }
	.downloadable{ display: none; }
	.tabs{ display: none; }
	fieldset.tabs-content{ display: block !important; }
	fieldset.paiement{ display: none !important; }
	ul.actions{ display: none; }
}
