@charset "utf-8";

/* =============================================================================== */
/* =============================================================================== */
/* =========        COCHARD David
/* =========        CSS color=green 
/* =========		Modules, prototip appearance
/* =========        	  
/* =============================================================================== */
/* =============================================================================== */



/* ========= project and lectures description ========== */

.module_global {
	width: 850px;
	border: 5px solid #666666;

	
}

.module_toolbar {
	display: block;
	background : url(../images/green/topic_titles/module_title.png) center no-repeat;
	height:80px;
	width:850px;
	padding-top: 52px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	background-position:top;
	color:#366129;
}

.module_content {
	background: #E9E9E9;
	color: #000000;
	font: 15px Arial, Helvetica, sans-serif;
	padding: 15px;
	height:100%;
	text-align:justify;
}


.prototip .page {
	width: 400px;
	border: 5px solid #666666;
}
.prototip .page .toolbar {
	background: #95B962;
	color: #666666;
	font: italic 17px Georgia, serif;
}
.prototip .page .toolbar a.close {
	background: url(../images/prototip/close_hover.gif);
}
.prototip .page .toolbar a.close:hover {
	background: url(../images/prototip/close.gif);
}
.prototip .page .title { padding: 5px;}
.prototip .page .content {
	background: #E6E6E6;
	color: #000000;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align:justify;
}
