/*** General ***********************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	background: url("./ims/p_background.jpg") repeat-x #9FA9B3;
	color: #333;
	font: 0.8em/150%  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
hr {
	margin: 5px 0;
	height: 1px;
	border: none;
	border-top: 1px solid #c0c0c0;
	text-align: left;
}
table {
	border: none;
	text-align: left;	
}
th {
	background: #c0c0c0;
}
td {
	padding: 0 6px;
	vertical-align: top;
}
td .bgcolor1 {
	background: #e6e6e6;
}
td .bgcolor2 {
	background: #fff;
}
img {
	margin: 0px 3px 0px 0px;
	padding: 0px;
	border: none;
	vertical-align: middle;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	letter-spacing: 0;
	color: #000;
	padding: 2px;
	border: 1px solid #BAB5C1;
	background-color: #f5f5f5;
}

.form_st  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	letter-spacing: 0;
	color: #000;
	padding: 20px;
	border-left: 3px solid #75a8d9;

}

.form_input  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font: 1em/150%  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	letter-spacing: 0;
	color: #000;
	padding: 1px;
	border: 1px solid #75a8d9;
	background-color: #f7f7f7;
	margin-bottom: 2px;
}
.form_checkbox  {
	vertical-align: middle;
}

.form_col1 {
	width: 150px;
}

.st_button {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	letter-spacing: 0;
	color: #000;
	border: 1px solid #BAB5C1;
	background-color: #E7D6B8;
}
.spacer {
  clear: both;
}

/*** Link Design ***********************************************************/
a:link		{ color: #3366cc; text-decoration: none; }
a:visited	{ color: #3366cc; text-decoration: none; }
a:active	{ color: #3366cc; text-decoration: none; }
a:hover		{ color: #fa8900; text-decoration: none; }


/*** Structure Divs ***********************************************************/
#cadre {
	background: #fff;
	margin: 20px auto;
	overflow: hidden;
	width: 900px;
}
#contener {
	margin: 10px 20px 0px 20px;
}
#header {
	background: #362D2D url("ims/entete2nb.jpg") no-repeat 100% 0%;
	height: 120px;
	position: relative;
	width: 860px;
}
#navigation {
	background: url("ims/primary_navigation_background.gif") repeat-x bottom;
	left: 173px;
	padding-left: 10px;
	position: absolute;
	top: 92px;
	width: 677px;
}
#pagebody {
	position: relative;
	width: 900px;
}
#maincontent {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 10px 0px 20px 20px;
	width: 640px;
}
#navigationbar {
	background: #f1f1f1 url("ims/bg_navigationbar.gif") no-repeat 100% 100%;
	color: #666;
	float: left;
	padding-bottom: 2em;
	width: 173px;
}
#navigationbar_content {
	color: #666;
}

#footer {
	font: normal 90% "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	/*border-top: 1px solid #f3f3f3;*/
	background: url("ims/background_footer.gif") repeat-x top;
	clear: both;
	color: #666;
	margin-top: 5px;
	padding: 6px 20px;
	width: 820px;
}

#hautgauche {
	height: 6px; width: 6px;
	font-size:1px; /* correction d'un bug IE */
	background: url(ims/corner_page_ul.gif) no-repeat 0 0;
}
#hautdroit {
	height: 6px; width: 6px;
	font-size:1px; /* correction d'un bug IE */
	float: right;
	background: url(ims/corner_page_ur.gif) no-repeat 0 0;
}
#basgauche {
	height: 6px; width: 6px;
	font-size:1px; /* correction d'un bug IE */
	background: url(ims/corner_page_fl.gif) no-repeat 0 0;
}
#basdroit {
	height: 6px; width: 6px;
	font-size:1px; /* correction d'un bug IE */
	float: right;
	background: url(ims/corner_page_fr.gif) no-repeat 0 0;
}

/*** Header Components ********************************************************/
#header h1 {
	background: #c60000 url("ims/logo.jpg") no-repeat 0 0;
	height: 120px;
	overflow: hidden;
	text-indent: 200px;
	width: 173px;
}
#header h1 a {
	position: absolute;
	left: 15px;
	height: 40px;
	overflow: hidden;
	top: 20px;
	width: 135px;
}
#header h2 {
	color: #4E81B2;
	font-weight: bold;
	font: normal 150% "Georgia", "Times New Roman", Times, serif;
	letter-spacing: 0.07em;
	position: absolute;
	left: 193px;
	top: 30px;
	width: 350px;
}

#header h3 {
	color: #33cc99;
	font: normal 100% "Georgia", "Times New Roman", Times, serif;
	letter-spacing: 0.07em;
	text-align: right;
	position: absolute;
	left: 570px;
	top: 15px;
	width: 350px;
}
#header a,
#header a:hover {
	color: #fff;
	text-decoration: none;
}
#header #topselect {
	position: absolute;
	left: 465px;
	top: 90px;
}

/*** Navigation Components ****************************************************/
#navigation ul,
#navigation li,
#navigation a {
	float: left;
	list-style: none;
}
#navigation a {
	color: #f2f2f2;
	font: normal 100% "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}
#navigation a:hover {
	background: #769AFF url("ims/bg1.jpg") repeat-x 0 0;
}

