/* @override http://www.liguesdelasante.ch/ligues.css */

@charset "UTF-8";
.twoColFixLtHdr #container #main{
	/*background-color:#FF0000;*/
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E69100;
	border-bottom-color: #E69100;
	border-left-color:#E69100;
	margin: 0px;
	padding: 0px;
}

a {
	color:#E69100;
	text-decoration:none;
}
p{
padding-left:50px;
padding-right:30px;
padding-top:0;
margin-top:0;

}

h1{
	font-size: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	color: #E69100;
	margin-left: 35px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 20px;
}
h4{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	color: #666666;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
h5{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	color: #000000;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#E69100;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #666666;
}


a:hover{
	color:#333333;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ffffff;
	background-image: url(img/fond.gif);	

}
.twoColFixLtHdr #container {
	width: 782px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	background-color:#FFF7EE;
}
	

.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	height: 130px;
	background-color: #ffffff;
	background-position: 0px 0px;
}
#topright{
	background:#ffffff;
	text-align:right;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#topleft{
	float:left;
	background:#ffffff;
	text-align:left;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#topright a{
	color:#666666;
}



#topright a:hover{
	color:#E69100;
	
}

#topleft a{
	color:#E69100;
	font-size: 10px;
	font-weight: bold;
}



#topleft a:hover{
	color:#666666;
}

#mainNavCont{
	margin-right:auto;
	margin-left:auto;
	width:750px;
	border: 1px solid #E69100;
	background-color:#FFFFFF;
	margin-top:25px;
}


#big{
	float:left;
	text-align:left;
	border: 1px solid #E69100;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:15px;
	background-color:#FFffff;
	width:510px;
	padding: 0px;
	margin-right: 0px;
}

#big_cont{
	width:500px;
	background:#FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;	
}
#big_nav{
	padding-left:25px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	font-weight: normal;
	font-size: 12px;
	background-color: #fff7ee;
	color: #666666;
}
#big_nav a{
		color: #666666;
}

#big_cont ul{
	margin-left: 35px;

}
#big_cont  li{
	margin-left: 35px;
	margin-bottom: 5px;
}


#right{
text-align:center;
margin-top:20px;
padding-right:15px;
float:right;
width:235px;


}
#small{
	float:right;
	margin-left:11px;
	margin-bottom:20px;
	width:100px;
	height:100px;
	border: 1px solid #E69100;
	background-color:#FFFFFF;
}



/* My Comment */

#credit {
	float: left;
	width: 490px}

#hon{
	float: right;
	}
#hon p{
	float: right;
	width:200px;
		}
#hon img{
	margin: 0 20px 0 0;
	
		}

/* My Comment */
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFAA32;
	color:#ffffff; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	color:#FFF;
	}
#footer a:hover {
	color:gray;
	}	
	
 
#infoligues a {
	margin-left: 25px;
	color:#E69100;
}
 #infoligues h3 {
	font-size: 11px;
	font-weight: bold;
	margin-left: 25px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#infoligues h2 {
	font-size: 12px;
	
	
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E69100;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #333333;
}
#infoligues ul {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 50px;
	list-style-type: square;
	list-style-image: url(content/img/puce.gif);
}
#infoligues li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#infoligues a:hover {
	margin-left: 25px;
	color: #333333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#small a {
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#small a:hover {
	color:#F3AB00;
	text-align: left;
}
#big #ligue a {
	
	color:#E69100;
}
#big  #ligue  a:hover {
	color: #999999;
}
#big a {
	color: #E69100;
	text-decoration: none;
}
#big  a:hover {
	color: #333333;
}
#big    #logo_membre a  {
	text-align: center;
	text-decoration: none;
}
#big #logo_membre img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#big   #logo_membre  {
	width: 115px;
	float: left;
	height: 100px;
	padding-top: 25px;
	text-align: center;
}
#big #membre h3 {
	color: #E69100;
	text-transform: uppercase;
	margin-left: 25px;
	margin-bottom: 0px;
}
#big #membre {
	width: 390px;
	float: right;
}
#plan {
	padding: 0px;
	height: 500px;
	width: 520px;
	border: 1px solid #E69100;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#big  #theme  #adresse a {
	text-decoration:none;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#big #theme #adresse {
	text-align: right;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style:dotted;
	border-top-color: #E69100;
	margin-left: 10px;
	width: 300px;
}
#big #theme #adresse img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#big #theme li {
	margin-left: 50px;
	margin-bottom: 5px;
	margin-right: 10px;
}
#big ul {
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#big  ol {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 2px;
	padding: 0px;
}
#big li {
	margin-bottom: 3px;
}
#big  #theme  table {
	margin-left: 30px;
}
.Style2 {
	color: #E69100;
	font-size: 12px;
	font-weight: bold;
}
.Style2_noir {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.Style4 {font-size: 10px}
#big #theme #adresse h5 {
	
	font-size: 12px;
	color: #E69100;
	margin-top:0px;
	margin-left:0px;
	margin-bottom: 3px;
	padding-bottom: 0px;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 0px;
}
#big #theme ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#big #theme #adresse h4 {
	padding-right: 30px;
	padding-bottom: 2px;
}
.img_balade img {
	float: left;
	width: 0px;
	margin: 15px;
}
 <br class="clearfloat" /> <br class="clearfloat" />
#big #theme li {
	margin: 0px;
	padding: 0px;
}
.img  balade {
	float: left;
	width: 0px;
	margin: 15px;
}
.cadre_orange {
	border: 1px solid #e69100;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 15px;
	color: #666666;
}
.cadre_orange h1{
padding:0;
margin:10px 10px 10px 50px;
}

.cadre_orange p{
padding:0;
margin:10px 10px 10px 50px;
}

.date_cours {
	background-color: #FFFFFF;
}


