/* @group General declarations */

html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background: url(../img/fond.png) no-repeat fixed top left;
}

a:link, a:visited {
	color: #6699CC;
	text-decoration: none;
}

a:hover {
   color: #6699CC;
   text-decoration: underline;
}

a[accesskey] strong {
   font-weight: bold;
   border-bottom: 1px solid;
   text-transform: uppercase;
}

img {
   border: 0;
}

acronym, abbr {
   cursor: help ;
   color: #6699CC;
   border-bottom: 1px dotted #6699CC;
}

q {
   quotes: '\0000ab\0000a0' '\0000a0\0000bb' '\00201c\0000a0' '\0000a0\00201d';
   font-style: italic;
}

/* @end */

/* @group Header */

#header {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 812px;
	height: 165px;
}

html>body #header {
 	position: fixed
}

/* @end */

/* @group Navigation menu */

#nav {
	position: absolute;
	left: 0;
	top: 165px;
	width: 155px;
	padding-top: 12px; /* hauteur image haut cadre */
	background: url(../img/nav_top.png) top left no-repeat;
}

html>body #nav {
  position: fixed
}

#nav_m {
	/* contenu du cadre et image de fond  */
  margin: 0;
  padding: 5px 0 5px 0;
  background: url(../img/nav_middle.png);
}

#nav_b {
	/* arrière-plan bas et sur l'ensemble du cadre */
  background: url(../img/nav_bottom.png) bottom left no-repeat;
  padding-bottom: 12px;  /* hauteur image bas cadre */
}

#menu {
	width: 150px;
	margin: 0;
	padding: 0;
}

#menu dd {
	margin: 0 0 0 1px;
	padding: 0;
}

#menu dl, #menu dt, #menu ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

dl#menu dt {
	cursor: pointer;
	font-size: 12px;
}

dl#menu li a {
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	display: inline;
	font-size: 10px;
}

dl#menu dt a {
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	display: inline;
	font-size: 12px;
}

/* @end */

/* @group Content */

#content {
   padding: 170px 170px 30px 175px;
   margin: 0;
   height: 500px;
   text-align: justify;
   width: 490px;
}

#content h2 {
   color: #996600;
   text-align: left;
}

#content h3 {
   color: #cc6600;
}

#content h4 {
	color: #cc9900;
}

/* @end */

/* @group Footer */

#footer {
	border-top : 1px dotted;
	margin: 15px 0 0 0;
	padding: 0 0 30px 0;
}

#footer p {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Events */

#events, #events li {
	list-style-type: none;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	font-weight: bolder;
	font-size: 13px;
	color: #FF0000;
}

/* @end */

/* @group Gallery */

.gallery {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

.gallery li {
	clear: left;
	height : 160px;
	line-height: 33px;
	margin: 0;
	padding: 10px;
	width: 520px;
	text-align: left;
}

.gallery img, #membres img {
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	border: 2px solid #c60;
}

/* @end */

/* @group Members */

#membres {
	list-style-type: none;
}

.membres li {
	margin: 0 0 25px 0;
	padding: 0;
}

#membres li {
	clear: left;
	height : 160px;
	margin: 0;
	padding: 30px 0;
	width: 100%;
}

#membres .identity {
	margin: 0 0 0 155px;
	padding: 0;
}

#membres p {
	margin: 0;
	padding: 0 0 5px 0;
}

/* @end */

/* @group Supporting Members */

#supportingmembers, #fellows {
	margin: 0;
	padding: 0 0 0 30px;
}

#supportingmembers dt, #fellows dt {
	color: #cc9900;
	font-size: 10px;
	font-weight: bold;
	margin: 14px 0 8px;
	padding: 0;
}

/* @end */

/* @group Presentations */

#presentations li {
	padding: 0;
	margin: 12px 0;
}

/* @end */

/* @group Contact form  */

#formcontact input.field {
	width: 52%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
}

#formcontact label {
	width: 10em;
	float: left;
	text-align: right;
	padding-right: 12px;
	color: #cc9900;
	font-weight: bold;
}

#formcontact label:hover {
	cursor: pointer;
}

#formcontact textarea {
	width: 70%;
	height: 15em;
	font-family: sans-serif;
	font-size: small;
	border: 1px solid #ccc;
	padding: 3px;
}

#formcontact input.field:focus, #formcontact textarea:focus {
	background: #edcf74;
}

