File "css_template_commun.php"

Full Path: /home/analogde/www/download/CHESS_2022/css_template_commun.php
File size: 1.37 KB
MIME-type: text/x-php
Charset: utf-8

<?php
echo '
		html{ height: 100%;
			  margin-bottom: 35px;
		}

		body{ background:#E5E5E5; 
			  margin-bottom : 10px;
		}

		.main{ width: 932px;
		       height: 595px;
	           margin: 0 auto 0 auto;
	           /*text-align: center;*/
	           background-color:  none;  /*#9966CC;*/
	    }

		.header{ display: inline;
				 float: left;
				 width: 931px;
				 height: 75px;
				 margin: 0 0 0px 0;
				 color: #fff;
				 background-color: #FFFFFF;
				 border: solid 1px #000;
	    }
		
		.balise_titre { float: left;
						width: 150px;
						height: 53px;
						margin: 10px 0 0 25px;
						font-size: 28pt;
						font-family: Georgia, serif;
						color: #000000;
						background-color: #FFFFFF;
		}		
				
				
		.balise_citation { float: left;
						   width: 610px;
						   height: 29px;
						   font-size: 14pt;
						   font-family: Georgia, serif;
						   color: #6A6A6A;
						   background-color: #FFF;
						   margin: 25px 10px 10px 105px;
        }

		.banniere {	float: left;
				 	width: 932px;
				    height: 148px;
	                background-image: url(images/logo.jpg);
	                background-repeat: no-repeat;
		}	
				
		.contenu {  float:left; 
					width: 931px;
					background-color: #FFFFFF;
					/* ombre de la page*/
					-moz-box-shadow: 4px 4px 10px #888;  
					-webkit-box-shadow: 4px 4px 10px #888;  
					box-shadow:4px 4px 6px #888;
		} ';
?>