/*** Navigationbar Components *************************************************/
#navigationbar h3 {
	color: #a4a4a4;
	font-size: 120%;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
	padding: 0 15px;
	text-transform: uppercase;
}  
#navigationbar ul,
#navigationbar ol {
	list-style: none;
	padding: 0 15px;
}

#navigationbar a {
	color: #1a1a1a;
	text-decoration: none;
}  
#navigationbar a:hover {
	color: #235F9B;
	text-decoration: underline;
}  
#navigationbar div { 
	margin: 20px 0;
	padding: 0;
}
#navigationbar #archives {
	margin-bottom: -0.5em;
}
#legend {
	margin: 5px;
}

/*** Maincontent Components ***************************************************/
#maincontent {
	padding-top: 10px;
}
#maincontent .entry {
	overflow: hidden;
	padding: 1em 0;
	margin-bottom: 1em;
}
#maincontent .entry p {
	margin-bottom: 1em;
}
#maincontent h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #a4a4a4;
	font-size: 130%;
	font-weight: bold;
	margin: 0;
}
#maincontent h2 {
	font: normal 160% "Georgia", "Times New Roman", Times, serif;
	color: #fa8900;
	width: 60%;
	border-bottom: 1px solid #fa8900;
	margin-bottom: 15px;
}
#maincontent h3 {
	font-size: 120%;
	margin: 5px 0px 2px 0px;
	background: transparent;
}
#maincontent h4 {
	font-size: 100%;
	color: #362D2D;
	margin: 10px 0 0 0;
	padding: 0 0 0 12px;
	background: transparent url("ims/3points.gif") no-repeat 0% 50%;
}
#maincontent .entry .title {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #a4a4a4;
	font-size: 130%;
	font-weight: bold;
	margin: 0;
}
#maincontent .content {
	margin: 10px;
	background-color: #f1f1f1;
	border-left: 3px solid #fa8900;
	margin-bottom: 10px;
	padding: 15px;
}

#maincontent .news a:visited,
#maincontent .news a:active {
	color: #999;
	text-decoration: none;
}


/*** Footer styles  ********************************************************/
#footer a {
  color: #666;
  text-decoration: none;
}
#footer a:hover {
	background-color: transparent;
	color: #333;
}

/**************************************************/
.table_txt {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	
}

.row {
	width: 800px;
}

form {
	margin: 5px;
	padding: 0px;
}


/*** Dev waiting - Hack ****************************************************/
._hr {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #A5AEC5;
}

* _html .hr {
	border-bottom: none;
	padding: 1px;
	background: url(/images/css-dotted.gif) repeat-x bottom;	
}

/*** Alb Table ****************************************************/

.alb_td1 {
	width: 280px;
}

.alb_td2 {
	vertical-align: top;
}

.morceau {
}

.morceau col1 {
	width: 30px;
	float: left;
}

.morceau col2  {
	width: 30px;
	float: left;
}

.morceau col3 {
	width: 200px;
	float: left;
}

.photo_f {
	padding: 10px;
	font: normal 90% "Trebuchet MS", "Times New Roman", Times, serif;
 	background-color: #f6f6f6;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}

.photo_f_d {
	padding: 10px;
	font: normal 90% "Trebuchet MS", "Times New Roman", Times, serif;
 	background-color: #f6f6f6;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}

/*** Calendar *************************************/

.ds_box {
 	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
	padding: 0;
}

.ds_tbl {
 	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
	padding: 0;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 20px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 11px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #fa8900;
} /* This hover code won't work for IE */

.tab_blue {
	margin-left:20px;
	padding-left: 5px;
	border-left: 3px solid #75a8d9;
}

/*** Contenu *************************************/
.head_n {
	text-align: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

.t_th {
	font-weight: bold ;
	text-align: left;
	padding: 2px 5px;
	border-bottom: 1px solid #3366cc;
}

.ligne1 {
	margin: 0px;
	padding: 2px 10px;
	background-color: #fff;
}

.ligne2 {
	margin: 0px;
	padding: 2px 10px;
	background-color: #F4F3F8;
}

/*** Agenda *************************************/
.ag_item  {
	margin-bottom: 20px;
}

.ag_item h4 {
	margin: 10px 0 0 0;
	padding: 0 0 0 12px;
	font-weight: bold ;
	background: transparent url("ims/3points.gif") no-repeat 0% 50%;
}

.ag_cont {
	margin-left: 15px;
	padding-left: 10px;
	border-left: 3px solid #75a8d9;
}

.ag_loc {
	font-weight: bold ;
	color: #58b704;
}

.ag_item_old  {
	margin-bottom: 20px;
	color: #ccc;
}

.ag_cont_old {
	margin-left: 15px;
	padding-left: 10px;
	border-left: 3px solid #ccc;
}

.ag_loc_old {
	font-weight: bold;
	color: #ccc;
}

/*** Home Details ************************/
.home_details {
	font: 1.2em/140% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	clear: both;
	margin: 10px;
	padding: 20px;
	font-weight: bold;
	color: #58b704;
}

.home_details2 {
	font: 1.2em/140% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 10px 0px;
	font-weight: bold;
	color: #58b704;
}
