/*CWWA Main CSS Sheet*/
/* Made by Etienne F. for CWWA*/
/*2010*/
/*Be Careful When Modifying It*/
/* needs xthml 1.0 to work correctly */

body
{
width: 880px; /*Page width - largeur de la page*/
margin: auto; /*Page centered - page centrée*/
margin-top: 5px; 
margin-bottom: 5px;
background: url("images/background.png") repeat-x fixed; /* background picture - image de fond */
}

#corps
{
background: white;
padding: 5px;
margin-top: 10px;
}


p  /*paragraph specificities - caracteristiques des paragraphes réguliers */
{
font-family: arial, "times new roman", serif; /* font used for paragraphs - police de base pour les paragraphes */
font-size: 14px; /* font size (1em = normal size) - taille de la police (1em=taille normale)*/
padding: 2px; /* space between the lines - interligne */
}

h1
{
color: rgb(0,51,153); 
font-family: century, "comic sans ms", arial, serif;
font-style: italic;
}

h2
{
color: rgb(0,51,153);
font-family: century, "comic sans ms", arial, serif;
font-style: italic;
}

h3
{
color: rgb(0,51,153);
font-family: century, "comic sans ms", arial, serif;
}


a /*links - liens */
{
color: #0570ff; /* color of the link - couleur du lien */
text-decoration: none; /* the link is not underlined - le lien n<est pas souligné*/
}

a:visited  /*links that have been clicked - liens qui ont été sélectionnés */
{
color: #3333ff; 
}

a:hover /* what happens when the mouse passes over a link - ce qui se produit lorsque la souris passe sur le lien */
{
text-decoration: underline; /* the link is underlined - le lien est souligné */
}

a:focus, a:active/*what happens when you click on the link - effet lorsqu'on clique sur le lien */
{
color: #990000; /* link goes red - le lien devient rouge */
text-decoration: underline; /* the link remains undelrined  - le lien reste souligné */
}

a:active /* same as focus, to be sure it works under every browser - pareil que le focus de manière à ce que tous les navigateurs prennent en charge l'animation */
{
color: #990000;
text-decoration: underline; 
}


img, img:hover  
{
border: 0; /* no border to the pictures (would appear when the picture is a link) - pas de bordure à l'image ( qui apparaîtrait lorsque l'image est un lien) */
background: white;
}

acronym, acronym:hover /* properties of acronyms inserted into html - propriétés des acronymes insérés dans du html */
{
border-bottom: 1px dotted black;
cursor: help;
}

a.small_link
{
font-size: 0.8em;
}

a.fixed_link , a.fixed_link:visited
{
color: #0570ff; /* color of the link - couleur du lien */
text-decoration: none; /* the link is not underlined - le lien n<est pas souligné*/
}

a.fixed_link:hover
{
text-decoration: underline;
}

a.fixed_link:focus, a.fixed_link:active
{
color: #990000;
text-decoration: underline; 
}

td, tr
{
font-family: arial, "times new roman", serif; /* font used for paragraphs - police de base pour les paragraphes */
 font-size: 14px;  /*font size (1em = normal size) - taille de la police (1em=taille normale)*/
}

.h1
{
color: rgb(0,51,153);
font-family: century, "comic sans ms", arial, serif;
}

.h2
{
color: rgb(0,51,153);
font-family: century, "comic sans ms", arial, serif;
font-weight: bold;
font-size: 1.1em;
}

.h3
{
color: rgb(0,51,153);
font-family: century, "comic sans ms", arial, serif;
font-size: 1.2em;
font-weight: bold;
}

.calendar
{
height: 30px;
margin: 2px;
font-family: arial, sans-serif;
border-right: solid 1px;
}

.small_text
{
font-size: 0.7em;
}

/* --------------lists -----------------------------*/

ul
{
font-family: arial, "times new roman", serif;
font-size: 14px;
margin: 2px;
padding-left: 5px;
}

ol
{
font-family: arial, "times new roman", serif;
font-size: 0.9em;
margin: 2px;
padding-left: 5px;
}

li
{
margin-left: 25px;
padding-top: 5px;
}

dl
{
font-family: arial, "times new roman", serif;
font-size: 0.9em;
}

dt
{
font-weight: bold;
color: #ff9900;
margin-top: 15px;
}

dd
{
margin-top: 5px;
}

.list_decimal
{
list-style-type: decimal;
}


.list1
{
list-style-image: url("images/point_list_point.png");
list-style-position: outside;
}

.list2
{
list-style-image: url("images/point_list_circle.png");
list-style-position: outside;
}

.list_invisible
{
list-style: none;
list-style-position: outside;
margin-left: 0px;
}

.list_arrow
{
list-style-image: url("images/point_list_arrow.png");
list-style-position: outside;
}

.list_diamond
{
list-style-image: url("images/point_list.png");
list-style-position: outside;
}

.list_definition_1
{
list-style-image: url("images/point_list_point.png");
list-style-position: outside;
margin-left: 40px;
}

.list_definition_2
{
list-style-image: url("images/point_list.png");
margin-left: 40px;
list-style-position: outside;
}

