/* Styles reccs.ch - PB @ grafix.ch - 03.11.05 */


/* Fond */
body {
        background: #ffffff;
        margin: 0 0 0 0px;
}


/* Images */
img {
        border: 0;
        hspace: 0;
        vspace: 0;
}


/* Table principale */
#container {
        background-repeat:no-repeat;
        width: 100%;
		height: 100%;
}


/* Contenu */
.navigation2 {
		width: 300px;
		padding-left: 35px;
		padding-right: 25px;			
        font-family: arial, helvetica, verdana, sans-serif;
        font-size: 9pt;
	    color: #666666;
	    text-decoration: none
}

#content {
		width: 435px;
        border: 0;
		padding: 0;		
        font-family: arial, helvetica, verdana, sans-serif;
        font-size: 9pt;
        text-align: left;
        color: #666666;
}

#marg {
		height: 160px;
}
        
#marg2 {
		height: 60px;
}

.frame {
		background: transparent;
 		text-align: justify; 
		padding-right: 10px;
		font-size: 9pt;
		overflow: visible; /* auto */
		width: auto;
		height: auto;
		scrollbar-arrow-color: #0076a3;
        scrollbar-base-color: #ffffff;
        scrollbar-dark-shadow-color: #c2c3c4;
        scrollbar-face-color: #ffffff;
        scrollbar-highlight-color: #c2c3c4;
        scrollbar-shadow-color: #999c9e;
        scrollbar-3d-light-color: #c2c3c4;
        scrollbar-track-color: #e7e7e7;
}

.infos {
		width: 249px;
		padding-left: 28px;
		padding-right: 6px;			
        font-family: arial, helvetica, verdana, sans-serif;
        font-size: 9pt;
        color: #666666;		
}

.style1 {
		border: 1px solid #66b822;
		padding: 10px;
}

.style2 {
		color: #ff0000;
		font-size: 13px;
}


p {
      	margin: 0;
        padding-bottom: 8pt;
}

.titre {
/* 		padding: 0 0 36 0pt; */
        font-weight: bold;
        font-size: 11pt;
        color: #66b822;
}

.titre2 {
/* 		padding: 15 0 13 0pt; */
        font-weight: bold;
        color: #66b822;
}

.titre3 {
        font-weight: bold;
        }

.gras {
        font-weight: bold;
}

.important {
        font-weight: bold;
	    color: #f30303;
}

.commentaire {
        font-size: 8pt;
}
        
.exposant {
        vertical-align: 2px;
        font-size: 7pt;
}


/* Liste */
ul {
        list-style-type: none;
        margin: -9 0 9 0pt;
        }

li {
        padding-left: 10px;
        background-image: url(img/square.gif);
        background-repeat: no-repeat;
        background-position: 0 .5em;
}


/* Liens */
A {
        font-weight: bold;
        color: #043f67;
        text-decoration: none;
}

A:link {
        color: #043f67;
}

A:visited {
		font-weight: bold;
		color: #043f67;
		text-decoration: none
}

A:hover {
		font-weight: bold;
		color: #0076a3;
		text-decoration: none
}


