﻿@import url("layout.css");

/*
Charte graphique:
-	Le Jaune et le orange du soleil (menu) : #FFF100 et #FFC112
-	Le vert de la tetiere : #bdce4e (vert clair des tableaux) et #a8b55b (fonce)
-	Le brun rouge du nom Paradeigma : #821117
*/

p {
	margin: 0;
	padding: 0 ;
	margin-bottom: 1em;  /* 1 ligne */
}

body {
/*	background-image: url('../images/background.gif'); 
	background-repeat: repeat;
	background-attachment: scroll; */
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 800px; 
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid #821117;
	border-bottom: 1px solid #821117;
	border-left: 1px solid #821117;
	background-color: #fff;
	position: relative;
}
#masthead {
/*
	text-align: center;
	width: 800px;
	padding: 0;
	background-attachment: scroll;
	background-color: #FFFFFF;
*/

}
#navigation {
/*	border: thin none #808080;
	position: relative;
	float: left;
	width: 800px; 
	margin-bottom: 0; 

	top: 0px;
	left: 1px;  
		height: 30px;

	*/
	top: -40px;				/* some pixels back into the banner pix, 40px w/o flag */
	position: relative;

}

#content {
	float: left;
	color: #000000;
	margin-left: 20px;
	margin-right: 20px;
	width: 760px;
}

#footer {
	text-align: center;
}
/* Masthead Styles */

/* Content Styles */
h6 {}
h5 {}
h4 {}
h3 {
	font-weight: bold;
	font-size: 13px;
	color: #821117;
	margin: 0;
	padding: 0 ;
	margin-bottom: 1em;  /* 1 ligne */
}

h2 {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 ;
	margin-bottom: 1em;  /* 1 ligne */
}

h1 {
	color: #821117;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 15px;
}

.bullet-img {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

.bullet-p {
	padding-left: 30px;
	margin-left: 0px;
	text-indent: 0; 
}

/* */
.header {
	color: #821117;
	font-size: 28px;
	margin-bottom: 15px;
}


.frame {
	float:none;
	vertical-align: top;
}

.frame_text {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	font-weight: 700;
	padding-top: 40px;
}

/*** Tableaux ***/
/* Titre */ 
caption {
	font-size: 18px;
	font-weight: bold;
	color: #a8b55b;
	background-color: #fff;
	text-transform: uppercase;
}

.array {
	font-size: 14px;
	border: 0px;
	background-color: #bdce4e;
	width: 418px;
	padding: 0px;
	border-collapse: collapse;
	color: #FFFFFF;
}

.array td {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-family:Verdana;
	padding: 10px 10px 10px 10px;

}

/* Ligne alternee */
.tr1 {
	background-color: #a8b55b;
}


.array p {
	margin-left: 10px;}

.altmenu {
	display:none
}	

/* Footer Styles */
#footer p {
	margin: 0 0 0 0;
	color: #808080;
	font-size: xx-small;
}
#footer a {
	color: #821117;
	text-decoration: none;
}
#footer a:hover {
	color: #bdce4e;
	text-decoration: none;
}
a {
	color: #821117;
	text-decoration: none;
	}
a:hover {
	color: #bdce4e;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
	color: #821117;
}
.style_bold_black {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}
.style_small {
	font-size: 10px;
}

/* CSS du menu horizontal, bieler batiste */

.menu{
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 800px;
}

.menu ul{		/* 6 menus on a 800 width = 133 px + 2 px left, 1 on each side */
    position:absolute;
    display:block;
    width:133px;
    margin:0;
    padding:0;
    }
    
.menu li ul{
    visibility:hidden;
    }

.menu li li ul{
    position:absolute;
    margin-left:133px;
    margin-top:-23px;
    }
    
.menu li{
    list-style:none;
    width:133px;
    height:auto;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0;
    padding:0;
    }
    
.menu li li{
    display:block;
    float:none;

    }
    
/* correct a little IE bug */
* html .menu li li{
    display:inline;
    }
    
.menu li li a {					/* for pull-down lines */
    background-color: #FFF100;
    }

.menu a{						/* for top line */
	text-align: center;
	color: #000;
	display: block;
	width: 133px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 12px;
}
    
.menu a:hover{
/*   background-color: #FFC112; */
/*    border:1px #FFC112 solid; */
    }
    
.menu li li a:hover {					/* for pull-down lines */
    background-color: #FFc112;
    }
    
    
/* for a mozilla better display with key nav */
.menu a:focus{
    background-color: #FFC112;
}

a.linkOver{					/* color after focus - top menu */
/*    background-color: #FFC112; */
    }

