
/* 
--------------------------------------------------
	IRGC CSS DOCUMENT
	Author: Armono Wibowo (armono@gmail.com)
	Modified by: Alexis Roussel
	Last Update: Dec, 2007

	TABLE OF CONTENT
	01 - GLOBAL BROWSER RESET
	02 - COMMON STYLE
	03 - STRUCTURE
	04 - SPECIAL SPIP 
-------------------------------------------------- 
*/


/* 01 - GLOBAL BROWSER RESET */
html, body, div, 
h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, 
form, label, input, select {
	margin: 0;
	padding: 0;
}

img, a img {
	border: none;
	outline: none;
}


/* 02 - COMMON STYLE */
body {
	background: #eee;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;	/* so I can use ems rather than pixels */
	color: #67686a;
}

a {
	text-decoration: none;
	color: #67879b;
}
a:hover {
	color: #2f4762;
}
a:visited {
	text-decoration: none;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.couleur{
         color: #ea103b;
}


/* 03 - STRUCTURE */
#wrapper, #wrapper2 {
	width: 880px;
	margin: 40px auto;
	font-size: 1.2em;
	background: #eee;
	/*line-height: 1.6em;*/
}
	#wrapper2 {
	margin: 8px auto;
	}

	#wrapper h2, #wrapper2 h2 {
		margin: 30px 0 0;
		color: #67869a;
		font-size: 1.1em;
		line-height: 1.3em;
	}
	#wrapper p, #wrapper2 p {
		margin: 10px 0 0;
		line-height: 1.6em;
	}

/* HEADER */
#header, #header2 {
	background: url("images/hbar.gif") top repeat-x;
	height: 35px;
	float: left;
	width: 100%;
}
	#header2 {
		background: url("images/hbar.gif") bottom repeat-x;
		height: 67px;
	}
	
	#header .hlogo, #header2 .hlogo {
		float: left;
		width: 260px;
		background: url("images/bglogo.gif") repeat-x;
	}
		.hlogo h1 a {
			background: url("images/irgc2.gif") no-repeat;
			width: 260px; height: 67px;
			display: block;
			text-indent: -9000px;
		}
	
	/* NAVIGATION */
	#header .hnav, #header2 .hnav2 {
		float: right;
		width: 620px;
	}
		#header2 .hnav2 {
		margin: 32px 0 0;
		}
	
    #nav {
	float: left;
	margin: 0; padding: 0;
    background: url("images/navsprite.gif") no-repeat;
    width: 410px; height: 35px;
    }

    #nav span {
    display: none;
    }

    #nav li, #nav a {
    height: 35px;
    display: block;
    }

    #nav li {
    float: left;
    list-style: none;
    display: inline;
    }

    .nav_home {width: 121px;}
    .nav_about {width: 86px;}
    .nav_projects {width: 70px;}
    .nav_events {width: 62px;}
	.nav_contact {width: 71px;}
	
	body#home .onhome, .nav_home a:hover {background: url("images/navsprite.gif") 0px -35px no-repeat;}
    body#about .onabout, .nav_about a:hover {background: url("images/navsprite.gif") -121px -35px no-repeat;}
    body#projects .onprojects, .nav_projects a:hover {background: url("images/navsprite.gif") -207px -35px no-repeat;}
    body#events .onevents, .nav_events a:hover {background: url("images/navsprite.gif") -277px -35px no-repeat;}
	body#contacts .oncontact, .nav_contact a:hover {background: url("images/navsprite.gif") -339px -35px no-repeat;}
	
	/* SEARCH FORM */
	form#search {
		float: right;
		margin: 0; padding: 0;
	}
	input.tfield2 {
		border: 1px solid #dfdfdf;
		background: #fff;
		margin: 8px 0 0 15px; padding: 2px;
		font-size: 1.0em;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		color: #66696d;
		width: 128px;
	}
	
	/* SPLASH */
	#splash, #welcomesplash {
		clear: both;
		float: left;
		width: 100%;
		margin: 0;
	}
		* html #welcomesplash {
			ma\rgin: -2px 0 0;
		}
		#splash img, #welcomesplash img {
			float: left;
			/*height: 133px;*/
		}
	
	