.list_definition_3
{
list-style-image: url("images/point_list_circle.png");
margin-left: 40px;
list-style-position: outside;
}

.list_definition_ol
{
margin-left: 40px;
font-size: 1em;
list-style-position: outside;
}

 /*-------------------------------------------------------*/
 
.celltitle
{
background-color: #3366cc;
font-family: century, "comic sans ms", arial, sans-serif;
color: white;
font-size: 1.2em;
font-weight: bold;
}

.celltitle_2
{
background-color: #3366cc;
font-family: century, "comic sans ms", arial, sans-serif;
text-transform: uppercase;
color: white;
font-size: 0.8em;
font-weight: bold;
}

.calendar_title
{
background-color: #003399;
font-family: century, "comic sans ms", arial, sans-serif;
color: white;
font-size: 1.2em;
font-weight: bold;
}


.mainhead
{
font-size: 2em;
font-weight: bold;
font-family: "times new roman", sans-serif;
color:#003399;
}

.bold
{
font-weight: bold;
}

.italic
{
font-style: italic;
}

.bold_italic
{
font-weight: bold;
font-style: italic;
}

.important
{
color: red;
font-weight: bold;
}

.important_2
{
color: #b50a00;
font-weight: bold;
}

.important_3
{
color: #400000;
font-weight: bold;
}

.spoiler
{
font-family: arial, "times new roman", sans-serif;
color: #0570ff;
}

.spoiler:hover
{
text-decoration: underline;
cursor: pointer;
}

.arial
{
font-family: arial, "times new roman", sans-serif;
font-size: 0.9em;
}

.blue_text
{
color: blue;
font-family: "times new roman", arial, sans-serif;
font-size: 0.9em;
}

.green_text
{
color: #006600;
}

.orange_title
{
font-family: arial, "times new roman", sans-serif;
font-size: 1.2em;
font-weight: bold;
color: #ff9900;
}

.Conference_header
{
font-size: 26px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.3em;
color: #996666;
}

.Conference_header2
{
font-family: “Lucida Sans Unicode”, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.3em;
color: #336699;
}

.Conference_header3
{
font-family: “Lucida Sans Unicode”, sans-serif;
font-size: 14x;
font-style: italics;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.3em;
color: #336699;
}

.orange_text
{
font-family: arial, "times new roman", sans-serif;
font-weight: bold;
color: #ff9900;
}

.yellow_background
{
background: #ffffbf;
}

.largertext
{
font-family: arial, "times new roman", serif; 
font-size: 20px; /* font size (1em = normal size) - taille de la police (1em=taille normale)*/
padding: 4px; /* space between the lines - interligne */
}

.img_left
{
float: left;
margin-left: 5px;
margin-right: 20px;
margin-top: 15px;
margin-bottom: 15px;
}

.img_right
{
float: right;
margin-right: 30px;
margin-left: 10px;
margin-top: 0px;
}

.float_left
{
float: left;
margin: 15px;
margin-bottom: 25px;
padding-right: 25px;
}

.float_right
{
float: right;
margin: 15px;
margin-bottom: 25px;
}

.left_indent_medium
{
margin-left: 45px;
}

.left_indent_large
{
margin-left: 90px;
}

.left_indent_xlarge
{
margin-left: 180px;
}

.stop_float
{
clear: both;
}

hr
{
height: 4px;
width: 680px;
color: #003399;
background: #003399;
}

.blue_background , .blue_background a
{
background-color: #6666cc;
color: white;
}



/* --------------galery-----------------------------*/


/* The containing box for the gallery. */
#container {
    position:relative; 
    width:800px; 
    height:700px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa; 
    }
/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
/* Remove the images and text from sight */
#container a.gallery span {
	position:absolute;
	width:1px;
	height:1px;
	top:4px;
	left:10px;
	overflow:hidden;
	background:#fff;
    }
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(../images/Gallery1_t.jpg); 
    height:60px; 
    width:93px;
    }

#container a.slideb {
    background:url(../images/Gallery2_t.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidec {
    background:url(../images/Gallery3_t.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slided {
    background:url(../images/Gallery4_t.jpg); 
     height:60px; 
    width:93px;
    }

#container a.slidee {
    background:url(../images/Gallery5_t.jpg); 
     height:60px; 
    width:93px;
    }
#container a.slidef {
    background:url(../images/Gallery6_t.jpg); 
    height:60px; 
    width:93px;
    }
* html #container a.slidef {
    width:91px; 
    w\idth:93px;
    }
#container a.slideg {
    background:url(../images/Gallery7_t.jpg); 
     height:60px; 
    width:93px;
    }
#container a.slideh {
    background:url(../images/Gallery8_t.jpg); 
    height:60px; 
    width:93px;
	}
#container a.slidei {
    background:url(../images/Gallery9_t.jpg); 
    height:60px; 
    width:93px;
	}
#container a.slidej {
    background:url(../images/Gallery10_t.jpg); 
    height:60px; 
    width:93px;
	}
#container a.slidek {
    background:url(../images/Gallery11_t.jpg); 
    height:60px; 
    width:93px;
	}
