* {
	margin: 0;
	padding: 0;
	font: normal 15px "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,
		sans-serif;
}

body {
	background-image: url("../images/background/backgrd-stripes.png");
}

a {
	color : #ff6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

p {
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
	margin-right: 50px;
}

ul{
	list-style-image: url("../images/icons/coche.png");
}
li{
	margin-left: 90px;
	padding-bottom: 8px;
}

div#all_page {
/*	background-image: url("../images/background/background-content.png");
	background-repeat: repeat-x;
	background-position: top;
*/	background-color: #D1D1D1;
	border: 1px #444444 solid;
	width: 90%;
	min-width: 800px;
	height: 100%;
	min-height: 800px;;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

h1 {
	background-image: url('../images/title/h2.png');
	background-repeat:  repeat-x;
	font-size: 22px;
	padding: 5px;
	color: #444444;
	border-bottom: 1px solid #999999;
	text-align: center;
	margin: 5px;
}

h2 {
	background-image: url('../images/title/inactiveheader.png');
	background-position: top;
	background-repeat:  repeat-x;
	font-size: 16px;
	color: #E87415;
	padding: 4px;
	padding-left : 30px;
	border-bottom: 1px dotted #AAAAAA;
	margin: 9px;
}


#container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;;
	border: 1px solid #555555;
	min-height: 500px;
	background-color: #FAFAFA;
	background-image: url("../images/background/recto-filigrane.png");
	background-repeat: no-repeat;
	background-position: center;
}

/*********************************
 *                               *
 *              Choices          *
 *                               *
 *********************************/

div#logo {
	width: 100%;
	margin-bottom: 10px;
	background-image: url("../images/banner/background-logo.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

img#logo {
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
}

span.logo_title{
	font-size: 30px;
	color : #EEEEEE;
	margin-left: 15px;	
}

span.logo_subtitle{
	font-size: 23px;
	color : #B9B9B9;	
	margin-left: 45px;	
}

/*********************************
 *                               *
 *              Choices          *
 *                               *
 *********************************/
  
#small-table-choices{
	background-image: url("../images/table-choices/small/table-background.png");
	background-repeat : no-repeat;
	width : 128px;
	height: 107px;
	margin: auto;
	padding-top: 4px;;
}

#table-choices{
	background-image: url("../images/table-choices/table-background.png");
	background-repeat : no-repeat;
	width : 515px;
	height: 423px;
	margin: auto;
	padding-top: 5px;;
}

a img.image-hover{
	visibility: hidden;
	display: none;
}

a:hover img.image-not-hover{
	visibility: hidden;
	display: none;
}

a:hover img.image-hover{
	visibility: visible;
	display: inherit;
}

/*********************************
 *                               *
 *     Partenaires Recto         *
 *                               *
 *********************************/

div#partenaires_recto {
	width: 100%;
	margin-bottom: 10px;
	background-image: url("../images/banner/background-logo.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

div#partenaires_recto p {
	color: #FFFFFF;
}

div#partenaires_recto a {
	color : #000000;
	text-decoration: none;
}

div#partenaires_recto a:hover {
	text-decoration: underline;
}