/* CONTAINER */
#container {
	clear: both;
	margin: 1px 0 0; padding-bottom: 30px;
	float: left;
	width: 100%;
	background: url("images/bgcontainer.gif") repeat-y;
}
	#container .inner {
		
		overflow: hidden;
		height: 100%;
	}

	#container .inner2 {
		background: url("images/contact.gif")  25px bottom no-repeat;
		overflow: hidden;
		height: 100%;
	}

	/* SIDECONT */
	#container .sidecont {
		float: left;
		width: 215px; height: 100%;
		padding: 0 20px 0 25px;
		background: url("images/bgsidecont.gif") repeat-x;
	}
	
		#container h1 {
			margin: 30px 0 0; padding: 0;
		}
		#container h1 span {
			background: url(images/welcome.gif) no-repeat;
			width: 215px; height: 13px;
			display: block;
			text-indent: -9000px;
		}
		
		.sidecont h2 {
			margin: 30px 0 0;
			color: #325b83;
			font-size: 1.2em !important;
		}
		.sidecont p.contact span {
			display: none;
		}
		
		
		.submenu {
			margin: 25px 0 0; padding: 0;
			
		}
		
		/* get rid of the table */
		.submenu table {position: absolute; border-collapse: collapse; top: 0; left: 0;  font-size: 1em;}
		
/*http://www.howtocreate.co.uk/tutorials/testMenu.html*/

ul.makeMenu, ul.makeMenu ul {
	width: auto;                 
	background-color: #fff;      
	cursor: default;             
	margin: 0; padding: 0;
	font-size: 1.2em;      
}
ul.makeMenu li {
	list-style-type: none;      
	margin: 0px;               
	position: relative;
	color: #67879b;                
	border-bottom: 1px solid #e5e5e5;
	z-index: 100;
	width: auto;
	padding: 8px 6px;
	line-height: 16px;
	text-indent: 0;
	text-decoration: none;
	color: #f27bbe;
}
ul.makeMenu li > ul {
	display: none;
	position: absolute;
	top: 0; left: 120px; 
	width: 200px;
	padding: 4px;
	background: #fff;
	border: 1px solid #b0b0b8;
	font-size: 0.9em;
}
ul.makeMenu li > ul li{
	border-bottom: 0px solid #e5e5e5;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
	color: #2f4762;
	background-color: #f1f4f6;
	z-index: 1000;
}
ul.makeMenu ul.CSStoShow {
	display: block; 
}
ul.makeMenu li:hover > ul {
	display: block;
	z-index: 1000;
}
/* and some link styles */
ul.makeMenu li a { color: #67879b; display: block; width: 100%; text-decoration: none; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; }
ul.makeMenu li:hover > a { color: #2f4762; }
ul.makeMenu li.on a {color: #325b83; font-weight: bold;}

		
		.sidecont .snippet {
			background: #f8f8f8;
			margin: 30px 0 0; padding: 0 15px 20px 15px;
			border: 1px solid #ededed;
		}
			.snippet h3 {
				margin: 20px 0 0;
				color: #666;
				font-size: 1.2em !important;
			}
				.snippet h3.sub {
					padding-bottom: 10px;
					color: #0e3864;
					border-bottom: 1px solid #e5e5e5;
				}
			.snippet h4 {
				margin: 10px 0 -5px;
				color: #325b83;
				font-size: 1.1em;
				line-height: 1.3em;
			}
				.snippet h4.sub, .inside h3 {
					margin: 0 0 -5px;
					font-size: 1.2em;
					color: #0e3864;
				}
			.snippet p.date, .inside p.date {
				font-weight: bold;
				/*color: #686042;*/
			}
		
	
	/* MAINCONT */
	#container .maincont {
		float: right;
		width: 620px; min-height: 420px;
		
	}
	* html #container .maincont {
		he\ight: 420px;
	}
		.maincont .inside {
			padding: 0 15px 0 20px;
		}
			.inside h2 {
				margin: 30px 0 0;
				color: #67686a !important;
				font-size: 1.2em !important;
				line-height: 1.3em;
			}
				.inside h2.sub, .inside p.event {
					padding-bottom: 10px;
					border-bottom: 1px solid #d9d9d9;
				}
			.inside p.pull {
				margin: 30px 0 0 !important;
			}
			
			.inside ul {
				margin: 0; padding: 0;
				list-style: none;
			}
			.inside ul li {
				display: block;
				width: auto;
				margin: 10px 0 0; padding-left: 20px;
				line-height: 1.3em;
				text-indent: 0;
				text-decoration: none;
				background: url("images/bullet.gif") 0px 2px no-repeat;
			}
			
			/* INQUIRY FORM */
			form#contact {
				margin: 0; padding: 0;
				font-size: 1.1em;
				color: #666;
			}
			fieldset {
				margin: 20px 0;
				border: none;
			}
			form span {
				padding: 0 15px 0 19px;
				
			}
				form span.push, input.pull {
					padding-left: 10px;
					
				}
			label.fname, label.fname2, input.fname, textarea.fname, select.fname {
				display: block;
				width: 295px;
				float: left;
				margin-bottom: 15px;
			}
			textarea.fname {
				width: 370px;
			}
			select.fname {
				width: 303px;
			}
				input.fname2 {
					width: 152px;
				}
			label.fname, label.fname2 {
				width: 150px;
				padding-right: 20px;
				text-align: right;
			}
				label.fname2 {
					color: #fff;
				}
			input.tfield, textarea.tarea, select.lmenu {
				border: 1px solid #dfdfdf;
				background: #fff;
				padding: 2px;
				font-size: 1.1em;
				font-family: Arial, Verdana, Tahoma, sans-serif;
				color: #585b5e;
			}
			
	/* TABLE */
	.tabholder {
		width: 100%;
		margin: 30px 0 0;
		background: #e5e6ea;
	}
	.tabhead {
		background: url("images/bgtable.gif") bottom repeat-x;
		font-weight: bold;
	}
	.tabcont {
		background: url("images/bgtable.gif") bottom repeat-x;
	}
	.tabtxt {
		padding: 10px 8px;
	}
		.col1 {
			width: 35%;
		}
		.col2 {
			width: 25%;
		}
		.col3 {
			width: 40%;
		}
	
	/* NEWS */
	.maincont .news, .maincont .archive {
		float: left;
		padding: 0 15px 0 20px;
		width: 330px;
	}
	.maincont .archive {
		width: 220px;
		padding-top: 20px;
	}
		.archive h3 {
			margin: 0;
			color: #67869a;
			font-size: 1.1em;
			line-height: 1.3em;
		}
		.archive p {
			margin: 10px 0 0; padding: 6px 0 0;
			border-top: 1px solid #dadbdd;
		}
