@charset "utf-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
 

.fluid {
	clear: both;
	/*margin-left:3px;
	width: 98%;
	float: left;*/
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:5;
    padding:3;        
}

.ppp { 
  word-spacing: 4px;
  text-align: justify;
  letter-spacing: 1px;

}

 .intro:link {
	font-weight:bold;
	color:silver	;
	text-decoration:none;
	background-color:navy;
	border-radius: 8px;
	text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
                 0 -1px 0 rgba( 255, 255, 255, 0.4); 
}	
.intro:hover {
	
	font-weight:bold;
	color:#ff0000;
/***	background-color:silver   yellow; ***/
	text-decoration:none; 
	  
     background: #e1d9e7;
     background: linear-gradient( #777, #333);
}
.intro:active {
	font-weight:bold;
	color:#225895;
	text-decoration:none;
}

. 

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	clear: none;
	float: none;
	font-weight: nornal; 
}
#div1 {
position: static;
}

.griss-blanc {
	background-color: #7F969E;
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
	text-align: justify;
	font-size: 2.4vmin;
	Padding : 1.5px;
	border-radius: 8px;
	text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
                 0 -1px 0 rgba( 255, 255, 255, 0.4);
}
 

.Claude {
clear: both;
margin-left: 31;
display: block;
position: static;
height: auto;
width: 100%;
}
.claudy {
position: static;
height: auto;
width: 100%;
margin-left: 0;
display: block;
}

.zeroMargin_mobile {
margin-left: 3;
}
.hide_mobile {
	display: none;
	color: #333;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
position: static;
}
.style21 {
	border-right-style: solid;
	border-width: 0;
	color: #392dd4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 4px 4px 4px #aaa;
}

.large {
	background-color: none;
	color: #FF0000;
	letter-spacing: .15rem;
	font-weight: bolder;
}

.Claude {
	clear: both;
	margin-left: 0;
	display: block;
	position: static;
	height: auto;
	width: 100%;
}

.claudy {
	position: static;
	height: auto;
	width: 100%;
	margin-left: 10%;
	display: block;
	color: #0F0;
}
.multi-column {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	color: none;
	-webkit-column-rule: 1px solid #e7d7d7;
	-moz-column-rule: 1px solid #e7d7d7;
	column-rule: 1px solid #e7d7d7;
	}
	.hide_tablet {
	display: none;
	}


	
.zeroMargin_tablet {
margin-left: 5px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

body {
/*   
	background-repeat: repeat; */
	background : url(images/radbkgnd.gif) repeat  ; 
	font-style: normal; margin-left:5; margin-right:5;	
	}
	

.gridContainer {
	width: 90%;
	max-width: 1232px;
	 padding-left: 2%;
	padding-right: 2%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div {
position: static;

}
.Claude {
margin-left: 1%;
clear: none;
display: block;
position: static;
height: auto;
width: 100%;
}
.claude {
	display: block;
	font-size: x-large;
}
.claudy {
margin-left: 8%;
position: static;
height: auto;
width: 82%;
display: block;
}
.multi-column {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 22px;
	-moz-column-gap: 22px;
	column-gap: 22px;
	color: #000000;
	-webkit-column-rule: 0px solid #000000;
	-moz-column-rule: 0px solid #000000;
	column-rule: 0px solid #000000;
}
.multi-column2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 36px;
	-moz-column-gap: 36px;
	column-gap: 36px;
	color: #000;
	-webkit-column-rule: 1px solid #ff0000;
	-moz-column-rule: 1px solid #ff0000;
	column-rule: 1px solid #FF0000;
	margin-left: 5%;
	margin-left: 5%;
	width: 90%;
	text-align: justify;
	background-color: #000000;
}

.Claud2 {
text-align: center;
margin-left: 11%;
position: static;
height: auto;
width: 75%;
display: block;}
.zeroMargin_desktop {
margin-left: 2;
}
.hide_desktop {
display: none;
}


a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

a:link {
  color: #265301;
   border-bottom: 1px solid; 
}

a:visited {
  color: #437A16;
   border-bottom: 1px solid; 
}

a:focus {
  border-bottom: 1px solid;
  background: #BAE498;
}

a:hover {
  border-bottom: 1px solid;     
  background: #CDFEAA;
}

a:active {
  background: #265301;
  color: #CDFEAA;
}

.style10 {
	background-color: #FFFFFF;
	text-align: justify;
}


.style15 {
	color: #FFFFFF;
/*	background-color: #FFFFFF;  */
	font-size: xx-small;
}
.Copievertblanc {
	color: #FFFFFF;
	background-color: #008000;
	font-style: normal;
	font-weight: bolder;
}
.Copiejaune {
	background-color: #CCDDFF;
	color: #000000;
	font-weight: bolder;
	border-top-color: #800080;
}
.Copiebleu_gras {
	color: #0044BB;
	font-weight: bolder;
}
.bleu-justifie {
	color: #0044BB;
	text-align: justify;
}
.griss-blanc {
	background-color: #7F969E;
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
	text-align: justify;
	font-size: 2.4vmin;
	Padding : 1.5px;
	border-radius: 6px;
	text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
                 0 -1px 0 rgba( 255, 255, 255, 0.4);
}
.gris-blanc {
	background-color:  #392dd4;
	/* #665ed0; */ 
	color: #00FFFF;
	font-size: largeeeee;
	font-weight: normal;
	border-radius: 8px;
	text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
                 0 -1px 0 rgba( 255, 255, 255, 0.4);
}

.grasss {
	background-color: silver ;
	padding : 10px;
	font-weight: normal;
	color: #000;
	border-radius: 8px;
	text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
                 0 -1px 0 rgba( 255, 255, 255, 0.4);
}

.gris-blanc
a {
 	color: #FFFFFF;
	text-decoration : none;
}

.gris-blanc
a:hover, a:focus, a:active {
  text-decoration: none;
  color: white;
  background: #800;
}
	
.gris-blanc
a:active {
background-color: #000000;
	color: #ff44BB;
	text-decoration : none;
}
	 
.rouge-jaune {
	background-color: #FFFF00;
	color: #FF0000;
	font-size: inherit;
	font-weight: bolder;
}
  
.actualite	 {
	padding: 9px;
	background-color: #e1dde5;
	color: #000000;
	font-size: small;
	font-weight: lighter;
	border-radius: 8px;
	text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
                 0 -1px 0 rgba( 255, 255, 255, 0.4);
	

}
.article2 {
	background-color: silver; 
	rgba( 255, 255, 255, 0.4);
	background-image: url("https://www.diag68.fr/images/exptextb.jpg");
	box-sizing: border-box;
}


.style21 {
	border-right-style: solid;
	border-width: 0;
		font-size: large;
	font-weight: normal;
	color: #392dd4;
 font-family: Verdana, Arial, Helvetica, sans-serif;
border-radius: 8px;
	text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
                 0 -1px 0 rgba( 255, 255, 255, 0.4);
}
.large {
	background-color: none;
	color: #FF0000;
	letter-spacing: .15rem;
	font-weight: bolder;
}


}
