/* site emploi_CESU_2008 */
/* fichier de déclarations CSS */
/* default.css v0.0.2 du 02/04/11 */

body{
	margin: 10px;
	background-color: white;
	min-width: 610px;
}

a:link { color:#CC6633; }
a:visited { color:#CC6633; }
a:active { color:#CC9966; }
a:hover { color:#CC9933; } 

#title{
	width: 100%;
	padding: 0px;
	text-align: center;
}

h1{
	font-family: serif;
	font-size: 24px;
	color:#996633;
	margin-top: 25px;
	margin-bottom: 10px;
}

h2{
	font-family: sans-serif;
	font-size: 14px;
	color:#996633;
	margin-top: 0px;
	margin-bottom: 50px;
}

#menu_superieur {
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: solid 2px #CC9966;
	border-bottom: solid 2px #CC9966;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #CC6633;
	background-color: #FFFFFF;
	width: 100%;
}

#page_content{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none;
	border-bottom: none;
	border-left: dashed 5px #CC9966;
	border-right: dashed 5px #CC9966;
	background-color: #FFF;
	z-index: 2;
	text-align: left;
	height: 100%;
}

#page_bottom{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-top: none;
	border-bottom: dashed 5px #CC9966;
	border-left: dashed 5px #CC9966;
	border-right: dashed 5px #CC9966;
	background-color: #FFF;
	z-index: 2;
	text-align: left;
	height: 100%;
}

p.active {
	vertical-align:text-top;
	line-height:40px;
	}

p.passive {
	vertical-align:text-top;
	line-height:40px;
	}

div img {
	vertical-align:bottom;
	border: none;
	}

a>img   {
	vertical-align:text-bottom;        
}

#bottom_img {
	float:left;
}

.welcome_text {
	text-align:left;
	font-family:'Times New Roman',Times,serif;
	font-size: 20px;
	color: black;
	font-weight: bold;
}

.bottom_note {
       	font-size:10px;
	font-family: sans-serif;
	color:#CC9966;

}

#frame{
	width:100%;
}

.menu{
	vertical-align:top;
	padding:0px;
	margin:0px;
}

#nojs_msg{
	vertical-align:top;
	color:#663300;
	background-color:#FFCC99;
	padding: 10px;
	padding-top:5px;
	padding-bottom:0px;
}

.passive{
	color:#996633;
	background-color:#FFFFFF;
	font-size:16px;
	font-family: sans-serif;
	font-weight: bold;
}

.active{
	color:#CC9966;
	background-color:#FFFFFF;
	font-size:16px;
	font-family: sans-serif;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

#descriptif { 
        min-height:16em;
}

.descripts{
	border:solid 2px #CC9933;
	vertical-align:middle;
	padding: 10px;
	padding-top:20px;
	font-size:14px;
	font-family: sans-serif;
	color:#996633;
}

.not_shown{
	position:absolute;
	top: 0px;
	right: 0px;
 	visibility:hidden;
}