/*		.archive img {
			margin-top: 35px;
		}*/

/* FOOTER */
#footer {
	clear: both;
	float: left;
	width: 100%; 
	background: #eee url("images/bgfooter.gif") no-repeat;
}
	#footer ul {
		float: left;
		overflow: hidden;
		height: 1%;
		list-style: none;
		padding-left: 10px;
		width: 250px;
	}
	#footer ul li {
		float: left;
		display: block;
		padding-left: 15px;
		text-indent: 0;
		text-align: center;
		line-height: 2.6em;
	}
	#footer ul li a {
		color: #b4c7cd;
	}
	#footer ul li a:hover {
		color: #fff;
		text-decoration: underline;
		
	}
	
	#footer p.copyright {
		float: right;
		margin: 0; padding-left: 20px;
		width: 600px; height: 77px;
		color: #d4d9df;
		line-height: 2.6em;
		
	}

/* 04 - SPECIAL SPIP */

blockquote.spip { 
	padding: 10px;
	margin-top:10px;
	width: 90%;
	border: 1px solid #ed35aa; }

blockquote.spip h3 {
	padding-left: 5px;
	color: #c7f995;
	background: #ed35aa;
	}

.hidden {
	margin: 0;
	padding: 0;
	display: none;
}
/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: none; }

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }

.spip_surligne { background: #FF6; }

div.print {
	margin: 0;
	padding: 0;
	display: none;
}


/* ===== MODIFICATIONS POUR SPIP 2.1.8 ===== */

.crayon .spip .spip_documents { 
	text-align: left; 
	margin:7px;
	display:block;
}
.crayon .spip .spip_documents .spip_doc_titre{
	display:none;
}




