/*------------------*/
/* Global reset CSS */
/*------------------*/

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



/*------------*/
/* Global CSS */
/*------------*/

body {
	font-family:  Arial, Helvetica, sans-serif;
	background-color:#f7f7f7;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

ul {
	list-style: none;
}

div.clear {
	clear:both;
	font-size:1px;
	height:0;
}

#s1{
	width:360px;
	height:270px;
}


/*----------*/
/* TOOLBAR  */
/*----------*/

#toolBarWarpper {
	background-color:#000100;
}

#toolBar {
	height:25px;
	width:945px;
	margin: 0 auto;
	color: #CCCCCC;
	background-color:#000100;
	font-size: 11px;
}

#toolBar a {
	color: #CCCCCC;
	font-weight: bold;
}
#toolBar a:hover {
	text-decoration:underline;
}

#toolBar .sperateurToolBar {
	margin-left:25px;
	margin-right:25px;
}

#rechercheToolBar {
	margin-right:35px;
}


#facebookToolBar img{
	vertical-align: sub;
	padding-right:7px;
	padding-left:22px
}


.textFieldToolBar {
	border:1px solid black;
	background-color:#ffffff;
	color:#666666;
	width:80px;
	height:15px;
	font-size:10px;
 }

.submit {
     border:none;
	 background-color:#000100;
     color:#CCCCCC;
     width:25px;
     height:20px;
	 margin-top:2px;
	 font-size:10px;
}


/*--------*/
/* HEADER */
/*--------*/

#logo {
	float:left;
}
#pub {
	float:left;
	margin-top:25px;
	<!--border:1px solid #ffffff;-->
}

/*----------*/
/* Menu Bar */
/*----------*/

#menuBar {
	background-color:#f7f7f7;
	padding:5px 0px;
	float:left;
}

#menuBar ul li  {
	float:left;

}

#menuItems li img, #menuItems li a{
	display:block;
}

/*--------*/
/* FOOTER */
/*--------*/

#footer {
	background-color:#f7f7f7;
	float:left;
	font-size:12px;
	margin-bottom:40px;
}

.footerLinksOthers  {
	list-style:disc;
	margin-left:10px;
	list-style-position:inside;
	color:#666666;
}

.footerLinksOthers a {
	color:#666666;
}

.footerLinks {
	font-weight:bold;
	color:#666666;
}

.footerLinks a {
	color:#666666;
}

.footerBarreMenu li {
	float:left;
}
.footerBarreMenu li a {
	display:block;
}

#agendaLinks {
	width:265px;
	background-color:#f7f7f7;
	float:left;
}
#pro {
	width:280px;
	background-color:#f7f7f7;
	float:left;
}
#infos {
	width:235px;
	background-color:#f7f7f7;
	float:left;
}
#infos li {
	margin-left:5px;
}
#leCnd {
	width:170px;
	background-color:#f7f7f7;
	float:left;
}

.footerBarre {
	background-image:url(../img/footer/barre.gif);
	height:5px;
	width:950px;
	float:left;
}

/*--------------*/
/* ERROR TRANS */
/*-------------*/

.error {
	color:red;
	font-size:12px;
	font-weight:bold;
}

.errorAgenda {
	color:red;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	background-color:#f7f7f7;
	top:190px;
	left:185px;
}


