/* FILE: CSS_CIRGET.css */

body {
      background: url("../medias/accueil/fond_noeuds_sans_vigne.jpg") fixed;
      color:black;
      font: 12px Arial,Helvetica,sans-serif;
}
body table {
      margin: 0px;
}
body table tr td {
      color:black;
      font: 12px Arial,Helvetica,sans-serif;
}     
table caption {
      font: bold 12px Arial,Helvetica,sans-serif;
      text-decoration: none;
      text-align: left;
      margin-bottom: 8px;
}
p {
      width: 90%;
      margin-top: 8px;
      margin-bottom: 8px;
}
strong {
       font-weight: bold;
}
h1 {
	font: bold 20px "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	background: none; color:#336699;
	margin-bottom: 0px;
}
h2 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	background: none; color:#336699;
	margin-bottom:0px;
}
h3 {
	font: bold 13px "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	background: none; color:#336699;
	margin-bottom:0px;
}

/* ---- links ----------------------------------------- */

a:link { background: none; color:#354381; text-decoration:none; }
a:visited { background: none; color:#354381; text-decoration:none; }
a:hover { background: none; color:#cc0000; text-decoration:none }
a:active { background: none; color:red; text-decoration:none; }

/* these seem not to be inherited, so we set them manually: */
a.GrosCRM:link { background: none; color: #354381 }
a.GrosCRM:visited { background: none; color: #354381 }
a.GrosCRM:hover { background: none; color:#cc0000; text-decoration:none }
a.GrosCRM:active { background: none; color:red; text-decoration:none; }

a.sousTitre:link { background: none; color: #336699 }
a.sousTitre:visited { background: none; color: #336699 }
a.sousTitre:hover { background: none; color:#cc0000; text-decoration:none }
a.sousTitre:active { background: none; color:red; text-decoration:none; }

/* ---- misc. formatting --------------------------------------- */

.titlePageItem {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: none; color:black;
}
.titlePageItem tr td {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: none; color:black;
}
.GrosCRM {
	font: 18px "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	height:2ex;
	white-space: nowrap;
	background: none; color:#336699;
	text-align:left;
	margin:0px;
}
.liensMail {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: none; color:#CC0000;
}
.lienText {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: none; color:#336699;
}

.membersTable {
	width: 90%;
	margin: 4px 0px 4px 0px;
}
.membersTable TH {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	background: none; color:#336699;
}
.membersTable TR {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: none; color:black;
}
.membersTable caption {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	background: none; color:#336699;
	text-align: left;
	margin-bottom: 8px;
}
.membersName {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: none; color:black;
}

.seminarsTable {
	width: 90%;
	margin: 4px 0px 4px 0px;
}
.seminarsTable TH {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	background: none; color:#336699;
}
.seminarsTable TR {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: none; color:black;
}
.seminarsSpeaker {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: none; color:black;
}

.atelierTable {
	position:relative;
	top:0px; left:3ex;
	width: 90%;
	margin: 1.5em 0em 0em 0em;
}
.atelierTable TH {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	background: none; color:#336699;
}
.atelierTable TR {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: none; color:black;
}

ul.yearlist {
	list-style-type: none;
}

ul.yearlist li {
	list-style-type: none;
	margin-bottom: 3ex;
	width:90%;
}
.switchLanguage {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: none; color:black;
}
p.hautPage {
	font: bold 10px Arial, Helvetica, sans-serif;
	width: 90%;
	background: none; color:#CC0000;
	text-decoration: none;
	text-align: left;
}
.tableBottom {
	font: bold 10px Arial, Helvetica, sans-serif;
	width: 90%;
	background: none; color:#CC0000;
	text-decoration: none;
	margin-bottom: 2ex;
}
.tableBottom tr td {
	font: bold 10px Arial, Helvetica, sans-serif;
}
.miseajour { font-size: 70%; color:black }
.timestamp { color:#336699 }

dl.faq { margin-top: 1ex; margin-bottom: 1ex }

dl.faq dt { font-style: italic;
            margin-bottom: .5ex }
dl.faq dd { margin-left: 2ex;
            margin-bottom: 1ex }




/* ==== navigation bar and pop-up menus =======================
   two versions:
		for almost all browsers, the navigation bar
		and pop-ups will be "fixed" at the top of the page
		for Mac IE5:  "position:absolute" because this browser
		does not correctly implement links in fixed objects
   ============================================================ */


/* this is the version for MacIE5, note the changes
   to position and to some sizes (e.g. height)      */

.navBox {
	position:absolute;
}
.mainMenu {
	position: absolute;
	left:0px; top:78px;
	width:100%; height:27px;
	margin:0px;
	z-index:10010;
	float:left;
	clear:none;
    background: url("../medias/accueil/bande_mainMenu.gif");
}
.subMenu {
	position: absolute;
	left:0px; top:98px;
	width:100%; height:24px;
	margin:0px;
	z-index:9009;
	float:left;
	clear:none;
	visibility:hidden;
    background: url("../medias/accueil/bande_subMenu.gif");
}
.mainMenuItem {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	height: 16px;
	text-align:center;
	vertical-align:middle;
	background: none;
}
.mainMenuItemActive {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	height: 16px;
	text-align:center;
	vertical-align:middle;
	background: #9FBFDF;
}
.subMenuItem {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	height: 14px;
	text-align:center;
	vertical-align:middle;
	background: none;
}
.subMenuItemActive {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	height: 14px;
	text-align:center;
	vertical-align:middle;
	background: #9FBFDF;
}
#mainTextBox {
	position:absolute;
	left:75px; top:115px;
	width:90%;
	z-index:49;
	font: 12px Arial,Helvetica,sans-serif;
	background:none;
	color:black;
	clear:none;
}
#iewarning { width:70%; color:blue }


/* ====================================================================*/
/* now the good version for all other browsers */
/* the list of names is the list of fragment identifiers used in all
   files (actually only members and seminars), for correct
   positioning when jumping around on one page */

/* make sure to have no other comments after the backslash comment! */
/* see http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html   */
/* for an explanation */
/* commented backslash hack v2 \*/

a[name="reguliers"] { padding-top: 110px; }
a[name="visiteurs"] { padding-top: 110px; }
a[name="postdoc"] { padding-top: 110px; }
a[name="cirget"] { padding-top: 110px; }
a[name="geomgroup"] { padding-top: 110px; }
a[name="cirgetjr"] { padding-top: 110px; }

.navBox {
	position:fixed;
	width:100%;
}
.mainMenu {
	position: fixed;
	left:0px; top:78px;
	width:100%; height:27px;
	margin:0px;
	z-index:10010;
	float:left;
	clear:none;
    background: url("../medias/accueil/bande_mainMenu.gif");
}
.subMenu {
	position: fixed;
	left:0px; top:98px;
	width:100%; height:24px;
	margin:0px;
	z-index:9009;
	float:left;
	clear:none;
	visibility:hidden;
    background: url("../medias/accueil/bande_subMenu.gif");
}
.mainMenuItem {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	height: 16px;
	text-align:center;
	vertical-align:middle;
	background: none;
}
.mainMenuItemActive {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	height: 16px;
	text-align:center;
	vertical-align:middle;
	background: #9FBFDF;
}
.subMenuItem {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	height: 14px;
	text-align:center;
	vertical-align:middle;
	background: none;
}
.subMenuItemActive {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	height: 14px;
	text-align:center;
	vertical-align:middle;
	background: #9FBFDF;
}
#mainTextBox {
	width:90%;
	z-index:49;
	font: 12px Arial,Helvetica,sans-serif;
	background:none;
	color:black;
}
#iewarning { display:none }

/* end hack */

/* ====================================================================*/





