
body {
	background-color: #e9e9e9;
	margin: 0px;
    font-family:  Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: justify;
    color: #666;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
table td {
	padding: 0px;
}


/*
	DEFINITIONS SPECIFIQUES
*/
.global {
	width: 1100px;
}
.blanc {
	background-color: #fff;
}
.titre {
	color: #5b759d;
    font-size: 20px;
    font-weight: bold;
}
.titreMembre {
	color: #5b759d;
    font-size: 20px;
    font-weight: normal;
}
.bleue {
	color: #5b759d;
}
.lineSortie {
	font-size: 11px;
}
.lineSortie td {
	padding: 8px;
}
.lineSortie:hover {
	background-color: #f0f0f0;
    cursor: pointer;
    color: #444;
}

/*
	LIENS
*/
a { 
	color: #666; 
	text-decoration: none; 
}
a:link { 
	color: #666; 
	text-decoration: none; 
}
a:hover { 
	color: #cc0000;
	text-decoration: underline; 
}
a:visited { 
	color: #666; 
}


input[type="text"], input[type="password"] {
    border: 1px solid #7F9DB9;
    color: #3B658D;
	padding: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-bottom: 2px;
}
input[type="text"]:hover, input[type="password"]:hover { 
	border: 1px solid #5F7D99;
	background-color: #f8f8f8;
}
input[type="text"]:focus, input[type="password"]:focus { 
	border: 1px solid #5F7D99;
	background-color: #f8f8f8;
}
textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #7F9DB9;
    color: #5B85AD;
	margin-bottom: 2px;
	margin-left: 0px;
}
textarea:hover {
	border: 1px solid #5F7D99;
	background-color: #f8f8f8;
}
textarea:focus {
	border: 1px solid #5F7D99;
	background-color: #f8f8f8;
}
.error {
	padding-left: 6px;
	color: red;
}
input.error, input.error:focus, textarea.error {
	border: 1px solid #F00;
	background-color: #FFB3B3;
	color: #000;
}
select {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #7F9DB9;
    color: #3B658D;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}
input[type=radio], input[type=checkbox] {
	margin-left: 0px;
}


input[type=button], input[type=submit] {
	margin-left: -1px;
	background-color: #5B85AD;
	border: 3px double #fff;
    color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
    padding: 3px 6px 3px 6px;
    text-align: center;
    vertical-align: middle;
	margin-bottom: 2px;
}
input[type=button]:hover, input[type=submit]:hover {
	background-color: #6b95bd;
	border: 3px double #fff;
	color: #fff;
}



/*
	MENU SITE INSTITUTIONNEL
*/
.menuSite {
	height: 27px;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    background-image:url(../img/arrow-gray.gif); background-position: 8px 10px;
    background-repeat: no-repeat;
    padding-left: 20px;
    text-transform: uppercase;
}
.menuSite a {
	text-decoration: none;
    color: #666;
}
.menuSite:hover {
    border-bottom: 1px solid #ccc;
    background-image:url(../img/arrow-red.gif); background-position: 8px 10px;
    background-color: #fff;
    color: red;
}
.menuSite a:hover {
	color: red;
}

.footer {
	border-top: 1px solid #ccc;
}
.left {
	border-right: 1px solid #ccc;
}
.right {
	padding: 16px;
}

#conteneur {
	width: 840px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background-image: url(../img/ligne-fond.png);
	background-repeat: repeat-y;
	overflow: auto;
}

#header_index {
	height: 440px;
	background-image: url(../img/fond-index.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header {
	height: 378px;
    width: 876px;
	background-image: url(../membres/img/cal/02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    background-size: 876px 378px;
}

#left {
	float: left;
	width: 213px;
	padding: 5px;
}

#right {
	float: right;
	width: 606px;
	padding: 5px;
}

#footer {
	clear: both;
	height: 30px;
	border-top: 1px solid #cecece;
	position: absolute;
	bottom: 0;
}

#menu_index {
	width: 223px;
	float: left;
}





/* INFOBULLE */
.tooltip {
	padding: 5px;
	border: 4px solid #686868;
	box-shadow:0px 2px 10px #444444;
	-moz-box-shadow:0px 2px 10px #444444;
	-webkit-box-shadow:0px 2px 10px #444444;
	background: #F2F3F5;
	font-size: 12px;
	color: #000; 
}

















/*BARRE DE NAVIGATION INDEX*/


.optionIndex {
    padding-left: 16px;
    color: #fff;	
    height: 23px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-image:url(../img/blank_menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 223px;
}
.optionIndex a {
	color: #fff;
}
.optionIndex:hover {
	color: red;
    background-color: #fff;
    background-image: none;
    cursor: pointer;
}
.optionIndex:hover a {
	color: red;
}




/* LISTES */
.hHeader {
	background-color: #A00;
	color: #ffffff;
	font-size: 9pt;
	font-weight: normal;
	height: 20px;
}
.hHeaderSub {
	background-color: #d0d0d0;
	color: #282828;
	font-size: 9pt;
	font-weight: normal;
	height: 18px;
}
.hItem {
	height: 20px;
}
.hItem:hover {
	background-color: #808080;
	color: #fff;
}

.subWindow {
	background-color:#FFFFFF;
	padding:5px;
	border:solid 3px #787878;
}


.tableToolTip {
	padding: 8px;
	border: 3px solid #b7011a;
	box-shadow:0px 2px 10px #444444;
	-moz-box-shadow:0px 2px 10px #444444;
	-webkit-box-shadow:0px 2px 10px #444444;
	background: #fff;
}
