/**
 * Site.css -- Used by Site.master
 */

html,body {
    height: 100%;
}

form {
	margin:0;
}

body{
	margin:0;
	text-align:center;
	font-family:verdana; 
	font-size:.7em;
	background:#F6F6EB  top center repeat-y;
}


div.id_wrapper
{
	margin:0 auto;
	background-color:#fff;
	overflow:visible;
}

div.id_header{
	height:75px;  /*70px*/
	padding-right:15px;
}


div.id_footer{
	clear:both;
	border-top:1px solid #C4CFD8;
	padding:12px;
}

div.id_footnotes{
	padding:12px;
}

div.id_footer ul{
	margin:0 0 4px 0;
	padding:0;
}

div.id_footer li{
	display: inline;
	padding: 0 25px 0 0px;
	background: url(http://img.cdn.rotaryagadirdoyen.com/images/nav/nav_footer_separator.gif) no-repeat right;
}

div.id_footer li.last{
	background:none;
}

div.id_footer a{
	color:#2B4359;	/*32506A*/
	font-size:11px;
}

div.id_footer a:hover{
	color:#000;
}

div.id_footer p.id_copyright{
	font-size:.9em;
	margin-bottom:10px;
	color:#A8B8C4;
}

div.id_footer_proposal{
   clear: both;
   padding-top: 12px;
   padding-right: 12px;
   padding-bottom: 12px;
   padding-left: 12px;
}

p.id_disclaimer{
	color:#000;
	margin-right:200px;
}

p.id_disclaimer a{
	color:#006990;
}

p.id_disclaimer a:hover{
	color:#000;
}

p.id_disclaimer_bullets{
	font-size:.9em;
	color:#000;
}

div.build_version
{
   margin-top:10px;
   font-size:10px;
   font-style:italic;
}

div.id_print
{
   position: relative;
}

div.id_print .id_btn_print 
{
   width: 47px;
   height: 16px;
   position: absolute;
   /* Each page needs to set its own position, since they differ in width etc.
   top: 8px;
   left: 800px;
    */
}

.ContentActu{
	width:65%;
	margin-top:5px;
}

.ListActu ul{
	list-style:none
}

.titreActu a{
	color: rgb(0, 104, 144); 
	font-size: 12px; 
	font-family: Arial; 
	font-weight: bold; 
	padding-bottom: 6px;
}
.plusActu{
	color: rgb(0, 104, 144); 
	font-size: 11px; 
	font-family: Arial; 
	font-weight: bold; 
	margin-left: 500px;
	padding-bottom: 6px;
}

.HomeRight{
	background:url(http://img.cdn.rotaryagadirdoyen.com/images/bg-h-t1.png) no-repeat;
	padding:0px 15px 0px 20px; 
	padding-top:5px;
	color:#3C5D6F; 
	font-family:Arial; 
	font-size:18px; 
	font-weight:bold;
}
.LienHomeRight{
	color:#3C5D6F; 
	font-family:Arial; 
	font-size:18px; 
	font-weight:bold;
}

.tdSep{
	height:7px;
}	

.tdHomeCenter{
	padding :6px 0 6px 6px;
}

.tdHomeRight{
	padding:7px 7px 7px 0 ;
}

.membres{
width:860px;
}

/*.membres tr {border:1px solid #005197;}*/
.membres td {padding:3px; text-align:center; border-left:1px solid #005197; border-bottom:1px solid #005197; }
.membres td.bRight {border-right:1px solid #005197; }
.th td {background: #005197; color:#FFF;}


.annexes td {padding:3px; text-align:center; border-left:1px solid #005197; border-bottom:1px solid #005197; }
.annexes td.bRight {border-right:1px solid #005197; }
.th td {background: #005197; color:#FFF;}

/*Animation images */
#img_gal{
padding:0;width:591px; height:261px;
}

#homecalimg{
padding:1px;
list-style:none;
}

@media screen
{
   body{
	   color:#5B5750;
   }
   div.id_header{
	   background:#005197;  /*32506A*/
   }
   div.id_wrapper
   {
	width:923px;
   	background-image:url(http://img.cdn.rotaryagadirdoyen.com/images/shadow_bg.gif);
   	background-repeat:repeat-y;
   }
   div.id_wrapper_sub{
	padding:13px 28px 0 28px;
   }
   div.id_wrapper_sub_with_dashboard{
	   padding:13px 28px 0 28px;
	   padding-top:0px;
   }
}

@media print
{
   body{
	   color:#000000;
   }
   ul.id_nav_header
   {
      display: none;
   }
   div.id_wrapper
   {
      /* Let the page width determine the wrapper width, so landscape can be wider
         width: 672px;
      */
   }
   div.id_wrapper, div.id_wrapper_sub_with_dashboard
   {
      padding: 0;
      margin: 0;
   }
   div.id_wrapper_sub
   {
      padding-left: 0px;
   }

   .id_btn_print {
      display: none;
   }
}