#errorbox {
	background-color: #eee;
	border: 1px solid #edcf74;
	margin: 5px;
	padding: 5px;
}

#errorbox h4 {
	margin: 0;
	padding: 0;
}

#errorbox li {
	margin-left: 30px;
}

#errorbox {
	display: none;
}

#errorbox label.error {
	display: inline;
}

/* @end */

.cache {
	text-indent: -5000px;
	font-size: 0px;
	line-height: 1px;
	text-decoration: none;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.download {
	list-style-type: none;
	background-image: url(../img/pdf.png);
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 20px;
	padding: 6px 0 0 25px;
	height: 20px;
}

.dir {
	list-style-type: none;
	background-image: url(../img/dir.png);
	background-repeat: no-repeat;
	background-position: 3px 9px;
	padding: 12px 0 12px 27px;
}

.downpdf {
	list-style-type: none;
	background-image: url(../img/pdf.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 6px 0 0 25px;
	height: 20px;
}

.downppt {
	list-style-type: none;
	background-image: url(../img/ppt.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 6px 0 0 25px;
	height: 20px;
}

.downzip {
	list-style-type: none;
	background-image: url(../img/zip.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 6px 0 0 25px;
	height: 20px;
}

.downjpg {
	list-style-type: none;
	background-image: url(../img/ppt.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 6px 0 0 25px;
	height: 20px;
}


#home {
	margin: 35px 0 0 220px;
	padding: 0;
}

#devel {
	margin: 0;
	padding: 0 0 0 30px;
}

.datelect {
	color: #cc9900;
	font-weight: bold;
}

hr {
	clear: left;
	visibility: hidden;
}

.function {
	color: #cc6600;
	font-size: 12px;
	font-weight: bolder;
}

.address {
	line-height: 16px;
}

.phone {
	margin: 2px 0;
	background: transparent url(../img/phone.png) top left no-repeat;
	height: 16px;
	line-height: 16px;
	text-indent: 20px;
	display: block;
}

.user {
	margin: 2px 0;
	background: transparent url(../img/user.png) top left no-repeat;
	height: 16px;
	line-height: 16px;
	text-indent: 20px;
	display: block;
}

.fax {
	margin: 2px 0;
	background: transparent url(../img/fax.png) top left no-repeat;
	height: 16px;
	line-height: 16px;
	text-indent: 20px;
	display: block;
}

.email {
	margin: 2px 0;
	background: transparent url(../img/email.png) top left no-repeat;
	height: 16px;
	line-height: 16px;
	text-indent: 20px;
	display: block;
}

.web {
	margin: 2px 0;
	background: transparent url(../img/html.png) top left no-repeat;
	height: 16px;
	line-height: 16px;
	text-indent: 20px;
	display: block;
}

.elected {
   color: red;
   font-style: italic ;
   text-align: left;

	}

.wrap {
	width: 40em;
}

.wrap li {
	float: left;
	width: 20em;
}

#bylaws > ul {
	list-style-type: upper-alpha;
}

#constitution > ul > li > ul{
	list-style-type: upper-alpha;
}

#flags {
	padding: 0;
	margin: 0 0 10px 10px;
}

#formcontact label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}

.important {
	color: red;
}

.important:hover {
	text-decoration: underline;
}

.legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0 0 0 4px;
}

/* ---------------- contact ---------------- */
input.field, select {
	width: 52%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
}

/*#icon {
	width: 52%;
	size: 100px;
}*/

.date {
	width: 20%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
}

select {
	width: 53%;
}

label {
	width: 10em;
	float: left;
	text-align: right;
	padding-right: 12px;
	color: #84a1b0;
	font-weight: bold;
}

label:hover {
	cursor: pointer;
}

textarea {
	width: 68%;
	height: 15em;
	border: 1px solid #ccc;
	padding: 3px;
}

.addmember {
	height: 20px;
	line-height: 20px;
	text-indent: 22px;
	background: transparent url("../img/user_add.png") no-repeat scroll center left;
}

.back {
	height: 20px;
	line-height: 20px;
	text-indent: 22px;
	background: transparent url("../img/action_back.png") no-repeat scroll center left;
}

.sortableitem
{
	cursor:move;
	width: 300px;
	list-style: none;
}

#members li {
	margin: 6px;
	background-image: none;
}

.importuser {
	height: 20px;
	line-height: 20px;
	text-indent: 22px;
	background: transparent url("../img/user_go.png") no-repeat scroll center left;
}
