/*
 * CSS Stylesheet for a CIRG page
 * Author : Mathieu THOUVENIN
 * Last modification : 5/4/2005
 *
 * Just modify this fils to change the colors, fonts, sizes,... of 
 * all the CIRG pages !
*/


/* General style for the text */
.stylesheet {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}


/* Dimensions and sizes used for the top image banners */
.toptable {
	width: 772px;
	border: 0px;
}

.topimage {
	width: 772px;
	height: 35px;
}

.topspacercell {
	width: 12px;
	height: 563px;
	background-color: #013A6F;
}

.topspacerimg {
	width: 12px;
	height: 563px;
}

.bottomspacercell {
	width: 760;
	height: 10;
	background-color: #FFFFFF;
}

.bottomspacercell2 {
	width: 176;
	height: 17;
	background-color: #FFFFFF;
}

.menucell {
	width: 202;
	height: 440;
	background-color: #FFFFFF;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;	
}

.bottomimg {
	width: 772;
	height: 10;
}

/* Style used for the breadcrumb trail navigation */
.breadcrumb {
	padding-left: 7px; 
	padding-right: 10px; 
	padding-bottom: 3px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	width: 384px;
	height: 17px;
	background-color: #FFFFFF;
}

/* Style used for the global navigation in the header */
.globalnav {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #013A6F;
	width: 760px;
	height: 88px;
	text-align: right;
	vertical-align: bottom;
}

/* Style for the links */
A
{ 	
	color : #013A6F ;
    	text-decoration : underline ;
}

/* Style used for the copyright of the page */
.copyright {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #FFFFFF;
}

/* Style used for the title of a page */
.pagetitle {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #8C002D;
}

/* Style for all the content part in the page */
.content {
	padding-left: 15px; 
	padding-right: 10px; 
	padding-top: 7px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	width: 584px;
	height: 448px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

/* Style for all the left navigation part in the page */
.leftNav {
	padding-left: 5px; 
	padding-right: 2px; 
	padding-top: 2px; 
	padding-bottom: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background-color: #ABC3D6;
	width: 190px;
}

.leftNavImg {
	width: 180px;
	height:240px; 
}

/*-------------------------------------*/

/* General "generic" titles */
h1 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 4em;
	color: #013A6F;
	text-align: center;
        display: none;
}

h2 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #013A6F;
}
	
h3 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 1em;
	color: #013A6F;
}
