/* Reset
-------------------------------------------------------------- */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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}:focus{outline:0;}body{line-height:1;color:#000;background:#FFF;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}

/* General layout
-------------------------------------------------------------- */
body { 
  font-size: 75%;
  line-height: 1.3;
  color: #222; 
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 10px;
}
#overall{
	position: relative;
	width: 685px;
	/*padding-top: 40px;*/
	/**/margin: 0 auto;
	background: #FFF;
}
#content{ background: url(/includes/cobrand/img/sprite-v.png) 698px top repeat-y; }
#content-main,
#content-sub1{
	overflow: hidden;
}
#content-main{
	float: left;
	width: 685px;
}
#content-main .in{ padding: 15px; }
#content-sub1{
	float: right;
	width: 302px;
	padding-top: 15px;
}
#content-sub1 > div{
	padding-left: 1px;
	padding-right: 1px;
}
#content-sub1 div.in{
	padding-left: 1px;
	padding-right: 1px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight:bold;font-weight:bold; }

h1 { font-size: 3.0em; line-height: 1.1; margin-bottom: 0.5em; letter-spacing: -1px; }
h2 { font-size: 2.0em; line-height: 1.0; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1.0; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.2; margin-bottom: 1.25em; }
h5 { font-size: 1.0em; margin-bottom: 1.5em; }
h6 { font-size: 1.0em; }

h1.small{ font-size: 2.5em; }

h1 a, h2 a, h3 a, h4 a, h5 a{ text-decoration: none; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 15px; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #E00; text-decoration: none; outline: 0; }
a           { color: #222; text-decoration: underline; outline: 0; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; font-family: Georgia, sans-serif; }
strong,dfn  { font-weight: bold; }
em,dfn,cite { font-style: italic; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 2em; }

ul          { list-style-type: square; }
ul ul       { list-style-type: circle; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       	{ margin-bottom: 1.4em; width:100%; }
th          	{ font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption	{ padding: 4px 10px 4px 5px; }
tr.even td  	{ background: #e5ecf9; }
tfoot       	{ font-style: italic; }
caption     	{ background: #eee; }

/* Form
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin: 0;
  border: 1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      {
	font-size: 1em;
	overflow: auto;
}

/* Misc
-------------------------------------------------------------- */
.hide{ display: none; }
.tl{ text-align: left; }
.tc{ text-align: center; }
.tr{ text-align: right; }
.clr{ clear: both; }
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	height:0px;
	font-size:1%;
	padding:0;
	margin:0;
	background:none;
}

/* Pub habillage
-------------------------------------------------------------- */
#habinter{
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
}