/* undohtml.css								*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved.			*/
/*   http: //creativecommons.org/licenses/by/2.0				*/
/* This style sheet is licensed under a Creative Commons License.	*/
/* Purpose: undo some of the default styling of common (X)HTML browsers	*/

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words	*/

:link,:visited
{
	text-decoration: underline;
}

/* no list-markers by default, since lists are used more often for semantics */
ul,ol
{
	list-style: none;
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code
{
	font-size: 1em;
}

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */

/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */

/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin: 0;
	padding: 0;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img
{
	border: none;
}

/* de-italicize address */
address
{
	font-style: normal;
}

/* more varnish stripping as necessary... */


/* */

/* PSEUDO CLASSES */

/* */
a:hover
{
	text-decoration: none;
	color: #C3161A;
}

*
{
/*	font-family: Verdana, Arial, sans-serif;*/
/*	font-family: Arial,Helvetica,sans-serif;*/
	color: #364447;
	margin: 0;
	padding: 0;
}

html
{
	text-align: center;
}

body
{
	margin: auto ;
	width: 1000px;
	background-image: url(../../omnikles/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-position: center top;
}

/* MODULE CENTRE Titre... */
h1
{
	font-size: 18pt;
	color: #C3161A;
}

/* MODULE CENTRE Chapeau... */
h2
{
	font-size: 9pt;
	color: #C3161A;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 10px;
}

/* MODULE DROITE Titre... */
h3
{
	font-size: 11pt;
	margin-bottom: 10px;
	font-weight: bold;
}

/* MODULE CENTRE Titre interne... */
h4
{
	font-size: 12pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #364447;
	margin-bottom: 5px;
	margin-top: 2px;
}

/* MODULE CENTRE Liste interne... */
h5
{
	font-size: 8pt;
	margin-top: 3px;
	font-family: Verdana, Arial, sans-serif;
	color: #364447;
}

hr
{
	display: block;
	height: 1px;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: transparent;
	border: none;
	background-image: url(../../omnikles/images/hr_bg.gif);
	background-repeat: repeat-x;
}

/* hack IE6 */

img
{
	border-style: none;
	padding: 0;
}

p
{
	text-align: justify;
	padding-bottom: 8pt;
	font-family: Arial, Tahoma, Arial Narrow, Verdana, sans;
	font-size: 10pt;
}

tr
{
	vertical-align: top;
}

td
{
	vertical-align: top;
}


/*ul, ol, li
{
	list-style-type: none;
	list-style-position: inside ;
	list-style-image: url(../../omnikles/images/puce_li.gif);
}*/


/* */

/* CLASSES JOOMLA + SPECS */

/* */


.readmore
{
	color: #C3161A;
	font-family: Tahoma, Verdana, Arial Narrow, Arial, sans;
	font-size: 6pt;
	font-weight: bold;
}


.contentpaneopen
{
	margin-top: 0px;
}



.mainlevel
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	text-transform: uppercase;
	text-align: right;
	text-decoration: none;
	color: #334549;
	font-family: Tahoma, Verdana, Arial Narrow, Arial, sans;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: #334549;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
}


.sublevel
{
	font-weight: bold;
	width: 100%;
	font-family: Verdana, Arial Narrow, Arial, sans;
	font-size: 9pt;
}

/*  Hack pour l'espacement vertical des sous-menus*/

.moduletable img
{
	padding-top: 10px;
}

.moduletable div
{
	background: #f8f8f8;
	text-align: right;
	padding-bottom: 10px;
	border-bottom: #334549;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
}

.moduletable .menu div
{
	background: none;
	text-align: left;
	border-width: 0 0 0 0;
	border-style: none none none none;
}



#active_menu
{
	background: #f8f8f8;
	color: #C3161A;
}

.contentheading
{
	color: #C3161A;
	font-family: Tahoma, Verdana, Arial Narrow, Arial, sans;
	font-size: 13pt;
	font-weight: bold;
}

.latestnews
{
	text-decoration: none;
}

.menu
{
	font-weight: bold;
}

.menu .introtext
{
	margin-left: 10px;
	font-size: 8pt;
	font-weight: normal;
	color: #334549;
	font-family:  Verdana, Arial Narrow, Arial, sans;

}

table.moduletable
{
	width: 100%;
}

table.moduletable th
{
	text-indent: 10px;
	text-align: left;
	font-family: Tahoma, Verdana, Arial Narrow, Arial, sans;
	font-size: 11pt;
	padding-bottom: 3px;
}


.menu li
{
	font-size: 9pt;
	margin-top: 8px;
	text-indent: 0;
	padding-bottom: 8px;
}

.latestnews li
{
	font-size: 9pt;
	margin-top: 8px;
	text-indent: 0;
	padding-bottom: 8px;
}


/* style composants actualités */

.contentpane 
{ 
	width: 100%;
}

.contentpane *
{ 
	color: #364447;
	font-size: 10pt;
}

.formcontainer
{ 
	margin-top: 10px;
	padding: 5px 0 5px 0;
	color: #85785D;
	width: 100%;
	background-color: #E6E6DD; 
	border-bottom: #334549;
	border-width: 1px ;
	border-style: dashed ;
}

.formcontainer *
{ 
	text-align: center;
	font-size: 10pt;
	margin-left: 4px;
	color: #85785D;
	text-align: left;
	width: 100%;
}


.componentheading
{
	font-size: 13pt;
	color: #C3161A;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

.contentdescription
{
	font-size: 9pt;
	color: #C3161A;
	margin-bottom: 20px;
	margin-top: 10px;
}



/* */

/* CLASSES OMNIKLES SPECS */

/* */



#container
{
	width: 100%;
	font-family: Arial, Verdana, sans;
	font-size: 9pt;
	color: #666;
}

#header
{
	background-image: url(../../omnikles/images/up_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #E8E8E8;
}

#menu_logo
{
	width: 210px;
	background-image: url(../../omnikles/images/up_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu_spacer
{
	background: transparent url(../../omnikles/images/up_spacer.gif) no-repeat scroll right top;
	width: 1px;
}


/* DESCRIPTION DES ITEMS DU MENU D'EN HAUT */
/* Les généralités : */
#menu_items
{
	float: left;
	white-space: nowrap;
}
/* Les liens */
#menu_items a
{
	display: block;
	float: left;
	/*font-family:Arial,Helvetica,sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	padding: 34px 20px 0px 25px;
	vertical-align: bottom;
	text-decoration: none;
}
/* Les listes <ul /> */
#menu_items ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
/* Les éléments de liste */
#menu_items li
{
	background: transparent url(../../omnikles/images/up_spacer.gif) no-repeat scroll right top;
	float: left;
}

td.menu_item
{
	text-align: center;
	margin:0;
	padding:0;
	width:auto;
}

/* Petite arrondi de droite du menu principal */
#menu_right
{
	float: right;
	height: 56px; 
	width: 24px;
	background-image: url(../../omnikles/images/up_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#banner
{
	background-color: #FFF;
	background-image: url(../../omnikles/images/banner_bg.gif);
	background-repeat: repeat-x;
}

#banner #leftbanner
{
	width: 9px;
	background-image: url(../../omnikles/images/up_banner_left.gif);
	background-repeat: no-repeat;
}

#banner #centerbanner
{
	text-align: left;
}

#banner #rightbanner
{
	right: 0px;
	width: 10px;
	height: 193px;
	background-image: url(../../omnikles/images/up_banner_right.gif);
	background-repeat: no-repeat;
}

#espacement_banner_body
{
	height: 15px;
}

/* conteneur des textes */
#content
{
	text-align: left;
	vertical-align: top;
	width: 100%;
}

/* module de gauche */
#leftcontent
{
	width: 222px;
	padding-left: 9px;
	color: #334549;
}

/* les textes du module de gauche sont paddés */
#leftcontent ul 
{
	padding-left: 7px;
	padding-right: 7px;
	list-style-type: none;
	list-style-position: inside ;
	list-style-image: url(../../omnikles/images/puce_li.gif);
}

/* module central */
#centercontent
{
	padding: 0 21px 0 21px;
	width: 490px;
}

/* formulaire contact du module central */

.content_outline
{
	color: #364447;
	font-size: 9pt;
	background-color: #E6E6DD;
}

.content_outline #ff_div140
{
	background-color: #FFF;
}


#centercontent #red
{
	color: #C3161A;
}





/* module de droite */
#rightcontent
{
	margin-right: 9px;
	/*background: #F5F4F2;*/
	width: 222px;
}

#rightcontent *
{
	color: #85785D;
}


/* arrondis haut de la box de droite */
#rightcontent_top
{
	vertical-align: top;
	height: 14px;
	width: 222px;
	background-image: url(../../omnikles/images/rightcontent_top.gif);
	background-repeat: no-repeat;
}

#rightcontent_middle
{
	background: #F5F4F2;
}

/* le texte au sein de rightcontent est paddé */
#rightcontent h3, #rightcontent p 
{
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
}

/* les listes au sein de rightcontent sont spécifiques */
#rightcontent ul, #rightcontent li 
{
	font-size: 9pt;
	padding-left: 7px;
	padding-right: 7px;
	list-style-type: none;
	list-style-position: inside ;
	list-style-image: url(../../omnikles/images/puce_li_right.gif);
}

/* les tables du module de droite */
#rightcontent table 
{
	width: 100%
}

#rightcontent .menurightnews
{
	color: #85775D;
}

#rightcontent th
{
	text-align: left;
	padding-left: 10px;
	color: #85775D; 
}

#rightcontent p span.redlink
{
	color: red;
	text-decoration: underline;
}

/* arrondis bas de la box de droite */
#rightcontent_bottom
{
	vertical-align: top;
	height: 14px;
	width: 222px;
	background-image: url(../../omnikles/images/rightcontent_bottom.gif);
	background-repeat: no-repeat;
}

/* liens en rouge pour page société */
#rightcontent li a
{
	color: red;
}

#footer
{
	color: #999;
	font-size: 8pt;
	height: 40px;
	text-align: center;
}

.aligncenter
{
	text-align: center;
}

.floatleft
{
	text-align: left;
	float: left;
	margin-right: 10px;
}

.floatright
{
	right: 0px;
	text-align: right;
	float: right;
}

/* positionnement et fond des puces */
.puce
{
	padding-right: 3px;
	width: 12px;
	height: 16px;
	background-image: url(../../omnikles/images/puce_bg.gif);
	background-repeat: no-repeat;
}

/* espacement des images situées à gauche */
.imgleft
{
	float: left;
	padding-right: 10px;
	text-align: right;
}

/* espacement des images situées à droite */
.imgright
{
	float: right;
	padding-left: 10px;
	text-align: right;
}

/* espacement des images situées centrées */
.imgcenter
{
	padding-left: 10px;
	padding-left: 10px;
	text-align: center;
}

/* placement des boutons de retour en haut de page */
.hautdepage
{
	width: 100%;
	padding-bottom: 10px;
	right: 0px;
	text-align: right;
	float: right;
}

.hautdepage a {
	width:200px;
}


