@charset "iso-8859-1";

#outerwrapper {
  /*background-color: #fff;*/
	color: #33394D;
	width: 800px;
	background-color: #F8F2DE;
	border-top: 2px ridge #D7A940;
	border-right: 3px ridge #D7A940;
	border-bottom: 3px ridge #D7A940;
	border-left: 2px ridge #D7A940;
	text-align: left; 
	margin: 0 auto 0 auto;
/********* border radius added 25/10/2011 ********/
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 1px 3px 3px #333;
	-webkit-box-shadow: 1px 5px 5px #333;
	box-shadow: 1px 5px 5px #333;
}
#outerwrapper #header {
  background-color: #2c3d4d;
  height: 136px;
  padding: 0px;
  background: url('/golfdarcangues/logos/top-table-bck.jpg') top left repeat-x;
}
#outerwrapper #contentwrapper {
  padding: 10px;
}

#leftcol, #content { 
	border: 1px solid #E9D89E;
	background-color: #fff;
	text-align:left;
	/********* border radius added 25/10/2011 ********/
	border-radius:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 1px 3px 3px #e9e9e9;
	-webkit-box-shadow: 1px 5px 5px #e9e9e9;
	box-shadow: 1px 5px 5px #e9e9e9;
}


#outerwrapper #contentwrapper #leftcol {
  float: left;
  width: 190px;
  /*height:400px;*/
  /*min-height:400px;*/
  padding: 10px 10px 10px 10px;
  margin: 0;
}
#outerwrapper #contentwrapper #content {
  width: 525px;
  /*height:410px;*/
  /*min-height:410px;*/
  padding: 10px 10px 10px 10px;
  margin: 0 0 0 225px;
}
#contentvideo { 
	width: 525px;
	height: 330px;
	padding: 10px 0 0 0;
	margin: 0 0 0 225px;	
	border: 0px solid #E9D89E;
	background-color: #2c3d4d;
	text-align:center;
	border-radius:5px;
}
.clearFloat {
  display: block;
  clear: left;
}
#outerwrapper #footer {
clear: both; 
/*background-color: #c4cff3;*/
/*background-color: #dee3f8; */
/*background-color: #F8F2DE;*/
border-top: 1px solid #e6cccc;
/*padding: 2px 5px 3px 5px;*/
padding: 10px 0 0 0;
margin: 10px 10px 5px 10px;
font-size: 10px;
text-align: center;
}

#contentwrapper H1{
	padding:5px 0 10px 0px;
	margin:0;
}
UL.yellow{
	list-style-type: none;
	padding: 0;
	margin: 0;	
}
UL.yellow LI{
	background-image: url(/golfdarcangues/logos/fleches.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 1.6em;
	padding-bottom: 10px;
	font-size: 13px;
	
}
UL.yellow LI.nodot{
	background-image: none;
}

IMG.lc {
	 width:150px;
	 height:113px;
	 margin:10px;
}
/* push left col image legend up and right below photo */
#leftcol DIV.legend{
	text-align: right;
	font-size:x-small;
	width:150px;
	margin:-8px auto 20px auto;
}
#leftcol IFRAME{
	margin:10px 0;
}

/* navtable divs */
DIV#nt{width:100%;margin-top:15px;}
DIV#ntl{float:left;width:200px;text-align:left;}
DIV#ntr{float:right;width:200px;text-align:right;}
DIV#ntc{width:380px;text-align:center;margin:0 205px 0 205px;}

DIV#practice DIV.liteborder {padding:10px;height:220px;}
DIV#practice TABLE#seau TD {padding:0px;}
DIV#practice DIV.liteborder H2 {font-size:14px;font-weight:bold;padding:2px;margin:0;}
DIV#practice DIV.liteborder P{padding:2px 0 5px 0;}

TABLE#calendrier TD{padding:3px 5px;font-size:11px;}
