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

author: gorotron (www.gorotron.com)
version: 1.0
license: Commons Attribution 3.0 United States License

http://creativecommons.org/licenses/by/3.0/us/

Do whatever you like with this template- just be
sure to leave my link at the bottom of each page.

Thanks!

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

@import "dropdown.css";


.lebody
{
	text-align:left;
	color:#333;
	width:975px;
	margin:0px auto;
	background:#FFF;
	padding:0 0 0;
	background:#FFF url(images/body_bg.gif) bottom repeat-x;
	border:0px solid #EAEAEA;
	
}


a {
	color:#004D85;
	text-decoration:none;
}


ul {
	list-style:none;
}



#breadCrumbs {
	clear:both;
	padding-top:18px;
	padding-bottom:18px;
	padding-left:25px;
	background:#eaeee0 url(images/background_site.jpg) top repeat-x;
}


/* Form */

input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#999;
}
select{
border:1px solid #59674a;
font-size:11px;
color:#396003;
margin:0 0 0;
padding:0 0 0;
}
#submit {
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	width:auto;
	background: url(images/nav_bg.gif) bottom repeat-x;
	border:1px solid #FFFFFF;
}

input#submit:hover {
	border-color:#F60;
}

.titre_prog
{
	padding-top:30px;
	font-size:20px;
	color:#386101;
}
.titre_prog1
{
	font-size:20px;
	color:#386101;
}
.detail_type
{
	padding-top:10px;
	font-size:14px;
	color:#386101;
	padding-bottom:10px;
}
.fourchette
{
	padding-top:20px;
	font-size:18px;
	color:#386101;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
}
#bloc1
{
background-color:#eaebe5;
padding:5px;
margin-right:20px;
margin-top:3px;
}
#bloc
{
background-color:#eaebe5;
padding:5px;
width:340px;
margin-top:3px;
}
#bloc_membres
{

padding:5px;
width:340px;
margin-top:3px;
}
/* Side Column */

#secondaryContent {
	float:left;
}



#secondaryContent h2 {
	color:#386101;
	background:url(images/background_h2.jpg) repeat-x top;
	height:10px;
	width:100%;
	padding-top:12px;
	margin:0;
	text-decoration:underline;
	font-size:13px;
}

.secondaryContentBox {
	border:1px solid #e5e5e5;
	background:#ffffff;
	text-align:center;
	
	
}
#texte_contentBox
{
	padding-left:10px;
	padding-top:20px;
	padding-right:10px;
	padding-bottom:10px;
	font-size:14px;
	color:#396003;
}



#footer1 {
	text-align:left;
	color:#761e10;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:both;
	height:109px;
	padding-left: 25px;
	background:url(images/background_footer1.jpg) top repeat-x;
	line-height: 10px;
}
#footer2 {
	text-align:left;
	color:#1f380d;
	height:65px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	clear:both;
	padding-top:12px;
	padding-left: 25px;
	background: #82946e;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #90a17d;
}

#footer li {
	display:inline;
	margin:0.5em;
}
#menu {
    width:786px;
	height:38px;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	float:left;
	}

	
#menu2 {
width:509px;
	height:40px;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
    }
	
	
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }


/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	margin-top:-10px;
	font-size:10px;
	float:left;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#396003;
	display:block;
	text-align:left;

	border:0;
	* font-size:0.9em;

	background:transparent;
	float:none;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px; width:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:0px; height:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	color:#FFF; 
	background: url(images/nav_bg.gif) bottom repeat-x;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
input.formulaire{
border:1px solid #CCC;
font:11px Verdana, Arial, Helvetica, sans-serif;
width:100%;
}
input.mettre_option{
border:1px solid #CCC;
font:11px Verdana, Arial, Helvetica, sans-serif;
}