/* css Style sheet for www.bassel.online */

/* GENERAL */

body {		
  background-color:;
	font-size: 1em;
		}

div.window {
	background-color:;
	position:initial;
	text-align: center;}

div.title {
			font-family: Utopia;
			font-weight: bold;
			font-size: 2em;
			margin-top: 0.75em;		
}

div.stamp {
	font-family: Gentium Book Basic;
	font-weight: bold;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	}

div.bienvenue {
	font-family: Carlito;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

div.list{
	font-family: Carlito;
	list-style-type: none;
}


div.inside_window {
	font-family: Carlito;
	display: inline-block;
	text-align: left;		
	font-style: italic;
	margin-left: 1.25em;
	margin-right: 1.25em; 
}

/* RWD */

	@media only screen and (min-width: 450px)
{ div.inside_window {width:50%}}

	@media only screen and (min-width: 800px)
{ div.inside_window {width:30%}}


/* SIDE */

div.left_column {
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:15%;
	background-color:mediumslateblue;
	color: ;
	
}

div.right_column {
	position: absolute;
	top:0;
	right: 0;
	height: 100%;
	width:15%;
	background-color:mediumslateblue;
	color: ;

}


/* MENUS */

ul.menu1, ul.menu2, ul.menu3 {list-style-type: inherit; padding:0; margin:1em;}

/* MISC */

a:link{color: royalblue; text-decoration: none;}
a:hover{color:yellowgreen;}
a:visited{color:;}

/* CREDITS */

div.credits {
	margin-top: 2em;	
	font-family: Gentium Book Basic;
}