/**
 * 
 * @version $Revision $
 * @cvs $id $
 */
body {
	background-color: #ebe4d2;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #474848;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474848;
	font-style: normal;

}
.titreActif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c61f18;
	font-weight: bold;
	font-style: normal;
}

a:link {color: #014735; font-family: Arial, Helvetica, sans-serif;font-size: 12px;text-decoration: none; }
a:visited {color: #014735; font-family: Arial, Helvetica, sans-serif;font-size: 12px;text-decoration: none; }
a:hover {color: #c61f18; font-family: Arial, Helvetica, sans-serif;font-size: 12px;text-decoration: none;}
a:active {color: #c61f18;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;text-decoration: none;}
/*------------------------------------------------------------------------------------*/
img {
	border: 0px;
}
img.contoure{
	border-color: #6e7172;
	border-width: 1px;
	border-style: solid;
}

img.bordureNoire {
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

img.bordureGrise{
	border-color: #6e7172;
	border-width: 1px;
	border-style: solid;
}

table {
	border-collapse: collapse;
}
/*------------------------------------------------------------------------------------*/
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #242424;
}

input.text {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #242424;
}

input.button {
}

input.radio{
}

select {
}

label {
}

textarea {
}

ul{
}

li{
}

/*------------------------------------------------------------------------------------*/
.trigger{
    cursor: pointer;
}

/*------------------------------------------------------------------------------------*/
span.texteGene{
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
	font-style: normal;
	text-align: left;
}
span.menuactif{
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
}
span.gras{	
	font-weight: bold;
}
span.italic{
	font-style: italic;
}
span.souligne{
	text-decoration: underline;
}
span.texteBloc{
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
	font-style: normal;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}

/*------------------------------------------------------------------------------------*/

div#main{
	width: 990px;
	position: relative;
	padding: 0px;
	margin: auto;
	margin-left: auto;
	/*overflow: visible;*/
}

.xParagraph {
	width:600px;
	text-align:justify;
}

.on {
	color:#f1f628;
}

/*------------------------------------------------------------------------------------*/
table.agenda {	
	width: 580px;	
	margin-top: 15px;
	border-collapse: collapse;	
}

td.agendaTitre {	
	width: 580px;
	text-align:left;
	background:url('../images/design/tab_top_cyvel.gif') no-repeat top left;	
	background-color:#6E87CD;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;	
	color:white;
	text-align:left;
	font-weight: bold;
	font-size:11px;
}

td.agendaCoordonnee{
	height: 15px;
	font-style: italic;
	font-size: 9px;
	background-color:#F3F3F3;
	border-left:1px solid #6E87CD;
	border-right:1px solid #6E87CD;
	text-align:left;
	text-indent:10px;
}

td.agendaVisuel{	
	background-color:#F3F3F3;	
	border-right:1px solid #6E87CD;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;	
	width:210px;
}

td.agendaDesc{
	text-align: justify;
	background-color:#F3F3F3;
	border-left:1px solid #6E87CD;
	border-right:1px solid #6E87CD;
}

td.agendaDesc2{
	text-align: justify;
	background-color:#F3F3F3;
	border-left:1px solid #6E87CD;
}

td.agendaDesc p, td.agendaDesc2 p {	
	padding:10px;
}

td.agendaPied {
	width:580px;
	background:url('../images/design/tab_bottom_cyvel.gif') no-repeat top left;
}

td.ideeTitre {		
	text-align:left;	
	font-weight: bold;
	font-size:12px;
}

td.ideeDesc {		
	text-align: justify;
}

.moteurRecherche {
	display:inline;
}

/* CONTACTS UTILES*/

.themeContact {
	font-size:14px;
	font-weight:bold;
	color:#6E87CD;
}

hr.contact {
	width:100%;
	height:1px;
	color:black;
}

table.contact {
	width:610px;
}

table.contact tr {
	vertical-align:top;
}

table.contact td a {
	font-weight:bold;
}

td.topManger {
	background:url('../images/design/tab_top_manger.gif') no-repeat top left;
	width:159px;
	height:17px;
}

td.repeatManger {
	background:url('../images/design/tab_repeat_manger.gif') repeat-y;
	width:159px;
	text-align:left;
}

td.bottomManger {
	background:url('../images/design/tab_bottom_manger.gif') no-repeat top left;
	width:159px;
	height:9px;
}

td.fondMenu {
	background:url('../images-en/design/nav_menu.gif') no-repeat top right;
}