/* RESET */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:circle;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
a{text-decoration:none;}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p,fieldset { margin: 0; padding: 0; border: 0px; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-style: normal; }*/

.clearer {
	clear: both;
	height: 0;
	overflow: hidden;
}

html, body {
	background-color: #E0F8FF;
}

body {
	background: #E0F8FF url(../images/v2/body-fond.gif) repeat-x scroll 0 0;
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	color: #676767;
}

.wrapper {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#site-header {
	height: 117px;
	width: 100%;
}

#site-header-top {
	background-image: url(../images/v2/header-top.gif);
	background-repeat: repeat-x;
	height: 31px;
	width: 100%;
}

#site-header-content {
	background: transparent url(../images/v2/header-fond.gif) no-repeat	scroll 0 0;
	height: 86px;
	width: 100%;
}

#site-logo-container {
	float: left;
	margin-top: 10px;
}

#site-logo {
	margin-left:20px;
	margin-right:145px;
}

#site-header-pub {
	float: right;
	margin: 10px 10px 0 0;
	position: relative;
}

#site-recherche-input {
	background-image: url(../images/boutons/loupe.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color:#F0FCFF;
	border:1px solid #167C9E;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	color:#676767;
}

#site-recherche-submit {
	background-color:#F0FCFF;
	border:1px solid #167C9E;
	cursor: pointer;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color:#167C9E;
}

#site-recherche-submit:hover {
	color:#ACDC29;
}

/************** BASIC STYLES **************/

.fleft {
	float: left;
}

.fright {
	float: right;
}

a:link {
	color: #167C9E;
	text-decoration: none;
}

a:visited {
	color: #167C9E;
	text-decoration: none;
}

a:hover {
	color: #ACDC29;
	text-decoration: underline;
}

a:active {
	color: #ACDC29;
	text-decoration: underline;
}

p {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

/************** //BASIC STYLES **************/

#site-menu {
	/*background: url(../images/v2/menu-fond.gif)repeat-x scroll 0 0;*/
	height: 26px;
	margin: 0 auto;
	width: 950px;
}

#site-content {
	width: 100%;
	background: url(../images/v2/content-fond.gif) repeat-y scroll;
}

.site-content-bottom {
	width: 100%;
	height: 31px;
	background: url(../images/v2/content-bottom.gif) no-repeat scroll;	
}

/************** STYLES **************/

.text-wrapper {
	width: 930px;
	margin: 0 auto;
	padding-top: 15px;
}

.text-wrapper h1 {
	color: #ACDC29;
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	margin-bottom: 12px;
}

.text-wrapper h2 {
	color: #167c9e;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	margin-bottom: 8px;
	margin-top: 8px;
}

.text-wrapper h3 {
	color: #167C9E;
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
}

.text-wrapper ol {
	margin-left: 35px;
}

.text-wrapper p {
	margin: 10px 0 10px 0;
}

/************** FIN STYLES **************/


#main-content {
	margin: auto;
	padding-left: 5%;
}

#dossier-content {
	margin: auto;
	padding-left: 4%;
}

#site-menu ul {
	display: inline;
	margin: 0 18px 0 10px;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;	
}

#site-menu ul li {
	float: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height:24px;
	line-height: 24px;
}

#site-menu ul li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;	
}


#site-menu ul li a:hover {
	background: url(../images/v2/menu-fond-on.gif) repeat-x scroll;
}

.menu:link {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Georgia;
}

.menu:visited {
	color: #fff;
	text-decoration: none;
}

.menu:hover {
	color: #ACDC29;
	text-decoration: none;
}

.menu:active {
	color: black;
	text-decoration: none;
}

#menu-arrow {
	border: 0 none;
	height: 22px;
	width: 25px;
}

div.gauche {
	float: left;
	width: 655px;
	margin-right:20px;
}

div.droite {
	float: left;
	width: 255px;
	padding-top: 12px;
}

.text-wrapper div.post {
	padding-bottom: 15px;
	margin: 0 0 40px 0;
	border-bottom: 1px #167C9E dashed;
}

/************** BOX **************/

