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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align: baseline;*/
  background: transparent;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}


// remember to define focus styles!
:focus { outline: 0; }

// remember to highlight inserts somehow!
ins { text-decoration: none; } del { text-decoration: line-through; }


// tables still need 'cellspacing="0"' in the markup
table { border-collapse: collapse; border-spacing: 0; }


hr{
	border-top:1px dotted #CCC;
	color:#FFF;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #59595b;
	padding: 0px 0px;
	background-color:#fff;
}
h1 {
	font-size: 24px;
	line-height:24px;
	font-weight:bold;
	color:#115da8;
	margin:0 0 15px 0;
}
h2 {
	font-size: 13px;
	line-height:13px;
	font-weight:bold;
	margin: 16px 0 10px 0;
}

p{
	font-size:13px;
	line-height:16px;
	text-align:left;
	margin-bottom:10px;
}

p.error{
	font-size:12px;
	color:#F5702A;
}
/* Liens */
a {
	color: #145daa;
	text-decoration:none;
}
a:hover, a:focus {
	color: #145daa;
	text-decoration:underline;
}

ul {
	list-style:none outside none;
	margin-bottom:0;
	margin-left:0;
	margin-top:0;
	padding-left:0;
}
ol {
	list-style:decimal outside none;
	margin-bottom:0;
	margin-left:0;
	margin-top:0;
	padding-left:0;
	margin-left:23px;
}

ul li {
	background-image:url("../../images/puce.png");
	background-position:0 3px;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:15px;
}

.endCol{
	clear:both;
}

IMG{
	border:0px;
}

INPUT.text{
	border:1px solid #A8A8A8;
	height:14px;
	font-size:11px;
	width:200px;
}
INPUT.login{
	border:1px solid #A8A8A8;
	height:14px;
	font-size:11px;
	width:120px;
}
SELECT{
	border:1px solid #A8A8A8;
	height:17px;
	font-size:11px;
	width:202px;
}

textarea{
	border:1px solid #A8A8A8;
	font-size:11px;
	width:201px;
}

BUTTON{
	border:1px solid #A8A8A8;
	height:18px;
	line-height:13px;
	font-size:11px;
}
input.error, select.error, textarea.error{
	color:#666666;
	border:1px solid #F5702A;
}
label.error{
	display:inline-block;
	font-size:10px;
	color:#F5702A;
}


.image_gauche
{
	float: left;
	margin-bottom:15px;
	margin-right:15px;
	border:none;
}

.image_droite
{
	float: right;
	margin-bottom:15px;
	margin-left:15px;
	border:none;
}
/* --- POSITIONNEMENT --- */

/* Page */
#positionnementSite {
	width: 980px;
	margin: 0 auto;
	background:#FFF;
	margin-top:30px;
}
#positionnementSiteCMS {
	width: 980px;
	margin: 0 auto;
	margin-top:75px;
	background:#FFF;
}

#global{
	position:relative;
	width:980px;
}

/* HEADER */
#header{
	position:relative;
	margin-bottom:10px;
	width:980px;
	height:145px;
	background:url("../../images/top.png") no-repeat;

}
#logo{
	position:relative;
	top:64px;
	left:20px;
}
#lang{
	position:absolute;
	top:64px;
	left:755px;
}
#lang IMG{
	margin-left:10px;
}

#blocSearch{
	position:absolute;
	top:90px;
	left:765px;
}
	#motcle{
		float:left;
		border:1px solid #A8A8A8;
		height:14px;
		font-size:11px;
	}
	#boutonChampSearch  {
		border:0;
		float:left;
		height:12px;
		margin:3px 0 0 5px;
		width:11px;
	}

/* Menu de navigation */
#navigation {
	float:left;
	width: 200px;
	margin:0px 0px 0px 20px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	border:0px;
	background:none;
}

#navigation a {
	display: block;
	padding: 3px 10px 3px 0px;
	line-height: 14px;
	font-size: 13px;
	font-weight:normal;
	text-decoration: none;
	color: #444;
}

#navigation li li a {
	padding: 3px 10px 3px 0px;
	font-weight:normal;
}

#navigation li li li {
	background-image:url("../../images/puceMenu.png");
	background-position:0 5px;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:15px;
}

#navigation a:hover, #navigation a:focus, #navigation a.actif {
	color: #145daa;
}

/* CONTENT */
#content {
	float:left;
	left:220px;
	width:500px;
	height:500px;
	min-height:500px;
	border-right:1px solid #b0b0b0;
	padding-right:30px;

}
html>body #content {
	height: auto;
	min-height: 500px;
}



/* INFO */
#info{
	float:left;
	margin-left:15px;
	width:165px;

}
#info H1{
	margin:6px 0 15px 0;
	font-size: 16px;
	line-height:16px;
	font-weight:bold;
	color:#145daa;
}
#info p{
	color:#7a7a7c;
}


#info .news{
	margin-bottom:30px;
	border-bottom:1px solid #CCC;
}

.news p a {
	color:#7a7a7c;
} 


/* FOOTER */
#footer {
	margin-top:30px;
	height:49px;
	width:980px;
	background:url("../../images/bottom.png") no-repeat;
}

#footer a{
	color:#999;
}
#footer a:hover{
	color:#333;
}
#realisation{
	color:#999;
	font-size:11px;
	padding-top:5px;
	background-color:#fff;
}
a.createur{
	color:#999;
}
a.createur:hover{
	color:#59595b;
	text-decoration:none;
}

.pagination{
	text-align:right;
	margin:20px 0px 0px 0px;
	padding-bottom:25px;
}
.page {
	float:left;
	border-right:1px solid #CCCCCC;
	padding:4px 8px 0px 8px;
	font-size:13px;
	line-height:13px;
	height:20px;
}
.pictoNext {
	float:left;
	border:0px;
	padding:6px 0px 0px 8px;
	height:20px;
}
.pictoPrevious {
	float:left;
	border-right:1px solid #CCCCCC;
	padding:6px 8px 0px 0px;
	height:20px;
}
.searchMotEvidence{
	background-color:#FFFF00;
}