#container a.slidel {
    background:url(../images/Gallery12_t.jpg); 
    height:93px; 
    width:60px;
	}
#container a.slidem {
    background:url(../images/Gallery13_t.jpg); 
    height:93px; 
    width:60px;
	}
#container a.sliden {
    background:url(../images/Gallery14_t.jpg); 
    height:93px; 
    width:60px;
	}
#container a.slideo {
    background:url(../images/Gallery15_t.jpg); 
    height:93px; 
    width:60px;
	}	
#container a.slidep {
    background:url(../images/Gallery16_t.jpg); 
    height:93px; 
    width:60px;
	}
#container a.slideq {
    background:url(../images/Gallery17_t.jpg); 
    height:60px; 
    width:93px;
	}
#container a.slider {
    background:url(../images/Gallery18_t.jpg); 
    height:93px; 
    width:60px;
	}
#container a.slidet {
    background:url(../images/Gallery21_t.jpg); 
    height:60px; 
    width:93px;
	}
#container a.slideu {
    background:url(../images/Gallery22_t.jpg); 
    height:60px; 
    width:93px;
	}
#container a.slidev {
    background:url(../images/Gallery23_t.jpg); 
    height:60px; 
    width:93px;
	}
#container a.slidew {
    background:url(../images/Gallery24_t.jpg); 
    height:60px; 
    width:93px;
	}
#container a.slidex {
    background:url(../images/Gallery25_t.jpg); 
    height:60px; 
    width:93px;
	}
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:380px; 
    height:386px;
    }
#container li {
    float:left;
    }
/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:right;
    }
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff; 
    }
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:372px; 
    height:372px; 
    top:10px; 
    left:75px; 
    color:#000; 
    background:#fff;
    }
#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }

#container {
    background:#fff url(../images/backgroundimage.jpg) 75px 10px no-repeat;
    }





/*----------header properties-------*/
#header
{
width: 880px;
margin-bottom: 10px;
background: white;
}

#header a:hover a:visited
{
background: white;
}

#top, #top a:hover, #top a:focus
{
width: 880px;
background: white;
color: white;
margin-bottom: 10px;
}

/*----------- footer properties-----*/
#footer, #footer a
{
margin: 5px;
color: white/*#323232*/;
/* background: white; */
font-weight: bold;
text-align: center;
}

#footer a:hover
{
text-decoration: underline;
}

#footer a:focus, #footer a:active
{
text-decoration: underline;
color: yellow
}

/*----------header properties-------*/
#header
{
width: 880px;
margin-bottom: 10px;
background: white;
}

#header a:hover a:visited
{
background: white;
}

#top, #top a:hover, #top a:focus
{
width: 880px;
background: white;
color: white;
margin-bottom: 10px;
}

#left_menu
{
   float: left; /* Le menu flottera à gauche */
   width: 200px; /* Très important : donner une taille au menu */
   margin-top: 30px;
   background: white;
}

.element_menu
{
border: 2px solid #003399;
list-style-image: url("images/point_list.png");
}

#right_text
{
margin-left: 205px;
}

.center_picture
{
background: white;
width: 880px;
}

/*-------------------------------------------------------------------------------------------*/
/*Menu Including Javascript*/

#menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 14px; /* hauteur du texte : 14 pixels */
		text-align: center;
		padding: 0;
		margin: 0;
		list-style: none;
		background-color: #003399;
}

#menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin: 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        text-align : left; /* on centre le texte qui se trouve dans la liste */
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding-top : 3px;
		padding-bottom: 3px;		/* aucune marge intérieure */
        background: url("images/menu_background.png") repeat-x ; /* image de fond */        
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 96.7px; /* largeur */
		height: 16px;

}

#menu ul a
{
	 width: 160px; /* sub-list width*/
	 padding: 5px; /* sub-list indent*/
	 background: url("images/menu_submenubackground.png") repeat; /* background picture for sub-list */
	 color: #fff; 
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        border-right : 1px solid #fff; /* white border at the right of every element */
		margin-left: 0px;
		padding-top: 0px;
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid #fff ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 165px;
			/* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
		font-weight: bold;
		font-size: 12px;
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
		width: 165px;
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid white; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin: -28px 0 0 169px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left: 1px solid #fff ; /*Petite bordure à gauche pour ne pas coller ... */
		padding: 1px;	
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
      /*  border-left     : 1px solid white ;  on met une bordure transparente sur la gauche de chaque élément */
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
    background: #0070ff; /* ... et au contraire, le fond en blanc */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
    left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul,  #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

#menu .menu_large
{
font-size: 0.9em;
height: 16px;
}

#menu .menu_member
{
background: url("images/membersbackground.png");
font-size: 0.9em;
height: 16px;
}

#menu .menu_high
{
height: 30px;
}

#menu .menu_important 
{
background: url("images/menu_submenubackground_important.png") repeat-x;
}

#menu .menu_important:hover
{
background: url("images/menu_submenubackground_important_hover.png") repeat-x;
}

#menu .menu_important_text
{
color: orange;
}


.white
{
color: #ffffff;