div.box {
	width: 232px;
	margin-top:15px;
}

div.box-top {
	width: 232px;
	height: 21px;
	background: url('../images/v2/box/box-top.png') no-repeat;
}

div.box-top-content {
	width: 202px;
	padding: 0 15px 0 15px;
	background: url('../images/v2/box/box-top-content.png') repeat-y;
}

div.box-top-bottom {
	width: 232px;
	height: 7px;
	background: url('../images/v2/box/box-top-bottom.png') repeat-y;
}

div.box-content {
	width: 202px;
	padding: 10px 15px 0 15px;
	background: url('../images/v2/box/box-content.png') repeat-y;
}

div.box-bottom {
	width: 232px;
	height: 19px;
	background: url('../images/v2/box/box-bottom.png') no-repeat;
}

	/************** BOX STYLES **************/
	
	div.box-top-content h3 {
		margin: 0;
	}
	
	div.box-content p {
		margin: 0;
		padding-bottom: 10px;
	}
	
	/************** //BOX STYLES **************/

/************** //BOX **************/

/************** RSS **************/

div.rss {
	color: #f89838;
	font-size: 15px;
	font-weight: bold;
}

img.rss {
	float: left;
	margin-left: 5px;
	margin-right:5px;
}

a.rss {
	color: #f89838;
	font-size: 15px;
	font-weight: bold;
}

p.rss {
	margin-left: 5px;
}

/************** //RSS **************/


.small-text {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
}

#site-login fieldset {
	border: 1px solid #74B9EE;
	padding-left: 10px;
}

#site-login legend {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

#site-login label {
	display: inline;
	float: left;
	font-size: 12px;
	margin-bottom: 5px;
	width: 140px;
}

input.site-login {
	background-color: #f0fcff;
	border: 1px solid #167C9E;
	color:#676767;
}

#home-pub {
	float: left;
	padding: 10px 0 0 10px;
}

#site-footer {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	margin: auto;
	text-align: left;
}

#site-footer strong {
	color: #167C9E;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.very-small {
	font-size:10px;
	line-height:13px;
	font-family:arial,sans-serif;
}

.a-top {
	margin-right: 15px;
	background-image: url('../images/icons/a-top.png');
	background-repeat: no-repeat;
	padding-left: 12px;
}

ul.footer {
	float: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 25px;
	width: 220px;
}

ul.footer li {
	margin-bottom: 4px;
}

ul.footer a:link {
	color: #ACDC29;
	text-decoration: none;
}

ul.footer a:visited {
	color: #ACDC29;
	text-decoration: none;
}

ul.footer a:hover {
	color: #167C9E;
	text-decoration: underline;
}

ul.footer a:active {
	color: #ACDC29;
	text-decoration: none;
}

.center {
	text-align: center;
}

a img {
	border: 0 none;
}

div.pagination {
	float: right;
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
}

.currentPage {
	color: #ACDC29;
	font-weight: bold;
}

.dossier-container {
	font-family: helvetica, arial, sans-serif;
}

.dossier-container h1 {
	color: #ACDC29;
	font-size: 16px;
}

.dossier-container h2 {
	color: #3366FF;
	font-size: 14px;
}

.dossier-container li {
	list-style-image: url(../images/boutons/square-blue.gif);
}

.inscription-champ {
	margin-top: 10px;
}

.bouton-submit {
	background-color: #719AD7;
	border: 1px solid #000000;
	font-family: helvetica, arial, sans-serif;
	height: 20px;
	margin-top: 5px;
}

.bouton-submit:hover {
	border: 1px solid #CC0033;
	color: #CC0033;
}

.star {
	color: #F00001;
	font-weight: bold;
}

.error-string {
	background-color: #FEFFB7;
	font-style: italic;
	margin: 5px;
	padding: 5px;
	width: 400px;
}

a {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

.bleu {
	color: #25BAF2;
}

#cse-search-results {
	width: 655px;
}

.text-wrapper div.post {
	background-position:100% 0;
	background-repeat:no-repeat;
	margin-bottom:4px;
	padding:0 10px;	
	border: 0;
}