* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .74em Arial, "Trebuchet MS" Verdana, sans-serif;
	/*line-height: 1.5em; */
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.remark {
	color: #444;
	font-size: 10px;	
}



#content {
padding: 0 40px 0 40px;
}



.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 100%;
	margin: 0 0px;
	text-align: justify;
	min-height: 400px;
	background-image:url(../images/layout/toolbar.jpg);
	background-repeat:repeat-x;
}
.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
#newslist h2 { color: #3B6EBF; font-size: 16px; text-align: center;}
#newslist h1 { text-align: center;}
td#newslist { padding: 10px;}

#pagination {
	
}
/*
#menu ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#menu ul li { display: inline; }

#menu ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #85ACF7;
}

#menu ul li a:hover
{
color: #fff;
background-color: #369;
}

.menu h2 { color: #3B6EBF; font-size: 14px; margin-top: 0px;}
*/



#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}
table.res>tbody>tr>td {
	padding-left: 4px;
	
}
/* CSS POUR LA GENERATION DES AFFICHES */
#tab_affiche {
	background-color: white;	
}
.dates {
	font-family: sans-serif;
	font-size: x-large;
	font-weight: bold;
}

.title {
	font-family: sans-serif;
	font-size: xx-large;
	font-weight: bold;
}

.intervenants {
	font-family: sans-serif;
	font-size: x-large;
	
}

.heures {
	font-family: sans-serif;
	font-size: xx-large;
	font-weight: bold;
}

.lieu_details {
	font-family: sans-serif;
	font-size: xx-large;
	
}

div#log{
    position: relative;
    width: 500px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    background: url("../images/content/bgd/log.png") no-repeat;
}
div#log label, div#log input{
    display: block;
    float: left;
    margin-bottom: 10px;
}
div#log label{
    width: 100px;
}
div#log input{
    width: 120px;
}
div#log button{
    width: 80px;
    margin-left: 20px;
}
div#log br{
    clear: left;
}
div#logInfo{
    padding-top: 30px;
}
