
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	/*background: #1887ca url(img/bg_new1.jpg) repeat-x left bottom;*/
background:#eee;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}
body.isSandbox, body.hasCfgOverride{
	padding-top:35px;
}
.configOverride{
	display:block;
	height:20px;
	padding:5px;
	text-align:center;
	background-color: #c9302c;
	color: #fff;
	font-size:18px;
}

.adminOverrideCloseSession{
	display:block;
	height:20px;
	padding:5px;
	text-align:center;
	background-color: #FF6600;
	color: #fff;
	font-size:14px;
}
.adminOverrideCloseSession a, .configOverride a{
	color: #fff;

}

.highlight {

         background-color:yellow;

}
p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

.sandboxWarning{
	text-align:center;
	position:fixed;
	left:0;
	right:0;
	top:0;
	padding:5px;
	font-size:20px;
	color:#fff;
	background-color: #FF6600;
}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}
.clearer:before, .clearer:after{
	display: table;
content: " ";
}
.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 980px;
}

/* header */
.top {
	/*background: url(img/clouds.gif) repeat-x;*/
	padding: 50px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 10px;
	width: 780px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 150px;
}
.header .left {
	background: #B3C2C7 url(img/header_new4.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;
	width: 470px;
}
.header .right {
	background: #B3C2C7 url(img/header_new.jpg) no-repeat;
	overflow: auto;
	width: 310px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {
	background: #D9E1E5 url(img/nav_new1.gif);
	border: 0px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav_new1.gif);
	border-right: 0px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	/*background: url(img/bgmain.gif) repeat-y;*/
}
.row2:hover{
	background-color:#5EC3FC;
}
/* sub navigation */
.sidenav {
	margin: 5px 0;
	float: right;
	width: 150px;
	background: #f7f7f2;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: /*#F0F0EB*/#58a8d9;
	color: #654;
}

.ChatButton div{
	background: transparent url(http://www.soniarobertsr.com/ChatButton/150/red01_fr_CA.png) no-repeat left -100px;
	width:150px;
	margin:5px auto;
	height:100px;

}
.ChatButton_ONLINE div{
	background-position:0px 0px;
}
/* content */
.content {
	float: left;
	margin: 5px 0;
	padding: 0 16px;
	width: 790px;
	background: #fafafa;
	/*background-image: url(img/construc_1.jpg) ;
	background-attachement: fixed;
	background-repeat: no-repeat;
	filter: alpha(opacity=50);
	opacity : 0.5;*/
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 8px;
}
.content .highlightRows tr:hover{
	background-color:#ccc;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {
font-family: "Lucida Sans Unicode",sans-serif;
text-align:justify;}

/* footer */
.footer {
	background: url(img/bgfooter_new1.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}
input{background-color:#d9e1e5;
color:#3e6d88;
border: #3e6d88 1px solid;
}
.cocher
   {background-color:#d9e1e5;
color:#3e6d88;
border: #3e6d88 1px solid;
}
textarea{background-color:#d9e1e5;
color:#3e6d88;
border: #3e6d88 1px solid;
}
select{background-color:#d9e1e5;
color:#3e6d88;
border: #3e6d88 1px solid;
}
.imageflottante {
float:left;
margin:10px;
}

[type="submit"]{
	cursor:pointer;
}
#error
{
	color:#ff0000;
}
#error a
{
	color:#ff0000;
}
a.disabled{
  color:#aaa;
  text-decoration:none;
}
.infosbox
{
  border-color:#0193F3;
	background:#fff url('img/information_32.gif') no-repeat 15px 50%;
}
.warnbox, .row_warning
{
	border:solid 2px #A37417;
	color:#A37417;
	background:#FFF8CC;
}
.warnbox
{
	background:#FFF8CC url('img/important_big.gif') no-repeat 15px 50%;
}
.SuccessBox
{

    color: #3B7600;
  border-color:#3B7600;
	background: #DFF2BF url('img/sucess.gif') no-repeat 15px 50%;
}
.infosbox a, .SuccessBox a, .warnbox a, .whitebox a
{
	color:#1a7cab;
}
table td a
{
	color:#1a7cab;
}
.infosbox, .SuccessBox, .warnbox, .whitebox, .row_error, .row_warning
{
	border:solid 1px;
	/*color:#1a7cab;*/
	text-align:left;
	margin:5px;
	padding:10px;
	/*-moz-border-radius: 10px;
	-webkit-border-radius:  10px;*/
}
.infosbox, .SuccessBox, .warnbox
{
	padding-left:60px;
	min-height:20px;
}
.yellowboxsquare
{
	background-color:#FFF8CC;
	border:solid 2px #A37417;
	color:#A37417;
	text-align:left;
	margin:5px;
	padding:10px;
}
.greyboxsquare
{
	background-color:#ddd;
	border:solid 2px #888;
	color:#888;
	text-align:left;
	margin:5px;
	padding:10px;
}

.ErrorBox, .row_error {
	background-color:#FFB9B9;
	color: #FF0000;
	border-width: thin;
	border-color: #FF0000;
	border-style: solid;
}
.ErrorBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
/*ff7d7*/
	background:#FFB9B9 url('img/error.gif') no-repeat 15px 50%;
	margin:5px;
	padding: 20px;
	padding-left:60px;
}
.post{
	padding:5px;
	border-bottom:1px dashed #aaa;

}
.post .title{
	font-size:25px;
}
.meta{
	text-align:right;
	margin:2px;
	font-size:10px;
}
.more{
margin-left:10px;
}
label{
	display:block;
}
.footer{
	font-size:12px;
}
table.commentaire td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}
.cpeSearchList{
	display:none;
  background:#fff;
clear:both;
}

.cpeSearchList ul{
clear:both;
padding:0;
margin:0

}
.cpeSearchList ul li{
list-style:none;
padding:0;
margin:0;
  width:160px;
  float:left;
}


.filters select{
	width:95px;
}